Send Message
Agent Messaging
Send Message
Send a message to an agent.
POST
Send Message
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Message content
Arbitrary metadata to attach to the message
Channel to send through:
api or discordQueue behavior:
collect or interruptQueue Modes
| Mode | Description |
|---|---|
collect | Batches the message for processing when the agent finishes its current task. This is the default behavior. |
interrupt | Cancels the agent’s current task and processes your message immediately. |
Example Request
Example Response
Status Codes
| Code | Description |
|---|---|
201 | Message sent successfully |
400 | Invalid request (validation error) |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |
503 | Agent unavailable (stopped or error state) |

