This endpoint allows the creation of a new agent that can be utilized in the POST /agents/{id}/v1/message:send endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"base"
If set to true, the agent will be created as ephemeral, it won't be listed in the agents_list but can still be fetched by ID. Ephemeral agents will be deleted periodically.
The name of the agent.
A brief description of the agent's capabilities.
Optional type of agent.
expert, orchestrator, interviewing-expert The system prompt that defines the overall agents behavior and expectations. This field is optional as there is a default system orchestrator.
A list of MCP servers that the agent can call. If omitted, the agent can't call any MCP servers.
Agent created successfully.
The unique identifier of the agent.
The name of the agent.
A brief description of the agent's capabilities.
The system prompt that defines the overall agents behavior and expectations.
A list of MCP servers that the agent can call. If omitted, the agent can't call any MCP servers.