MCP & AI Agent Integration

Shortcut
automation.

26 AI agent actions for Shortcut — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Shortcut 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
26
actions
100%
governed
<200ms
latency
26
AI agent actions
14
Read operations
12
Write operations
2
High-risk actions (approval gated)
Productivity Shortcut 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 Shortcut.

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 Epic
shortcut:get_epic
Fetch a single epic by ID with all details including associated stories count.
Read Low risk
Get Member
shortcut:get_member
Fetch a single member by ID with full profile information.
Read Low risk
Get Project
shortcut:get_project
Fetch a single project by ID with team and workflow information.
Read Low risk
Get Story
shortcut:get_story
Fetch a single story by ID with all details including tasks, comments, and workflow state.
Read Low risk
Get Team
shortcut:get_team
Fetch a single team by ID with member list and workflow information.
Read Low risk
Get Workflow
shortcut:get_workflow
Fetch a single workflow by ID with all states and their configuration.
Read Low risk
List Epics
shortcut:list_epics
List all epics with optional filters for state, owner, or milestone.
Read Low risk
List Labels
shortcut:list_labels
List all labels available in the workspace.
Read Low risk
List Members
shortcut:list_members
List all members in the workspace with their roles and profile information.
Read Low risk
List Projects
shortcut:list_projects
List all projects with optional filters for team and archived status.
Read Low risk
List Stories
shortcut:list_stories
List stories with optional filters for project, epic, owner, or workflow state.
Read Low risk
List Teams
shortcut:list_teams
List all teams in the workspace with their members and workflow information.
Read Low risk
List Workflows
shortcut:list_workflows
List all workflows with their states and configuration.
Read Low risk
Search Stories
shortcut:search_stories
Search stories using Shortcut's powerful search syntax with filters and operators.
Read Low risk
Create Epic
shortcut:create_epic
Create a new epic with optional milestone, owners, and labels.
Write Medium risk
Create Label
shortcut:create_label
Create a new label for organizing stories and epics.
Write Medium risk
Create Project
shortcut:create_project
Create a new project assigned to a team.
Write Medium risk
Create Story
shortcut:create_story
Create a new story in a project with optional epic, owners, and labels.
Write Medium risk
Create Story Comment
shortcut:create_story_comment
Add a comment to a story with markdown formatting support.
Write Medium risk
Create Story Task
shortcut:create_story_task
Add a task to a story for breaking down work into smaller items.
Write Medium risk
Delete Epic
shortcut:delete_epic
Delete an epic permanently. This action cannot be undone.
Write High risk
Delete Story
shortcut:delete_story
Delete a story permanently. This action cannot be undone.
Write High risk
Update Epic
shortcut:update_epic
Update an existing epic with new values for any field.
Write Medium risk
Update Project
shortcut:update_project
Update an existing project with new values for any field.
Write Medium risk
Update Story
shortcut:update_story
Update an existing story with new values for any field.
Write Medium risk
Update Story Task
shortcut:update_story_task
Update a task within a story, commonly used to mark tasks as complete.
Write Medium risk
MCP & Runtime API

Call Shortcut
from any AI agent.

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

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

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 Shortcut data
Call shortcut:get_epic 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 Shortcut
Dry-run validates shortcut:create_epic 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 Shortcut action
governed end-to-end.

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

Shortcut works best
alongside these.

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

Shortcut integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →