API Reference
Everything you need to integrate with Patina programmatically — from API keys to full CRUD on playbooks, context, and agents.
Base URL
All API requests use the base URL https://patina.so/api/v1. Requests and responses
use JSON.
Quick start
If you just want to get going: create an API key in your workspace settings, then make a request:
curl https://patina.so/api/v1/workspaces/YOUR_WORKSPACE_ID/playbooks \
-H "Authorization: Bearer pk_YOUR_API_KEY"Read Authentication for the full setup, or jump straight to a resource below.
Resources
Authentication
API keys, agent keys, and how auth works
Playbooks
Create, list, update, and version playbooks
Context
Context nodes, bundles, manifests, and links
Agents
Register agents and manage their API keys
Errors
Error codes, status codes, and handling
MCP Server
Use Patina from Claude Code, Cursor, or any MCP client