MCP & AI Agent Integration

Turbot Pipes
automation.

16 AI agent actions for Turbot Pipes — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Turbot Pipes to update contacts, move deals through pipelines, and trigger follow-up sequences automatically. 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
16
actions
100%
governed
<200ms
latency
16
AI agent actions
8
Read operations
8
Write operations
2
High-risk actions (approval gated)
CRM Turbot Pipes is a CRM integration — use it to automate contact management, deals, and pipeline operations from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Turbot Pipes.

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 Connection
turbot_pipes:get_connection
Fetch details of a specific connection within a workspace.
Read Low risk
Get Pipeline
turbot_pipes:get_pipeline
Fetch details of a specific pipeline including its configuration and status.
Read Low risk
Get Process
turbot_pipes:get_process
Fetch details of a specific process (pipeline run, query execution, etc.).
Read Low risk
Get Workspace
turbot_pipes:get_workspace
Fetch details of a specific workspace including settings and metadata.
Read Low risk
List Connections
turbot_pipes:list_connections
List all connections in a workspace with optional filters.
Read Low risk
List Pipelines
turbot_pipes:list_pipelines
List all pipelines in a workspace with optional filters.
Read Low risk
List Processes
turbot_pipes:list_processes
List processes (pipeline runs, queries) in a workspace with optional filters.
Read Low risk
List Workspaces
turbot_pipes:list_workspaces
List workspaces accessible to the authenticated user with optional filters.
Read Low risk
Create Connection
turbot_pipes:create_connection
Create a new connection in a workspace with specified plugin and configuration.
Write Medium risk
Create Workspace
turbot_pipes:create_workspace
Create a new workspace with specified configuration.
Write Medium risk
Delete Connection
turbot_pipes:delete_connection
Delete a connection from a workspace. This action cannot be undone.
Write High risk
Delete Workspace
turbot_pipes:delete_workspace
Delete a workspace permanently. This action cannot be undone.
Write High risk
Execute Query
turbot_pipes:execute_query
Execute a SQL query in a workspace and return the results.
Write Medium risk
Run Pipeline
turbot_pipes:run_pipeline
Trigger a manual run of a pipeline with optional parameters.
Write Medium risk
Update Connection
turbot_pipes:update_connection
Update an existing connection's configuration.
Write Medium risk
Update Workspace
turbot_pipes:update_workspace
Update workspace settings and configuration.
Write Medium risk
MCP & Runtime API

Call Turbot Pipes
from any AI agent.

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

turbot_pipes:get_connection READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "turbot_pipes:get_connection",
    "args": {},
    "execution_id": "agent-001"
  }'
turbot_pipes:create_connection 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": "turbot_pipes:create_connection",
    "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 Turbot Pipes.

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 Turbot Pipes data
Call turbot_pipes:get_connection 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 Turbot Pipes
Dry-run validates turbot_pipes:create_connection before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Lead or deal event
Score with AI
Route to right rep
Trigger outreach sequence
How it works

Every Turbot Pipes action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Turbot Pipes — 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 Turbot Pipes action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Turbot Pipes action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Turbot Pipes works best
alongside these.

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

Turbot Pipes integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →