Guide
Build a sales AI agent on Atlas
Use Mirai as the channel transport, context store, and shared knowledge layer. Your sales runtime receives signed inbound events, fetches Atlas context, then submits replies or handoff decisions back through Mirai-managed channels.
1. Create a service account or app token in the Developer Console
2. Connect your business channel in Mirai
3. GET /v1/atlas/tools/manifest
4. POST /v1/atlas/knowledge
5. POST /v1/atlas/events
6. GET /v1/atlas/context/{conversationId}
7. POST /v1/atlas/actions
8. Subscribe to /v1/atlas/webhooks for callbacks