The Brainstormer API uses API keys for authentication. Every request to aDocumentation Index
Fetch the complete documentation index at: https://docs.brainstormer.io/llms.txt
Use this file to discover all available pages before exploring further.
v1 endpoint must include a valid API key in the Authorization header.
API keys and Applications
API keys are scoped to an Application — a named container you create in the Developer Portal. Each application has a type that describes how it integrates with Brainstormer:| Type | When to use |
|---|---|
| Agent Consumer | Apps that call agents on behalf of users |
| Web Integration | Embedding agents in websites or web apps |
| Backend Service | Server-to-server integrations |
Getting an API key
- Open Developer in the sidebar.
- Click New App, enter a name, choose an application type, and click Create.
- Select the application from the list, then click Generate Key.
- Copy the key immediately.
Using your API key
Pass the key in theAuthorization header of every request as a Bearer token.
https://your-domain with your Brainstormer instance URL):
401 Unauthorized response.