MCP & AI Agent Integration

Process Street
automation.

16 AI agent actions for Process Street — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Process Street to create tasks, update project status, and coordinate work across teams 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)
Productivity Process Street is a Productivity integration — use it to automate tasks, projects, and team workflows from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Process Street.

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 Task
process_street:get_task
Fetch a single task by ID with its details and current status.
Read Low risk
Get Team Member
process_street:get_team_member
Fetch a single team member by ID or email address.
Read Low risk
Get Workflow
process_street:get_workflow
Fetch a single workflow template by ID with its tasks and configuration.
Read Low risk
Get Workflow Run
process_street:get_workflow_run
Fetch a single workflow run by ID with its tasks and current status.
Read Low risk
List Tasks
process_street:list_tasks
List tasks with optional filtering and pagination.
Read Low risk
List Team Members
process_street:list_team_members
List team members with optional filtering and pagination.
Read Low risk
List Workflow Runs
process_street:list_workflow_runs
List workflow runs with optional filtering and pagination.
Read Low risk
List Workflows
process_street:list_workflows
List workflows with optional filtering and pagination.
Read Low risk
Complete Task
process_street:complete_task
Mark a task as complete and optionally submit form data.
Write Medium risk
Create Workflow
process_street:create_workflow
Create a new workflow template.
Write Medium risk
Create Workflow Run
process_street:create_workflow_run
Create a new workflow run from a workflow template.
Write Medium risk
Delete Workflow
process_street:delete_workflow
Permanently delete a workflow template and all its runs.
Write High risk
Delete Workflow Run
process_street:delete_workflow_run
Permanently delete a workflow run and all its data.
Write High risk
Update Task
process_street:update_task
Update task details like assignee, due date, or form data.
Write Medium risk
Update Workflow
process_street:update_workflow
Update an existing workflow template.
Write Medium risk
Update Workflow Run
process_street:update_workflow_run
Update an existing workflow run.
Write Medium risk
MCP & Runtime API

Call Process Street
from any AI agent.

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

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

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 Process Street data
Call process_street:get_task 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 Process Street
Dry-run validates process_street:complete_task before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Task or project event
Update status automatically
Notify assignees
Sync across tools
How it works

Every Process Street action
governed end-to-end.

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

Process Street works best
alongside these.

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

Process Street integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →