Skip to content
Docs
Get startedCLI - 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 serverless - Scaffold and manage provider-hosted serverless endpoints
  • 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

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

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