Update Agent by ID
This endpoint updates an existing agent. Only the fields provided in the request body will be updated; other fields will remain unchanged.
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"
Body
The name of the agent.
The system prompt that defines the overall agents behavior and expectations. This field is optional as there is a default system orchestrator.
A brief description of the agent's capabilities.
- Option 1
- Option 2
A list of MCP servers that the agent can call. If omitted, the agent can't call any MCP servers.
Response
Agent updated 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.
- Option 1
- Option 2
A list of MCP servers that the agent can call. If omitted, the agent can't call any MCP servers.