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.
Betav0.1.77GA May 2026
Quick Start
Key Features
Local-First Development
Local-First Development
Import agent configs as
.aui.json files. Edit them in VSCode or Cursor
with full JSON schema autocomplete. No web UI required.Schema Validation
Schema Validation
Validate agent configurations locally with
aui dvalidate before pushing.
Catches syntax errors, missing fields, and cross-reference issues.Smart Push with Diffing
Smart Push with Diffing
aui push detects changes via git diff and sends only what changed — PATCH
for modified fields, POST for new tools, PUT for upserts.Interactive Chat Testing
Interactive Chat Testing
Use
aui chat for real-time streaming conversations with your agent in the
terminal. Or run aui serve for a web-based playground.Multi-Environment Support
Multi-Environment Support
Switch between staging, custom, and production environments with
aui env.
Test safely before deploying.How It Works
Import
Pull an existing agent’s configuration locally with
aui import-agent, or
scaffold a new one with aui create-agent.Develop
Edit
.aui.json files in your IDE. Schema autocomplete works out of the box
in VSCode and Cursor.Get Started
Installation
Install the CLI and authenticate with your AUI account.
Command Reference
Full reference for all 16 CLI commands.
Configuration
Project structure, config files, and environment variables.
Workflows
Common development workflows and chat commands.
