Messages API
Send messages to your AI agents programmatically with automatic or custom session management.
Build powerful integrations with the MAIA Company platform
https://api.maiacompany.ioAll API requests require a valid API token. Generate one from the MAIA dashboard.
curl -X POST "https://api.maiacompany.io/messages" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"channelId": "...", "sessionId": "...", "content": "Hello!"}'See Authentication for details on generating and managing tokens.