Skip to content
Docs
API Reference CLI - AGNT5

CLI Overview

Command-line interface for developing, testing, and deploying AI workflows locally and in production


Core Commands

  • agnt5 init - Scaffold new projects from templates
  • agnt5 deploy - Push to production or staging environments
  • agnt5 logs - Stream logs from any environment
  • agnt5 config - Manage environment variables and settings

Installation

Verify Installation

agnt5 --version

Quickstart

# Initialize a new project
agnt5 init my-workflow
cd my-workflow

# Authenticate and deploy
agnt5 auth login
agnt5 deploy

Upgrading

Command reference

Detailed reference for each command group. Each page is also available as markdown for AI agents (append .md to the URL).

© 2026 AGNT5
llms.txt