Skip to main content
Enterprise Build custom AI integrations using the Standards API to feed brand guidelines into any system. The Standards API gives you full programmatic access to your published brand content. Use it to build custom integrations with internal tools, AI pipelines, or any platform that can make HTTP requests.

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

  1. Create an API key with the scopes you need
  2. Authenticate and make requests using OAuth 2.0
  3. Use the API reference to explore all available endpoints