Skip to main content

Examples

Real products, built end to end on the Playbook API. Each example walks the full flow — the endpoints you call, in what order, with copy-pasteable code — so you can lift the pattern straight into your app.

Every example assumes you have a token and your org slug. If you don't yet, see Getting Started. Throughout, we use:

export PLAYBOOK_TOKEN="your_api_token"
export ORG="your-org" # your organization slug

All requests are authenticated with Authorization: Bearer $PLAYBOOK_TOKEN against https://api.playbook.com/v1.

Pick a use case

ExampleWhat you buildKey endpoints
PortfolioAn auto-updating public portfolioboards, upload, publish
Digital asset managementA searchable source of truth with metadatacustom fields, search, webhooks
Client galleryProofing galleries with feedback + deliveryshare, comments, shared download
Brand portalAlways-current approved-asset distributionpublish, embed, tokens
Creative marketplaceUpload, discovery, and licensed deliverysigned upload, ai_search, share
AI media pipelineAgents that search, ingest, and tag mediaai_search, batch ingest, MCP
Product catalogA browsable catalog with SKU, price, and categorycustom fields, publish, board assets
Sales catalogAn interactive line sheet that replaces the PDFcustom fields, publish, shared download
Presentation deckA full-screen, always-current client pitch deckshare, comments, embed

New to the API? Start with Getting Started and the SDK guide, then come back here.