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