MCP & AI Agent Integration

Papyrs
automation.

16 AI agent actions for Papyrs — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Papyrs to automate business processes and connect tools in your stack. 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
6
Read operations
10
Write operations
3
High-risk actions (approval gated)
Business Tools Papyrs is a Business Tools integration — use it to automate business operations and workflow automation from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Papyrs.

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 Page
papyrs:get_page
Fetch a single page by ID with content and metadata.
Read Low risk
Get User
papyrs:get_user
Fetch user details by ID or get current authenticated user.
Read Low risk
Get Workspace
papyrs:get_workspace
Fetch a single workspace by ID with details and member count.
Read Low risk
List Pages
papyrs:list_pages
List pages with optional filtering by workspace, search terms, and published status.
Read Low risk
List Workspace Members
papyrs:list_workspace_members
List all members of a workspace with their roles and permissions.
Read Low risk
List Workspaces
papyrs:list_workspaces
List workspaces accessible to the authenticated user.
Read Low risk
Create Page
papyrs:create_page
Create a new page in a workspace.
Write Medium risk
Create Workspace
papyrs:create_workspace
Create a new workspace.
Write Medium risk
Delete Page
papyrs:delete_page
Delete a page permanently. This action cannot be undone.
Write High risk
Delete Workspace
papyrs:delete_workspace
Delete a workspace and all its pages permanently. This action cannot be undone.
Write High risk
Invite Workspace Member
papyrs:invite_workspace_member
Invite a new member to a workspace by email.
Write Medium risk
Publish Page
papyrs:publish_page
Publish a draft page to make it visible to workspace members.
Write Medium risk
Remove Workspace Member
papyrs:remove_workspace_member
Remove a member from a workspace. This will revoke their access to all pages in the workspace.
Write High risk
Unpublish Page
papyrs:unpublish_page
Unpublish a page to make it a draft and hide it from workspace members.
Write Medium risk
Update Page
papyrs:update_page
Update an existing page's title, content, published status, tags, or parent.
Write Medium risk
Update Workspace
papyrs:update_workspace
Update an existing workspace's name, description, or visibility.
Write Medium risk
MCP & Runtime API

Call Papyrs
from any AI agent.

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

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

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 Papyrs data
Call papyrs:get_page 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 Papyrs
Dry-run validates papyrs:create_page before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Papyrs
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Papyrs action
governed end-to-end.

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

Papyrs works best
alongside these.

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

Papyrs integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →