Reference
CLI Reference
Command-line tools for building, deploying, and managing agents
The Agentuity CLI is your primary interface for building and managing agents. Create projects, deploy to the cloud, inspect sessions, and manage storage from the terminal.
Installation
curl -sSL https://v1.agentuity.sh | shAlternative: Install via Bun
If you prefer package managers: bun add -g @agentuity/cli
See Getting Started for authentication and first steps.
Command Categories
| Category | Commands | Use For |
|---|---|---|
| Getting Started | login, logout, new | Install, authenticate, create projects |
| Development | dev, run | Local development server |
| Deployment | deploy, cloud project | Deploy and manage cloud projects |
| Storage | cloud kv, cloud vector, cloud object | Manage KV, vector, and object storage |
| Configuration | env, sdk-key | Manage environment and SDK keys |
| Debugging | cloud ssh, cloud session | SSH access, session inspection |
| AI Commands | ai | AI coding agent utilities |
Quick Reference
# Development
agentuity dev # Start dev server
agentuity run agent-name # Run a specific agent
# Deployment
agentuity deploy # Deploy to cloud
# Sessions and Debugging
agentuity cloud session list # List recent sessions
agentuity cloud session logs <id> # View session logs
agentuity cloud ssh # SSH into deployment
# Storage
agentuity cloud kv list <ns> # List KV keys
agentuity cloud vector list <ns> # List vector namespacesNext Steps
- Getting Started: Install and authenticate
- Development: Run the local dev server
- Debugging: SSH access and session inspection
Need Help?
Join our Community for assistance or just to hang with other humans building agents.
Send us an email at hi@agentuity.com if you'd like to get in touch.
Please Follow us on
If you haven't already, please Signup for your free account now and start building your first agent!