Get Agent by ID
This endpoint retrieves an agent by its identifier. The agent contains information about its capabilities and the experts it can call.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"base"
Path Parameters
The identifier of the agent associated with the context.
"12345678-90ab-cdef-gh12-34567890abc"
Response
Agent retrieved successfully.
- Option 1
- Option 2
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.
- Option 1
- Option 2
A list of MCP servers that the agent can call. If omitted, the agent can't call any MCP servers.