Common use cases
Feed an AI agent or chatbot
Retrieve page content from the API and include it as context when prompting an LLM. This lets you build internal tools — like a brand-aware Slack bot or a design review assistant — that reference your latest published guidelines.Index in a vector database
Retrieve all pages and embed them in a vector database (like Pinecone, Weaviate, or ChromaDB) for semantic search and retrieval-augmented generation (RAG).Sync with a design system
Pull style definitions from the API to keep design tokens in sync with your published brand guidelines.Getting started
- Create an API key with the scopes you need
- Authenticate and make requests using OAuth 2.0
- Use the API reference to explore all available endpoints