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://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