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.Documentation Index
Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Creating an API key
Go to settings
Open your dashboard settings and find the API Keys section.
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
Using an API key
Include your API key in theAuthorization header of API requests:
Key limits
| Scope | Max keys |
|---|---|
| Per agent | 2 |
| All Agents | 2 |
Agent scope
| Scope | Behavior |
|---|---|
| All Agents | The key can access any agent you own. You specify the agent ID in each API request. |
| Specific Agent | The key only works with the selected agent. Requests with a different agent ID are rejected. |
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