MCP & AI Agent Integration

Pencil Spaces
automation.

17 AI agent actions for Pencil Spaces — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Pencil Spaces to organize files, generate documents, and manage permissions programmatically. 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
17
actions
100%
governed
<200ms
latency
17
AI agent actions
8
Read operations
9
Write operations
2
High-risk actions (approval gated)
Files & Documents Pencil Spaces is a Files & Documents integration — use it to automate file storage, sharing, and document management from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Pencil Spaces.

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 Comment
pencil_spaces:get_comment
Fetch a single comment by ID with author details.
Read Low risk
Get Document
pencil_spaces:get_document
Fetch a single document by ID with content and metadata.
Read Low risk
Get Space
pencil_spaces:get_space
Fetch a single space by ID with basic details and member count.
Read Low risk
Get User
pencil_spaces:get_user
Fetch a user's profile information by ID.
Read Low risk
List Comments
pencil_spaces:list_comments
List comments for a document with optional filtering and pagination.
Read Low risk
List Documents
pencil_spaces:list_documents
List documents with optional filtering, search, and pagination.
Read Low risk
List Spaces
pencil_spaces:list_spaces
List spaces with optional filtering and pagination.
Read Low risk
List Users
pencil_spaces:list_users
List users with optional filtering and pagination.
Read Low risk
Create Comment
pencil_spaces:create_comment
Create a new comment on a document or reply to an existing comment.
Write Medium risk
Create Document
pencil_spaces:create_document
Create a new document in the specified space.
Write Medium risk
Create Space
pencil_spaces:create_space
Create a new space with the specified name and settings.
Write Medium risk
Delete Document
pencil_spaces:delete_document
Permanently delete a document. THIS CANNOT BE UNDONE.
Write High risk
Delete Space
pencil_spaces:delete_space
Permanently delete a space and all its contents. THIS CANNOT BE UNDONE.
Write High risk
Invite User
pencil_spaces:invite_user
Invite a user to join a space with the specified role.
Write Medium risk
Resolve Comment
pencil_spaces:resolve_comment
Mark a comment as resolved or unresolved.
Write Low risk
Update Document
pencil_spaces:update_document
Update an existing document's properties and content.
Write Medium risk
Update Space
pencil_spaces:update_space
Update an existing space's properties.
Write Medium risk
MCP & Runtime API

Call Pencil Spaces
from any AI agent.

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

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

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 Pencil Spaces data
Call pencil_spaces:get_comment 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 Pencil Spaces
Dry-run validates pencil_spaces:create_comment before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
File or document event
Process with AI
Route for approval
Notify team
How it works

Every Pencil Spaces action
governed end-to-end.

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

Pencil Spaces works best
alongside these.

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

Pencil Spaces integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →