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 | sh

See Getting Started for installation options, authentication, and first steps.

Command Categories

CategoryCommandsUse For
Getting Startedlogin, logout, newInstall, authenticate, create projects
DevelopmentdevLocal development server
Deploymentdeploy, cloud projectDeploy and manage cloud projects
Storagecloud kv, cloud vector, cloud s3, cloud redisManage KV, vector, object, and Redis storage
Configurationcloud env, cloud secret, cloud apikeyManage env vars, secrets, and API keys
Debuggingcloud ssh, cloud sessionSSH access, session inspection
AI CommandsaiAI 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 namespaces

Next Steps

Need Help?

Join our DiscordCommunity 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!