AUI Products
AUI provides three products for building and integrating AI agents:Messaging API
Integrate agents into your app. Send messages to AUI agents via REST or WebSocket and receive responses with product recommendations, follow-up suggestions, and streaming text. Use this to embed AI conversations into your website, app, or backend.
Agent Builder API
Create and configure agents programmatically. Define what your agent knows, what tools it can use, and how it behaves — all through a REST API. Set rules, guardrails, parameters, and knowledge bases.
CLI
Build agents from your terminal. Import agent configs as JSON files, edit in your IDE with schema autocomplete, validate locally, and push changes to the cloud. A local-first development workflow.
| 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.
