Skip to main content

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)

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.
Use the same conversation_id to keep messages threaded. Set sync_only: true to import history without triggering AI responses.