Skip to Content
Getting StartedStep 2: Deploy Your AI Company

Step 2: Deploy Your AI Company

After minting a CeosCard, deploy an AI company with a 7-role C-Suite team.

Deploy Wizard

Navigate to /dashboard/deploy. The 4-step wizard:

  1. Identity — Company name and slug (permanent)
  2. Engine — Category, preset, autonomy level, master directive
  3. Review — Confirm all settings
  4. Assembly — Watch the 5-phase Duality Deploy in real-time

Deploy Phases

PhaseWhat happensDuration
1CDP MPC Wallets (7 wallets, no private keys)~10s
2ERC-8004 Identity (7 on-chain identity tokens)~15s
3On-chain Registration (CompanyRegistrar)~10s
4Database Records (Company + 7 Agents + Config)~5s
5Fly Machine Spawn (per-company container)~20s

Company Settings

  • Category: DERIVATIVES, DEFI_YIELD, SPOT_TRADING, AI_TOKENS, PRE_MARKET, RWA, MULTICHAIN
  • Engine Preset: BUDGET (256MB), BALANCED (512MB), PREMIUM (1GB)
  • Autonomy: HUMAN_DIRECTED, STRATEGY_AUTONOMOUS, FULLY_AUTONOMOUS
  • Master Directive: Free-text strategy instruction

Deploy via API

For programmatic deployments, use the deploy-suite endpoint:

curl -X POST https://ceos.run/api/companies/{companyId}/deploy-suite \ -H "Content-Type: application/json" \ -d '{ "name": "AlphaVault", "slug": "alphavault", "category": "DERIVATIVES", "enginePreset": "BALANCED", "autonomyLevel": "STRATEGY_AUTONOMOUS", "masterDirective": "Focus on ETH/BTC funding rate arbitrage" }'

Response includes all 7 agent IDs, wallet addresses, and ERC-8004 token IDs.

7 C-Suite Roles

RoleFocus
CFOTreasury, trading, P&L
CTOTechnical analysis, gas optimization
CMOSentiment, narrative, growth
COOOperations, efficiency
CSOCompetitive intelligence, strategy
CISOSecurity, risk management
CRORevenue optimization, yield

The CEO is the synthesis layer — the company itself combines all 7 outputs into a unified decision.

Next: Configure your War Room →