Update Agent
Agents
Update Agent
Update the specified agent.
PATCH
Update Agent
Required ACL:
editSettingsPath Parameters
Body
application/json
The agent prompt: defines the agent's role, tone, and goals. Guides how it answers using the provided context. Corresponds to the 'Agent prompt' field in the dashboard.
The system prompt: defines system-level rules and constraints. Guides how the agent uses tools, features, and generates context. Prepended before instructions in the final prompt sent to the LLM. Typically injected by an agent template — modify with caution, as changes may affect behavior, tool usage, or response accuracy. Corresponds to the 'System prompt' field in the dashboard.
tools
(ClientSideToolConfig · object | AlgoliaSearchToolConfig · object | AlgoliaRecommendToolConfig · object | McpServerToolConfig · object | UnknownToolConfig · object)[] | null
- ClientSideToolConfig
- AlgoliaSearchToolConfig
- AlgoliaRecommendToolConfig
- McpServerToolConfig
- UnknownToolConfig
Response
Successful Response
Available options:
draft, published tools
(ClientSideToolConfig · object | AlgoliaSearchToolConfig · object | AlgoliaRecommendToolConfig · object | McpServerToolConfig · object | UnknownToolConfig · object)[]
- ClientSideToolConfig
- AlgoliaSearchToolConfig
- AlgoliaRecommendToolConfig
- McpServerToolConfig
- UnknownToolConfig
Last modified on June 5, 2026