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 | shSee Getting Started for installation options, authentication, and first steps.
Command Categories
| Category | Commands | Use For |
|---|---|---|
| Getting Started | login, logout, new | Install, authenticate, create projects |
| Development | dev | Local development server |
| Deployment | deploy, cloud project | Deploy and manage cloud projects |
| Storage | cloud kv, cloud vector, cloud s3, cloud redis | Manage KV, vector, object, and Redis storage |
| Configuration | cloud env, cloud secret, cloud apikey | Manage env vars, secrets, and API 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
# 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!