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.
Import and Edit an Existing Agent
The most common workflow: pull an agent from the cloud, edit it locally, validate, and push back.After importing, your IDE gets automatic JSON schema autocomplete for all
.aui.json files. No additional setup required in VSCode or Cursor.Create a New Agent from Scratch
Scaffold a blank agent project and build it up step by step.GUIDE.md walks you through configuring each file in order.
Validate and Push Changes
Always validate before pushing. Use--dry-run to preview.
Switch Between Environments
Test on staging before deploying to production.CI/CD Integration
Use environment variables to skip interactive login in CI pipelines.Chat Commands
When insideaui chat, the following commands are available:
| Command | Description |
|---|---|
/exit | Exit the chat session |
/clear | Clear conversation history |
/history | Show conversation history |
/suggest | Get AI-generated follow-up suggestions |
/task | Manage tasks |
/help | Show available chat commands |
- Real-time streaming via WebSocket
- Inline product cards with images
- AI-generated follow-up suggestions
Next Steps
Command Reference
Full reference for all CLI commands.
Configuration
Project structure, config files, and environment variables.
