Modify Agent
Authentication
Header authentication of the form Bearer <token>
Path Parameters
The ID of the agent in the format ‘agent-<uuid4>’
Request
The ids of the messages in the agent’s in-context memory.
Deprecated: use secrets field instead
If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
The model handle used by the agent (format: provider/model-name).
The embedding model handle used by the agent (format: provider/model-name).
The timezone of the agent (IANA format).
The per-file view window character limit for this agent. Setting this too high may exceed the context window, which will break the agent.
Deprecated: Use model field to configure reasoning instead. Whether to enable reasoning for this agent.
Deprecated: Use model field instead. The LLM configuration used by the agent.
Deprecated: Use model field to configure parallel tool calls instead. If set to True, enables parallel tool calling.
Deprecated: Use model field to configure response format instead. The response format for the agent.
Deprecated: Use model field to configure max output tokens instead. The maximum number of tokens to generate, including reasoning step.
Response
Deprecated: Use model field instead. The LLM configuration used by the agent.
Deprecated: Use embedding field instead. The embedding configuration used by the agent.
Deprecated: Use blocks field instead. The in-context memory of the agent.
The ids of the messages in the agent’s in-context memory.
The model handle used by the agent (format: provider/model-name).
The embedding model handle used by the agent (format: provider/model-name).
If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
The multi-agent group that this agent manages
The timezone of the agent (IANA format).
The per-file view window character limit for this agent. Setting this too high may exceed the context window, which will break the agent.
Deprecated: use secrets field instead.
Deprecated: Use identities field instead. The ids of the identities associated with this agent.
Deprecated: Use managed_group field instead. The multi-agent group that this agent manages.