Skip to main content
Provisions infrastructure and deploys your agent team using Pulumi.

Usage

agent-army deploy [options]

Options

OptionDescription
-y, --yesSkip confirmation prompt
-c, --config <name>Config name (auto-detected if only one)

What It Does

  1. Reads your agent-army.json manifest
  2. Runs pulumi up to provision/update infrastructure
  3. Creates servers, volumes, networking, and security groups
  4. Bootstraps each agent with OpenClaw and configured tools
  5. Connects agents to your Tailscale network

Examples

# Deploy with confirmation
agent-army deploy

# Deploy without confirmation
agent-army deploy --yes

# Deploy a specific config
agent-army deploy -c production
First deployment takes 3-5 minutes. Subsequent deployments are incremental — only changes are applied.
Deployment creates cloud resources that incur costs. Review your config and cost estimates before deploying.