
How it works
Standards offers three ways to connect your brand guidelines to AI tools, each designed for different workflows.standards.md
A portable markdown file optimized for AI tools. Upload it or share the link to give any LLM instant context about your brand. Your file is updated on every publish. Best for quick, one-off prompts and conversations with tools like ChatGPT, Claude, and Gemini.MCP
A Model Context Protocol server that gives AI agents structured, on-demand access to your published guidelines. Tools query only the pages they need, and content is always current after publish. Best for AI coding tools and agents like Claude Desktop, Cursor, and VS Code.API
A REST API protected with OAuth 2.0 for programmatic access to your workspace, projects, styles, files, and page content. Best for data pipelines, search infrastructure, and custom integrations like Glean.Which should I use?
| standards.md | MCP | API | |
|---|---|---|---|
| Setup | One click | Copy a link | Create API key + OAuth |
| How AI gets data | Entire file in one go | Queries pages on demand | Programmatic requests |
| Updates | Re-download or re-fetch link after publish | Always current after publish | Always current after publish |
| Best for | ChatGPT, Claude, Gemini conversations | Claude Desktop, Cursor, VS Code | Glean, custom pipelines, search indexes |
| Plan | Pro & Enterprise | Pro & Enterprise | Enterprise |