Reference
Create an agent response
Send one support message to a Suppio agent. The response includes the agent answer, usage, and action signals your backend can handle.
POST
Create an agent response
Documentation Index
Fetch the complete documentation index at: https://docs.suppio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Suppio agent ID. The bearer API key must be scoped to this same agent.
Example:
"agent_123"
Body
application/json
The support message. Empty messages are rejected. Input is capped at 12,000 characters after trimming.
Required string length:
1 - 12000Example:
"How do I reset my password?"
Create an agent response