Three ways to build
Start with a single API call, embed the full SDK, or wire up an AI assistant — every path speaks to the same media platform.
REST API
Upload, organize, search, and deliver media with a standard, token-secured REST API.
API referenceSDK
Embed a fully customizable media library — galleries, uploads, tagging, and views — in a few lines.
Explore the SDKMCP Server
Let Claude, Cursor, and ChatGPT search, tag, and manage your media through natural language.
Connect an assistantModel Context Protocol
Connect your AI assistant
Point Claude, Cursor, or ChatGPT at the hosted Playbook MCP server and let them search, tag, upload, and organize your media in natural language — no local install, just a bearer token.
Read the MCP guide- Claude Code
- Cursor
- ChatGPT
claude mcp add playbook --transport http https://mcp.playbook.com \
--header "Authorization: Bearer YOUR_TOKEN"
{
"mcpServers": {
"playbook": {
"type": "http",
"url": "https://mcp.playbook.com",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
# ChatGPT → Settings → Connectors → Add custom connector
URL: https://mcp.playbook.com
Authentication: Bearer YOUR_TOKEN