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