curl --location --request POST 'https://api.stateset.com/v1/agents' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "em_1NXWPnCo6bFb1KQto6C8OWvE", "agent_name": "Example Name", "agent_type": "string", "value": "Example Value", "max_value": 100, "min_value": 10, "category": "Example Category", "description": "This is a sample agent for demonstration.", "modifiable": true, "impact": "High" }'
{ "agent_name": "<string>", "agent_type": "<string>", "description": "<string>", "activated": "<string>", "created_at": "<string>", "updated_at": "<string>", "org_id": "<string>", "voice_model": "<string>", "voice_model_id": "<string>" }
This endpoint creates a new agent