PUT /v1/agents/:id
Updates an agent’s configuration. Only include fields you want to change — omitted fields keep their current values.Documentation Index
Fetch the complete documentation index at: https://docs.nixflex.com/llms.txt
Use this file to discover all available pages before exploring further.
200 OK — returns the updated agent object.
agent_id and api_key_id are immutable. Trying to change them is ignored.| Code | Cause |
|---|---|
agent_not_found | ID doesn’t exist or isn’t yours |
prompt_too_long | New system_prompt exceeds limit |
invalid_voice_id | Voice not supported |