Documentation Index
Fetch the complete documentation index at: https://docs.aui.io/llms.txt
Use this file to discover all available pages before exploring further.
AUI Products
AUI provides three products for building and integrating AI agents:Messaging API
Integrate AI agents into your product. Send messages via REST or WebSocket and receive structured responses, recommendations, and streaming outputs — ready for web, mobile, or backend use.
Agent Builder API
Programmatically create and manage agents. Define knowledge, tools, behavior,
and guardrails through a simple API — fully customizable and scalable.
CLI
Develop agents locally with a CLI-first workflow. Edit JSON configs with schema support, validate instantly, and deploy to the cloud with a single command.
| Messaging API | Agent Builder API | CLI | |
|---|---|---|---|
| Purpose | Send & receive messages | Create & configure agents | Develop & deploy agents |
| Interface | REST + WebSocket | REST | Terminal |
| Status | v1 — Stable | Upcoming — Mid April 2026 | Beta — GA April 2026 |
| Best for | App integration | Automation & CI/CD | Day-to-day development |
Start from the Playground
The fastest way to experience AUI is through the Playground — no code required.Open the Playground
Go to playground.aui.io and log in with your AUI account.
Chat
Send messages and see the agent respond in real time. Test how it handles different intents, activates tools, and follows rules.
Next Steps
Messaging API
Start integrating agents into your app.
CLI Installation
Install the CLI and start building agents locally.
