MCP & AI Agent Integration

Userflow
automation.

15 AI agent actions for Userflow — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Userflow to pull reports, track KPIs, and surface insights on a schedule. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
15
actions
100%
governed
<200ms
latency
15
AI agent actions
5
Read operations
10
Write operations
2
High-risk actions (approval gated)
Analytics Userflow is a Analytics integration — use it to automate metrics tracking, reporting, and data analysis from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Userflow.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Content
userflow:get_content
Fetch a single content item by ID with its configuration.
Read Low risk
Get Flow
userflow:get_flow
Fetch a single flow by ID with its configuration and status.
Read Low risk
Get User
userflow:get_user
Fetch a user's profile and flow progress from Userflow.
Read Low risk
List Content
userflow:list_content
List content items with optional filtering by type and status.
Read Low risk
List Flows
userflow:list_flows
List flows with optional filtering by status and type.
Read Low risk
Complete Flow
userflow:complete_flow
Manually mark a flow as completed for a specific user.
Write Medium risk
Create Flow
userflow:create_flow
Create a new flow with specified configuration.
Write Medium risk
Create User
userflow:create_user
Create a new user in Userflow with optional attributes.
Write Medium risk
Delete Flow
userflow:delete_flow
Permanently delete a flow and all its associated data.
Write High risk
Delete User
userflow:delete_user
Permanently delete a user and all their associated data from Userflow.
Write High risk
Reset Flow
userflow:reset_flow
Reset a user's progress in a specific flow, allowing them to see it again.
Write Medium risk
Start Flow
userflow:start_flow
Manually start a flow for a specific user.
Write Medium risk
Track Event
userflow:track_event
Track a custom event for a user to trigger flows or measure engagement.
Write Medium risk
Update Flow
userflow:update_flow
Update an existing flow's configuration and status.
Write Medium risk
Update User
userflow:update_user
Update a user's profile and attributes in Userflow.
Write Medium risk
MCP & Runtime API

Call Userflow
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Userflow actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

userflow:get_content READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "userflow:get_content",
    "args": {},
    "execution_id": "agent-001"
  }'
userflow:complete_flow WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "userflow:complete_flow",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Userflow.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Userflow data
Call userflow:get_content via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Userflow
Dry-run validates userflow:complete_flow before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Metric threshold reached
Pull report data
Surface insight with AI
Send digest to Slack
How it works

Every Userflow action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Userflow — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Userflow action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Userflow action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Userflow works best
alongside these.

Build multi-step workflows that connect Userflow to the rest of your stack. All governed. All audited.

Userflow integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Userflow in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →