Skip to main content
API keys let you interact with your agents through the REST API. Use them to send chat messages, retrieve conversations, and integrate Mind-e into your own applications.

Creating an API key

1

Go to settings

Open your dashboard settings and find the API Keys section.
2

Create a key

Click Create API Key and fill in:
  • Name — a descriptive name for the key (3–50 characters), e.g., “Production Backend” or “Testing”
  • Agent scope — choose All Agents to access any agent, or select a specific agent to restrict access
3

Copy the key

Your API key is displayed once after creation. Copy it immediately — you won’t be able to see the full key again.The key format looks like:
Store your API key securely. Never expose it in client-side code, public repositories, or browser requests. If a key is compromised, delete it immediately and create a new one.

Using an API key

Include your API key in the Authorization header of API requests:
See the API Reference for all available endpoints.

Key limits

Agent scope

Use agent-specific keys when you want to limit access — for example, giving a key to a third-party integration that should only access one agent.

Managing keys

In the API Keys section of your settings, you can see all your keys with:
  • Name — the key’s label
  • Key prefix — the first characters of the key (for identification)
  • Agent scope — which agents the key can access
  • Last used — when the key was last used in an API request
  • Status — active or inactive

Deleting a key

Click the delete icon next to a key to deactivate it. The key immediately stops working for all API requests. This action cannot be undone — you’ll need to create a new key if you need access again.