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
| Example | What you build | Key endpoints |
|---|---|---|
| Portfolio | An auto-updating public portfolio | boards, upload, publish |
| Digital asset management | A searchable source of truth with metadata | custom fields, search, webhooks |
| Client gallery | Proofing galleries with feedback + delivery | share, comments, shared download |
| Brand portal | Always-current approved-asset distribution | publish, embed, tokens |
| Creative marketplace | Upload, discovery, and licensed delivery | signed upload, ai_search, share |
| AI media pipeline | Agents that search, ingest, and tag media | ai_search, batch ingest, MCP |
New to the API? Start with Getting Started and the SDK guide, then come back here.