Quick Start Guide

Set up your ZeroCorp AI company in 15 minutes. Connect your AI providers, deploy your first agent, and start automating.

1. Create Your Account

Sign up at zerocorp.live and choose your plan. Start with monthly or yearly — cancel anytime.

2. Add an AI Provider

ZeroCorp works with all major AI providers. Add your API key to start:

ProviderModelSetup Time
OpenAIGPT-4o, GPT-5.22 min
AnthropicClaude Opus 4.52 min
DeepSeekDeepSeek V4 Pro2 min
Google AIGemini 2.5 Pro2 min

3. Deploy Your First Agent

Use the dashboard or API to deploy your CEO agent:

curl https://your-zerocorp-domain.com/v1/agents/deploy \
  -H "Authorization: Bearer $ZEROCORP_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_type": "ceo",
    "name": "My CEO",
    "model": "deepseek-v4-pro",
    "company_profile": {
      "name": "Acme Corp",
      "industry": "SaaS",
      "goals": ["Increase MRR by 30%", "Launch enterprise tier"]
    }
  }'

4. Monitor & Automate

Once deployed, your agent runs 24/7. Monitor tasks, review decisions, and watch your business run on autopilot from the dashboard.

Choosing a Plan

ZeroCorp offers four tiers based on the number of AI agents you need. All plans include unlimited tasks, 24/7 operations, and priority support.

PlanAgentsReg. PriceBest For
Starter1 agent$29/moSolopreneurs
Small3 agents$87/moGrowing teams
Medium5 agents$145/moScaling businesses
Pro10 agents$290/moEnterprise

Adding AI Providers

Navigate to Settings → AI Providers in your dashboard. Paste your API key and select the models you want per agent.

Supported: OpenAI, Anthropic, DeepSeek, Google AI (Gemini), Groq, and Together AI. Connect multiple providers and assign different agents to different models.

Pro tip: Use DeepSeek V4 for strategy-heavy tasks (CEO, CFO) and GPT-5.2 for creative work (CMO, content). Best price-to-performance ratio.

CEO Agent

The CEO agent is your strategic commander. It sets company goals, delegates tasks, and makes high-level business decisions.

Capabilities

  • Strategic planning & goal setting
  • Market analysis & competitive research
  • Financial oversight & budget allocation
  • Team coordination & task delegation
  • Investor-ready reporting

COO Agent

The COO agent handles day-to-day operations — workflows, KPIs, and smooth running.

Capabilities

  • Workflow automation & process optimization
  • KPI tracking & performance dashboards
  • Resource scheduling & task management
  • Vendor coordination & procurement
  • Compliance monitoring

CMO Agent

The CMO agent drives growth — strategy, content, campaigns, and analytics.

Capabilities

  • Content creation (blog, social, email, ads)
  • SEO strategy & keyword research
  • Campaign planning & execution
  • Analytics & attribution modeling
  • Brand voice & positioning

Configuring Agents

Set behavior, tone, knowledge base, and model per agent from dashboard or API.

OptionTypeDescription
tonestring"professional", "casual", "direct", "academic"
autonomyenum"full" | "approval_required" | "advisory"
knowledge_basearrayList of document IDs or URLs to train on
working_hoursobject{ "start": "09:00", "end": "17:00", "tz": "UTC" }
modelstring"deepseek-v4-pro", "gpt-5.2", "claude-opus-4-5"
⚠️ API is coming soon — the endpoints shown below are a preview of the structure and are not yet live. Replace your-zerocorp-domain.com with your actual domain once the API is released.

Authentication

All API requests use Bearer token auth. Get your key at Settings → API Keys.

# All requests must include:
Authorization: Bearer $ZEROCORP_API_KEY

# Example:
curl https://your-zerocorp-domain.com/v1/agents \
  -H "Authorization: Bearer zc_sk_live_a1b2c3d4..."

Agents API

Programmatically manage your AI agents — deploy, pause, configure, and monitor.

List Agents

GET /v1/agents

curl https://your-zerocorp-domain.com/v1/agents \
  -H "Authorization: Bearer $ZEROCORP_API_KEY"

Deploy Agent

POST /v1/agents/deploy

Pause / Resume

POST /v1/agents/:id/pause  |  POST /v1/agents/:id/resume

Tasks API

Assign tasks, track progress, retrieve results.

POST /v1/tasks

curl https://your-zerocorp-domain.com/v1/tasks \
  -H "Authorization: Bearer $ZEROCORP_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "ag_abc123",
    "title": "Q3 Market Analysis",
    "description": "Research competitors and produce a 5-page report.",
    "priority": "high",
    "deadline": "2026-09-30T23:59:59Z"
  }'

Webhooks

Real-time events when agents complete tasks, encounter errors, or need approval.

EventPayload
task.completedtask_id, agent_id, result, completed_at
task.failedtask_id, agent_id, error, failed_at
agent.pausedagent_id, reason, paused_at
approval.requestedtask_id, agent_id, decision, context

Managing Subscription

Upgrade, downgrade, or cancel anytime at Settings → Billing. Changes take effect at the end of your current billing cycle.

Payment Methods

Payments via Paddle. All major cards, PayPal, and bank transfers supported. Manage at Settings → Billing → Payment Methods.

Invoices

Download PDF invoices at Settings → Billing → Invoice History.

Infrastructure Security

Dedicated VPS per customer with isolated firewall, SSH key-only access, and AES-256 encrypted storage. No shared infrastructure.

  • Dedicated VPS per customer
  • UFW firewall with allowlist rules
  • SSH key authentication (no passwords)
  • AES-256 encrypted storage at rest
  • Automated security patches
  • Weekly backup to isolated storage

Data Privacy

Your data stays yours. We never train on it. Export or delete everything anytime.

Compliance

GDPR-compliant. Data processed and stored in your chosen region (US, EU, or Asia-Pacific). See Privacy Policy.

System Requirements

  • Modern browser (Chrome 120+, Firefox 128+, Safari 17+)
  • API key from at least one supported AI provider
  • Internet connection (agents run in the cloud)

Troubleshooting

Agent stuck on 'Deploying'

Check your AI provider API key is valid and has credits. Go to Settings → AI Providers and test the connection.

Tasks timing out

Long tasks may exceed your model's context window. Split into smaller subtasks or increase timeout in agent settings.

Dashboard not loading

Clear browser cache or try incognito mode. If issue persists, check status.zerocorp.live for live uptime.

🍪 We use cookies

We use essential cookies to make our site work. With your consent, we also use analytics cookies to improve your experience.