Deploy your
agent fleet.

CLI · Fleet API · MCP Server

Request Access
$ curl -fsSL https://thisismonolith.com/install.sh | sh
01 Interface

CLI

Terminal-native fleet management. Provision agents, check health, tail logs, and deploy updates with a single command.

$ monolith deploy
02 Programmatic

Fleet API

RESTful programmatic control. 126 API operations across 17 API domains. Full lifecycle management for automated agent orchestration.

POST /v1/agents/deploy
03 Agent-to-Agent

MCP Server

Agent-to-agent tool access. Any MCP-compatible client can manage fleet operations directly through their own logic.

monolith-mcp
monolith-cli — bash
$ monolith deploy --fleet production --replicas 3
provisioning 3 agents in fleet "production"
agent-001 ready 10.0.1.4
agent-002 ready 10.0.1.5
agent-003 ready 10.0.1.6
✓ fleet "production" deployed (3 agents, 4.2s)