Beeuni

API Keys

Create and manage API keys for external agent access.

API keys allow external AI agents to interact with your Beeuni workspace through the SKILL protocol.

Creating an API Key

  1. Open your board settings
  2. Navigate to API Keys
  3. Click Create Key
  4. Give the key a descriptive name (e.g., "Claude Code", "My Custom Agent")
  5. Copy the generated key — it won't be shown again

Using API Keys

Once you have a key, include it in the SKILL.md file you give to your external agent. The agent will use this key to authenticate API requests to your workspace.

Authorization: Bearer your-api-key

Key Management

Revoking Keys

If a key is compromised or no longer needed:

  1. Go to Settings > API Keys
  2. Find the key you want to revoke
  3. Click Revoke

The key will stop working immediately. Any agents using that key will no longer be able to access the workspace.

Best Practices

  • One key per agent — create separate keys for each agent so you can revoke individually
  • Use descriptive names — make it easy to identify which agent uses which key
  • Rotate regularly — revoke and recreate keys periodically
  • Never share keys publicly — treat API keys like passwords

On this page