| name | agentuity-ops |
| description | When running Agentuity CLI commands for deploying, managing databases, creating sandboxes, configuring storage, queues, cron jobs, email, or any cloud resource. Also activates for SSH debugging, environment variables, and non-interactive automation. |
| version | 2.0.0 |
Agentuity CLI & Operations Reference
CLI Accuracy Contract (NON-NEGOTIABLE)
- Never guess flags, subcommands, or argument order
- If not 100% certain, FIRST run:
agentuity <cmd> --help
- Trust CLI output over memory — never fabricate URLs or outputs
- For the full CLI schema:
agentuity ai schema show
Key Conventions
- Agentuity projects always use
bun (never npm/pnpm) — check for agentuity.json or .agentuity/
- Check region config before adding
--region flags (~/.config/agentuity/config.json and agentuity.json)
- Sandbox default working directory is
/home/agentuity (not /app)
- Always read actual command output for URLs — never fabricate them
Non-Interactive Execution
When running CLI commands programmatically (in Claude Code, CI, or scripts), skip confirmation prompts:
| Flag | Short | Behavior |
|---|
--confirm |