Skip to main content

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.
The generated GUIDE.md walks you through configuring each file in order.

Validate and Push Changes

Always validate before pushing. Use --dry-run to preview.
aui push --force sends all files, not just changed ones. Use it when you want to ensure the remote matches your local state exactly.

Switch Between Environments

Test on staging before deploying to production.

CI/CD Integration

Use environment variables to skip interactive login in CI pipelines.
Or use API key authentication:

Chat Commands

When inside aui chat, the following commands are available:
CommandDescription
/exitExit the chat session
/clearClear conversation history
/historyShow conversation history
/suggestGet AI-generated follow-up suggestions
/taskManage tasks
/helpShow available chat commands
Start a chat session:
Features:
  • 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.