Documentation Index
Fetch the complete documentation index at: https://docs.brainstormer.io/llms.txt
Use this file to discover all available pages before exploring further.
List agents
Retrieve all agents that belong to your organization.Response
List of agents belonging to your organization.
Unique identifier for the agent. Use this as
agent_id when sending chat messages.Display name of the agent.
Optional description of what the agent does.
The AI model the agent uses (e.g.
openai/gpt-4o).When
true, the agent is in draft state and may not be fully configured.ISO 8601 timestamp of when the agent was created.
Pagination metadata for the result set.
Get agent
Retrieve details for a single agent by its ID.Path parameters
The unique identifier of the agent to retrieve.
Response
Unique identifier for the agent.
Display name of the agent.
Optional description of the agent.
The AI model the agent uses.
Whether the agent is in draft state.
Knowledge bases linked to this agent. Each entry includes an
id and name.ISO 8601 timestamp of when the agent was created.
ISO 8601 timestamp of the last update.