Enterprise

Deploy AI agents at scale — programmatically.

Manage deployments through a REST API or let your AI coding assistant handle it via MCP. Built for teams that need automation, not wizards.

Deploy with one request

cURL
curl -X POST https://aideploy.co/api/enterprise/v1/deployments \
  -H "Authorization: Bearer $AIDEPLOY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "externalId": "acme-prod",
    "cloudProvider": "digitalocean",
    "cloudToken": "dop_v1_...",
    "region": "nyc3",
    "serverSize": "starter",
    "agentCount": 1,
    "tailscaleAuthKey": "tskey-auth-...",
    "selectedAIProviders": ["openai"],
    "agents": [{
      "name": "Acme assistant",
      "modelProvider": "openai",
      "authMethod": "consumer",
      "model": "gpt-5.3-codex",
      "template": "general"
    }],
    "billingAcknowledged": true
  }'

Full deployment API

Create, monitor, and tear down agent deployments with simple REST calls. Authenticate with scoped API keys — secrets are never stored.

  • Create single or batch deployments
  • Real-time status polling and refresh
  • Scoped API keys with SHA-256 hashing
  • Idempotent deployments via external IDs
  • Secrets stripped before storage

MCP server for AI assistants

A local MCP server wraps the deployment API so coding assistants like Claude Code and Cursor can provision infrastructure with tool calls.

  • 6 tools: capabilities, list, get, create, batch, destroy
  • Stdio transport — works with any MCP client
  • Pre-flight capability validation
  • Same auth and access control as the REST API

Built for fleet management

Deploy up to 25 agents in a single batch request. Track every deployment with status, progress, and terminal results. Batch is an Enterprise feature — talk to us for volume pricing.

  • Batch deployments up to 25 at once (Enterprise)
  • Per-deployment tracking with status history
  • 5 cloud providers, 5 AI providers
  • White-label and SLA available on Enterprise

Security by default

API keys are hashed, cloud credentials are never persisted, and every table has row-level security. Your infrastructure, your control.

  • API keys stored as SHA-256 hashes
  • Cloud tokens stripped from stored config
  • Row-level security on all enterprise tables
  • Revocable keys with scope enforcement

Enterprise features

Available as part of Command Center.

Deployment API

REST API for programmatic deployment management. Included with Command Center.

MCP access

AI coding assistant integration via Model Context Protocol. Included with Command Center.

Mass deployments

Batch create up to 25 deployments in one request. Enterprise tier — contact us.

Frequently asked questions

AI Deploy by Belong - Launch AI agents safely on your own accounts