Create an agent response
Send one support message with optional base64 image attachments and caller-defined function tools to a Suppio agent. The response includes the agent answer, usage, built-in action signals, and recorded custom tool calls your backend can handle.
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.
"agent_123"
Body
The support message. Empty messages are rejected. Input is capped at 12,000 characters after trimming.
1 - 12000"How do I reset my password?"
Optional base64-encoded image inputs. Images count toward input tokens and Suppio credit usage.
5Optional caller-defined action-signal tools for this request. Up to 10 tools are allowed. Each parameters schema is limited to 16 KB, and the complete tools array is limited to 64 KB.
10Response
The request was processed. Check outcome for success or blocked.
