Documentation Index
Fetch the complete documentation index at: https://aimp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API keys
API keys let backend services call AIMP without a browser login. They belong to the active workspace.Key lifecycle
- Create the key in the API Keys page.
- Store the full value in your secret manager immediately.
- Use it with
X-API-Key. - Monitor usage from Billing and Usage.
- Revoke keys that are no longer needed.
API management endpoints
The product app uses these authenticated endpoints through the Gateway/Django API surface:X-API-Key.
Naming guidance
Use explicit names such asprod-checkout-worker, staging-search-service, or
local-alice. Avoid names like test or new key because they make rotation
and incident response harder.