CLI Overview
Command-line interface for developing, testing, and deploying AI workflows locally and in production
Core Commands
agnt5 init- Scaffold new projects from templatesagnt5 deploy- Push to production or staging environmentsagnt5 serverless- Scaffold and manage provider-hosted serverless endpointsagnt5 logs- Stream logs from any environmentagnt5 config- Manage environment variables and settings
Installation
Verify Installation
agnt5 --versionQuickstart
# Initialize a new project
agnt5 init my-workflow
cd my-workflow
# Authenticate and deploy
agnt5 auth login
agnt5 deployUpgrading
If neither works (for example, an older binary without the self-update command), re-run the install script — it replaces the binary with the latest version:
curl -LsSf https://agnt5.com/cli.sh | bashCommand reference
Detailed reference for each command group. Each page is also available as markdown for AI agents (append .md to the URL).
Complete reference for all AGNT5 CLI commands and their options
Authentication and identity management for AGNT5 CLI
Create and manage AGNT5 projects with Control Plane integration
Build, push, and deploy AGNT5 projects with comprehensive deployment pipeline
Reference for scaffolding, validating, syncing, inspecting, and controlling AGNT5 serverless endpoints.
Monitor and inspect deployment history and logs
Switch between local development endpoints and hosted environments
Configure the AGNT5 CLI for your development environment and deployment targets
Common issues and solutions for the AGNT5 CLI