Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
Updated name for the agent.
Updated agent type/preset.
Updated system instructions.
Updated goals/objectives.
Response
The description of the agent.
The activation status of the agent.
The date and time the agent was created.
The date and time the agent was last updated.
The organization ID to which the agent belongs.
The voice model associated with the agent.
curl --location --request PUT 'https://api.stateset.com/v1/agents/agent_123' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <api_key>' \
--data-raw '{
"agent_name": "Support Bot v2",
"description": "Updated return and warranty support agent",
"instructions": "Ask clarifying questions before taking action.",
"activated": true
}'