Cerebral OS Maps

Production processes.
Executed.

Maps are executable process definitions — built visually, triggered from anywhere, governed at every step. Non-cognitive Maps run deterministically, free. Cognitive Maps add AI reasoning where the process requires it.

Runs on the Cerebral OS execution runtime — deterministic, governed, auditable

Non-cognitive Maps · 1,000 runs/month · free forever

Map execution trace
Running
hubspot:contact.created
TRIGGERED
klaviyo:add_to_list
EXECUTED
jira:create_issue
RUNNING
100%
governed
<200ms
latency
full
audit trail
Execution
Deterministic by default
Every step either completes or escalates. No silent failures. No partial state. Behavior is predictable and testable before it touches production.
Safety
Governed at the verb level
Every integration action carries a risk classification. High-risk writes are blocked until you configure an explicit approval gate.
Confidence
Dry run before production
Execute any Map end-to-end with real data. Reads pass through. Writes are intercepted. See exactly what would happen before anything executes.
Accountability
Immutable audit trail
Every action logged with full context — what ran, what data moved, what decision was made. Always on. Not optional.
Two execution modes

Every process has a mode.
Some need intelligence. Some don't.

Non-cognitive Maps execute production processes deterministically — no AI, no LLM cost, instant. Cognitive Maps add a Cerebral step when the process requires reasoning, exception handling, or judgment. Both run on the same execution runtime with the same governance guarantees.

Free · Non-Cognitive
Trigger → Action

Pure process execution — no AI required. Define the steps, connect the systems, run it on any trigger. If your process doesn't need judgment calls, it doesn't need AI. And it's free.

Deterministic — runs exactly as defined
Webhook, schedule, and poll triggers
Thousands of integrations, zero LLM cost
API-triggerable from any external system
Full audit trail on every execution
New Shopify orderTrigger
Klaviyo · Tag customerAction
Gmail · Send confirmationAction
Paid · Cognitive
Trigger → Think → Act

Add a Cerebral step where the process requires judgment — exceptions, edge cases, decisions no rule can anticipate. Same execution runtime, same governance, same audit trail. AI where you need it, nowhere you don't.

For the parts of your process that break rules.

AI reasoning at any step in the process
Exception handling and judgment calls
Full governance and approval gates
Dry run before any production writes
Manager model validates every AI action
New support ticketTrigger
Cerebral · Classify + draft replyAI Step
Re:amaze · Send and closeAction
How Maps fire

Every way a production system
can tell you something happened.

Maps connect to real systems through three trigger modes — covering every API pattern in production today.

Instant — Webhook
A system fires a POST and the Map executes immediately. Sub-second latency. No polling, no delay. The Map runs the moment the event happens — in production, at scale.
POST /api/v1/webhooks → webhookUrl returned
Schedule — Cron
Run any Map on any schedule — hourly, daily, weekly, or a custom cron expression. Reliable execution without managing infrastructure. No drift, no missed runs.
every day at 09:00 · every Monday · 0 9 * * 1
Poll — Watch for changes
Maps watches a source system on an interval and fires only when something changes. Handles APIs that don't support webhooks — which is most of them. Fires once per change, not once per check.
check every 5 min · fire on new records only
For Developers

One endpoint.
Fire any Map from anywhere.

Build a Map in the canvas. Trigger it from your product, your pipeline, your event stream. Your payload is injected as trigger_data — accessible at every step. Bypasses intent detection entirely. Goes straight to the executor.

maps trigger endpoint live
# Fire a Map from your system
POST /v1/maps/map_id/trigger
X-API-Key: sk_live_...
{
  "payload": {
    "order_id": "shop_1156",
    "customer_email": "jane@example.com"
  },
  "session_id": "idempotency-key-abc"
}
# Available in every step as:
# {{trigger_data.order_id}}
{
  "success": true,
  "execution_id": "exec_7x2qp",
  "actions_executed": 2,
  "governance_status": "approved",
  "map_type": "non_cognitive"
}

Your Shopify webhook fires a Map. Your CI/CD pipeline fires a Map. Your customer-facing product fires a Map. One endpoint, any entry point.

Same endpoint for both Map types
Non-cognitive and cognitive Maps use identical call signatures. The response returns map_type and governance_status on every execution.
Idempotency built in
Pass a session_id and duplicate triggers are safely deduplicated. Fire once, execute once.
Governance on every execution
Every Map trigger runs through the same governance engine as a Cerebral. Verb-level risk controls, approval gates, and audit trail included — not optional.
API Docs → Get sandbox access
Integration Coverage

If it has an API,
Maps can automate it.

Thousands of integrations ready to use out of the box. 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.

paste docs URL generate actions test every endpoint deploy · 3 min
Ready to use
Shopify Stripe Re:amaze Klaviyo HubSpot PayPal Salesforce Gmail Slack Jira NetSuite Twilio Zendesk Notion Airtable + thousands more
The honest comparison

Replace Zapier.
Keep your money.

Connecting production systems shouldn't have a per-task price tag. We built the automation infrastructure anyway — so non-cognitive Maps are free. The per-trigger era is over.

 Zapier
Pricing modelPer task / per Zap
Free tier100 tasks/month
IntegrationsFixed catalog
AI reasoningAdd-on, limited
API triggerWebhooks only
GovernanceNone
Audit trailBasic logs
Execution runtimeNone
 Cerebral Maps
Pricing modelFREE
Free tier1,000 runs/month, always
IntegrationsThousands + build any in 3 min
AI reasoningNative — Cognitive Maps
API triggerPOST /maps/{id}/trigger
GovernanceVerb-level risk controls
Audit trailImmutable — every action
Execution runtimeFull Cerebral OS runtime
The Builder

Describe it.
It builds itself.

Type what you want in plain English. The AI assembles the Map — trigger, actions, field mappings, step order. Edit any node manually or ask it to revise. The canvas is how you author Maps. The runtime is what makes them matter.

Visual canvas with drag-and-drop nodes
AI-assisted build from plain English
Auto field mapping from prior step outputs
Verb validation — flags missing actions before deploy
Maps visual canvas
live
Pricing

Start free.
Pay only for intelligence.

Non-cognitive Maps are free because connecting production systems shouldn't cost money in 2026. Cognitive Maps are where the intelligence lives — usage-based, you only pay when AI executes.

Cognitive Maps
Usage -based
Add a Cerebral step to any Map. Priced per cognitive execution — pay only when AI reasoning runs.
Everything in Maps Free
AI reasoning at any step
Governance and approval gates
Dry run before production
Manager model validates AI actions
Hot-swappable LLM provider
Talk to Sales

Production processes.
Finally automated.

Start with non-cognitive Maps free. Add AI reasoning when your process needs it. No per-trigger pricing. Ever.

Get Started Free See the full platform →