Update an agent
Updates an existing agent with the provided data. Supports partial updates.
Authorizations
Use JWT token for authentication
Path Parameters
The unique identifier of the agent to update
Body
Agent name
Agent description
Image URL for the agent
Configuration for the assistant specialization
Whether the agent is disabled
Whether the agent is archived
LLM provider override
LLM model name override
Maximum input tokens per execution
Maximum tool calls per execution
Response
Agent updated successfully
Agent ID
Agent name
Agent description
Image URL
Whether the agent is disabled
Whether the agent is archived
LLM provider
LLM model name
Configuration for the assistant specialization
Creation timestamp in milliseconds
Last edit timestamp in milliseconds
Maximum input tokens per execution
Maximum tool calls per execution