cURL
curl --request POST \ --url https://api.agentixx.io/api/agents/{id}/chat \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "message": "What are your business hours?", "sessionId": "sess_abc123" } '
{ "response": "<string>", "sessionId": "<string>" }
Send a message to an agent in the builder playground.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Send a chat message to an agent (playground/builder)
1
Show child attributes
Agent response