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

Alternative: Install via Bun

If you prefer package managers: bun add -g @agentuity/cli

See Getting Started for authentication and first steps.

Command Categories

CategoryCommandsUse For
Getting Startedlogin, logout, newInstall, authenticate, create projects
Developmentdev, runLocal development server
Deploymentdeploy, cloud projectDeploy and manage cloud projects
Storagecloud kv, cloud vector, cloud objectManage KV, vector, and object storage
Configurationenv, sdk-keyManage environment and SDK keys
Debuggingcloud ssh, cloud sessionSSH access, session inspection
AI CommandsaiAI 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 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!