Execution Runtime for AI Labor

AI that executes work.
Not just answers.

Cerebral OS is the execution runtime for workflows that act across your production systems.

Deterministic execution, governed actions, and full auditability — with safe, controlled writes to your production systems.

Most enterprise customers start with our managed team, then transition to full internal control.

Cerebral OS Runtime Analytics Dashboard
Deploy Cerebral your way
[SELF-SERVE]
Build it yourself
Workflow Builder, Maps Builder, and full API access. No external help required.
[API]
Integrate via API
Two endpoints. Embed governed AI execution directly into your product or infrastructure.
[PARTNER]
Certified partner
Engage a Cerebral delivery partner — domain expertise and proven rollout playbooks built in.
[MANAGED]
Managed by our team
We scope, build, and run it for you. Most enterprise customers start here, then transition to internal ownership.
For Operators
Define the process.
We add the cognition.

If you can define the process, Cerebral OS can run it. Build Cerebrals around your existing processes — customer support, order management, back-office ops. Start supervised, move to full autonomy.

For Developers
Build on the execution runtime.

Two endpoints. The full governed AI execution layer. Invoke a Cerebral for conversational or goal-based work. Fire a Map for deterministic or cognitive workflow execution.

Thousands of integrations ready to use. Paste any API docs URL — built, tested, and live in 3 minutes.
Shopify Stripe Salesforce Twilio Gmail Re:amaze Klaviyo HubSpot PayPal + thousands more
Hours Automated
5,482
Hours of work executed autonomously in the last 30 days of production
Live Production
Integration Actions
31K+
Automated integration calls across real production systems this period
Real Execution
Autonomous Rate
100%
4,450 tasks completed autonomously — zero human intervention required
Real Autonomy
Integration Coverage
Any API.
Thousands ready to use. Paste any API docs URL in the Integrations builder — live in 3 minutes.
Unlimited
"If you can define the process in an SOP, we can build a Cerebral that adds cognition to it."
Ben Jenkins
Founder, Cerebral OS
Maps

The canvas for
every process you run.

Maps is the canvas for your production processes. Non-cognitive Maps execute deterministically — trigger, action, done, free. Cognitive Maps add a Cerebral step where judgment is required. Both run on the same execution runtime — deterministic steps, governed actions, full auditability.

Non-Cognitive
Trigger → Action

Deterministic, fast, no AI required. Connect any two systems in minutes. If you can use Zapier, you can build this. If it breaks Zapier's limits, Maps handles it.

Webhook triggers Schedule triggers Poll triggers No LLM cost Instant execution
Trigger
New Shopify Order
Action
Klaviyo · Tag "New Buyer"
Action
Gmail · Send Welcome Email
Cognitive
Trigger → Think → Act

A Cerebral executes one or more steps. The map can reason, handle exceptions, make judgment calls, and take governed actions. This is what replaces your human workflows — not just your Zaps.

AI reasoning steps Governed execution Exception handling Full audit trail Dry run mode
Trigger
New Support Ticket
Cerebral Step
Classify, fetch order, draft reply
Action
Re:amaze · Send & Close Ticket
Both types share the same API trigger
POST /api/v1/maps/{mapId}/trigger
Your payload is injected as trigger_data — accessible in every step as {{trigger_data.field}}. One endpoint for both types.
Execution Modes

Every process has
an execution mode.

Conversational for live interaction. Workflow for deterministic SOP execution — step by step, governed, auditable. Goal executor for autonomous multi-step operations where you define the outcome, not the path.

ConversationalReal-time · Customer-facing

Open reasoning with governed output. The Cerebral interprets intent, assembles context from memory, silently calls integrations mid-conversation, and responds in natural language — all within your policy boundaries.

01
Message arrives
From widget, email, Slack, or API. Intent detected. Context assembled from memory — customer history, SOPs, knowledge base.
02
Integrations execute silently
The Cerebral calls Shopify, Stripe, your CRM mid-conversation. Real data informs every word of the response.
03
Response governed before delivery
Every response passes through your governance policy. Out-of-bounds responses are intercepted and escalated automatically.
Live conversation
Status of my order #4821?
→ shopify:get_order · reamaze:get_customer
Your order shipped yesterday — it's with FedEx and arriving Thursday. Tracking link added to your account. Anything else?
Governance
Policy: CS Standard  ·  Manager review: On  ·  Escalation: Auto
Developer API

Two endpoints.
The entire runtime.

This is the execution layer. Invoke a Cerebral for conversational or goal-based AI work. Fire a Map for workflow execution — cognitive or not. Everything runs through the same governed runtime underneath.

POST
/v1/cerebrals/{cerebralId}/message

Invoke any Cerebral. Send a message, get a governed AI response. The runtime handles intent detection, memory retrieval, integration calls, and governance — all inside the request. Use for conversational, workflow, and goal-based execution.

Conversational · Workflow · Goal
POST
/v1/maps/{mapId}/trigger

Fire any Map directly. Your payload is injected as trigger_data into the execution context — bypassing intent detection entirely, going straight to the workflow executor. Works for both non-cognitive and cognitive Maps.

Non-Cognitive Maps · Cognitive Maps
api.cerebralos.com
# Invoke a Cerebral
POST /v1/cerebrals/cf766eb/message
X-API-Key: sk_live_...
{ "message": "Status of order #4821?",
  "session_id": "user-jane-123" }
# Fire a Map
POST /v1/maps/map_8f2a/trigger
X-API-Key: sk_live_...
{ "payload": {
  "order_id": "1156",
  "customer_email": "jane@example.com"
  } }
# Response — same shape for both
{
  "success": true,
  "execution_id": "exec_9a2xz",
  "actions_executed": 3,
  "governance_status": "approved",
  "execution_mode": "cognitive_map"
}
What you get with every API key
10 sandbox Cerebrals
Pre-built, pre-connected. Hit them immediately — e-commerce, healthcare, SDR, support, and more.
In-dashboard test console
Paste your key, paste a Cerebral ID, send a message — full conversation thread. No Postman required.
Rate limits & usage tracking
60 req/min · 1,000/hour · 10,000/day. X-RateLimit headers on every response. Live usage dashboard.
Origin locking & identity config
Lock keys to specific domains. Configure identity passthrough and session persistence per key.
Join Developer Program → View API Docs
API Keys dashboard — live in your account
Cerebral OS API Keys Dashboard
Platform Capabilities

Everything real operations
actually need.

Execution Runtime, Not a Prompt Layer
Cerebral OS runs work as structured, governed workflows — not free-form prompts. Behavior is predictable, testable, and correct by construction. Every step either completes or escalates.
Dry Run Mode
Execute any workflow end-to-end using real data without writing to production. Preview every action, inspect every branch, approve before anything goes live.
Atomic Execution
Every action is idempotent, committed once, protected by retries and explicit failure handling. When something fails, it fails cleanly and visibly — never silently.
Stateful Long-Running Workflows
Workflows pause, wait on time or events, and resume days later with full state preserved. No fragile cron jobs, no glue code. Execution stays reliable throughout.
Any API. Any Integration.
Thousands of integrations ready to use. Don't see yours? Open the Integrations builder, paste a link to the API docs, and walk away. Parsed, built, tested, and deployed in under 3 minutes. No support ticket. No waiting.
Runtime Analytics
Live execution intelligence across your AI workforce. Automation rates, integration actions, escalation trends, productivity hours — all surfaced in a single dashboard.
Governance & Safety

Execution governed
by policy, not hope.

Every step of every process is governed before it executes. Define approval thresholds per action, per workflow, or per customer. Start supervised, move to autonomy on your timeline — without giving up visibility or control.

Book a Demo
Security & Compliance SOC2 / HIPAA / GDPR
Data encrypted in transit and at rest. Sensitive fields masked before logging. Architecture supports SOC2-aligned, HIPAA-ready, and GDPR-compliant workflows.
Risk-Classified Verbs Configurable
Every integration verb carries a LOW / MEDIUM / HIGH risk classification. HIGH-risk actions — refunds, cancellations, deletions — are blocked until you configure an explicit approval gate.
Zero-Risk Dry Run Built In
Reads pass through normally. Writes are intercepted and surfaced for review before anything touches production. Ship with confidence, not crossed fingers.
Immutable Audit Trail Always On
Every action, decision, and escalation logged with full reasoning trace. Audit, compliance review, and debugging built into normal operations — not forensic exercises.
Shadow Mode

Deploy first.
Decide later.

Put a Cerebral into shadow mode and it works alongside your team — invisibly. It reads every ticket, composes every reply, takes every action. Nothing is sent. Nothing is written. You just watch.

Watch without risk
Run shadow mode for a day, a week, or six months. Every proposed action is logged with full reasoning. You review on your timeline — not ours.
Approve action by action
When you see something you like, approve that action class. Build confidence incrementally. Nothing moves to production until you explicitly say so.
Flip the switch when ready
One toggle. The Cerebral that has been silently working beside your team starts executing for real — with the exact behavior you already verified.
See it in action
Shadow mode — proposed actions
not executed
reamaze:send_reply
SHADOWED
shopify:cancel_order
SHADOWED
klaviyo:tag_customer
SHADOWED
247 actions proposed this week  ·  0 executed
YOU APPROVE → LIVE
Live mode — executing
active
reamaze:send_reply
EXECUTED
shopify:cancel_order
EXECUTED
klaviyo:tag_customer
EXECUTED
247 actions executed this week  ·  100% autonomous
Hot-swappable LLM providers

Ready to replace
manual operations?

Cerebrals and Maps are in production today. See what's possible for your operation.

Book a Demo Developer Program →