{ "success": true, "agent": { "agent_id": 123, "name": "Sales Support Agent", "avatar_id": 1, "language": "en", "custom_greeting": "Welcome! How can I assist you today?", "context": "You are a helpful sales assistant specializing in software products.", "status": "active", "created_at": "2024-01-15T10:30:00Z" }, "message": "Agent created successfully"}
Agents
Create Agent
Create a new agent with AI assistant configuration
{ "success": true, "agent": { "agent_id": 123, "name": "Sales Support Agent", "avatar_id": 1, "language": "en", "custom_greeting": "Welcome! How can I assist you today?", "context": "You are a helpful sales assistant specializing in software products.", "status": "active", "created_at": "2024-01-15T10:30:00Z" }, "message": "Agent created successfully"}
POST https://jwhite.tail8bf327.ts.net/api/v1/agentsAuthorization: Bearer <jwt_token>Content-Type: application/json{ "name": "Sales Support Agent", "avatar_id": 1, "language": "en", "custom_greeting": "Welcome! How can I assist you today?", "context": "You are a helpful sales assistant specializing in software products.", "properties": { "department": "sales" }}
{ "success": true, "agent": { "agent_id": 123, "name": "Sales Support Agent", "avatar_id": 1, "language": "en", "custom_greeting": "Welcome! How can I assist you today?", "context": "You are a helpful sales assistant specializing in software products.", "status": "active", "created_at": "2024-01-15T10:30:00Z" }, "message": "Agent created successfully"}
Copy
{ "success": false, "error": "Agent name is required"}