Prerequisites
- Zeus account
- Publicly accessible webhook endpoint
- API token and webhook secret from Zeus Settings
1
Get your credentials
Go to Dashboard → Configuration → API and copy your API token and Webhook secret.
2
Create a webhook endpoint (choose one)
- Python (Flask)
- Node.js (Express)
server.py
3
Create API integration
Contact Atlas team to setup API integration. Provide them with your public
webhook URL, any custom headers, and metadata you want to receive with each
webhook.
You should receive an integration ID. Use this ID in API requests.
4
Send first message
Head over to Message Received API to send your first message.
cURL
You should receive a
send_messages webhook with Zeus AI’s reply.