Zeroheight website screenshot

Zeroheight

zeroheight is a design system platform where teams document components, patterns, guidelines and design tokens in a styleguide, then deliver that documentation to designers, engineers and AI agents. It exposes two machine surfaces: a small key-authenticated REST API (https://zeroheight.com/open_api/v2) covering styleguides, pages, page content, page statuses, versions, categories and token sets, and a substantially richer Model Context Protocol server, hosted at https://mcp.zeroheight.com/mcp and also shipped as the npm package @zeroheight/mcp-server, which lets a coding or prototyping agent read a team's design system directly. Design tokens export in W3C DTCG format and through stable per-set Style Dictionary URLs usable as build-pipeline endpoints.

Zeroheight publishes 1 API on the APIs.io network. Tagged areas include Design Systems, Design Tokens, Documentation, MCP, and Agent Readiness.

Zeroheight’s developer surface includes developer portal, support, engineering blog, CLI, authentication, changelog, documentation, and 33 more developer resources.

52.9/100 developing ▬ flat Agent 33/100 agent ready saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemium
2 APIs 1 MCP Servers
Design SystemsDesign TokensDocumentationMCPAgent ReadinessDeveloper ToolsDesignFigmaStorybookDesign Operations

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/zeroheight: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Zeroheight API

The zeroheight REST API automates design system workflows: read styleguides, their categories, pages and page content (Markdown available via ?format=markdown), read published s...

zeroheight MCP

The zeroheight Model Context Protocol server. Gives AI tools read access to a team's design system documentation - list styleguides, walk the navigation tree, full-text search p...

Postman Collections 1

Ready-to-run Postman collections for exercising this provider's APIs.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

zeroheight MCP

zeroheight ships a genuine dual-deployment MCP server: a hosted remote endpoint at https://mcp.zeroheight.com/mcp that any MCP client can reach after an OAuth login, and a local...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Zeroheight Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Zeroheight Authentication

4 schemes

SECURITY

Zeroheight Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Zeroheight Trust Center

SOC 2, ISO 27001

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Zeroheight Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 6

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: zeroheight
name: Zeroheight
description: 'zeroheight is a design system platform where teams document components, patterns, guidelines and design tokens
  in a styleguide, then deliver that documentation to designers, engineers and AI agents. It exposes two machine surfaces:
  a small key-authenticated REST API (https://zeroheight.com/open_api/v2) covering styleguides, pages, page content, page
  statuses, versions, categories and token sets, and a substantially richer Model Context Protocol server, hosted at https://mcp.zeroheight.com/mcp
  and also shipped as the npm package @zeroheight/mcp-server, which lets a coding or prototyping agent read a team''s design
  system directly. Design tokens export in W3C DTCG format and through stable per-set Style Dictionary URLs usable as build-pipeline
  endpoints.'
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
position: Consuming
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/zeroheight.png
tags:
- Design Systems
- Design Tokens
- Documentation
- MCP
- Agent Readiness
- Developer Tools
- Design
- Figma
- Storybook
- Design Operations
tags_raw:
- Design Systems
- Design Tokens
- Documentation
- Model Context Protocol
- Agent Readiness
- Developer Tools
- Design
- Figma
- Storybook
- Design Operations
created: '2025-01-07'
modified: '2026-08-28'
url: https://raw.githubusercontent.com/api-evangelist/zeroheight/refs/heads/main/apis.yml
specificationVersion: '0.23'
apis:
- aid: zeroheight:zeroheight
  name: Zeroheight API
  description: 'The zeroheight REST API automates design system workflows: read styleguides, their categories, pages and page
    content (Markdown available via ?format=markdown), read published styleguide versions and design token sets, and write
    page status tags. Authentication is a paired Client ID and Access Token sent as the X-API-CLIENT and X-API-KEY headers.
    Rate limited to 30 requests per 30 seconds per key. API access is an Enterprise-plan feature.'
  humanURL: https://developers.zeroheight.com/
  tags:
  - Design System
  - Design Tokens
  - Documentation
  - REST
  - Style Guides
  - Pages
  tags_raw:
  - Design System
  - Design Tokens
  - Documentation
  - REST
  - Styleguides
  - Pages
  properties:
  - type: OpenAPI
    url: openapi/zeroheight-open-api-v2.yml
  - type: Overlay
    url: overlays/zeroheight-open-api-v2-overlay.yaml
  - type: Documentation
    url: https://developers.zeroheight.com/
  - type: APIReference
    url: https://developers.zeroheight.com/75fe5b2ed/p/02b002
  - type: GettingStarted
    url: https://developers.zeroheight.com/75fe5b2ed/p/877703-getting-started
  - type: Guide
    url: https://zeroheight.com/help/api/
  - type: Postman
    url: https://www.postman.com/zeroheight-0379/zeroheight/overview
  - type: Authentication
    url: authentication/zeroheight-authentication.yml
  - type: OAuthScopes
    url: scopes/zeroheight-scopes.yml
  - type: ErrorCatalog
    url: errors/zeroheight-problem-types.yml
  - type: RateLimits
    url: rate-limits/zeroheight-rate-limits.yml
  - type: Conventions
    url: conventions/zeroheight-conventions.yml
  - type: DataModel
    url: data-model/zeroheight-data-model.yml
  - type: Conformance
    url: conformance/zeroheight-conformance.yml
  - type: Lifecycle
    url: lifecycle/zeroheight-lifecycle.yml
  baseURL: https://zeroheight.com/open_api/v2
- aid: zeroheight:zeroheight-mcp
  name: zeroheight MCP
  description: The zeroheight Model Context Protocol server. Gives AI tools read access to a team's design system documentation
    - list styleguides, walk the navigation tree, full-text search pages (Enterprise), fetch page Markdown and fetch page
    assets - plus a closed-beta write surface that creates pages and resolves Figma, Storybook, git and token references.
    Deployed both as a hosted remote endpoint at https://mcp.zeroheight.com/mcp (OAuth browser login, SSO supported) and as
    a local stdio server published on npm as @zeroheight/mcp-server. Available on every plan, capped at 500 calls per month
    on Free and Starter.
  humanURL: https://help.zeroheight.com/hc/en-us/articles/48004395674011-zeroheight-MCP-overview
  baseURL: https://mcp.zeroheight.com/mcp
  tags:
  - MCP
  - Agents
  - Design Systems
  - Artificial Intelligence
  tags_raw:
  - Model Context Protocol
  - Agents
  - Design Systems
  - AI
  properties:
  - type: MCPServer
    url: mcp/zeroheight-mcp.yml
  - type: ToolCrosswalk
    url: mcp/zeroheight-tool-crosswalk.yml
  - type: Documentation
    url: https://help.zeroheight.com/hc/en-us/articles/51478956166939-zeroheight-MCP-tools-reference
  - type: GettingStarted
    url: https://help.zeroheight.com/hc/en-us/articles/43780251357979-Using-the-remote-zeroheight-MCP-server
common:
- type: TrustCenter
  url: security/zeroheight-trust-center.yml
- type: DomainSecurity
  url: security/zeroheight-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/zeroheight
- type: LinkedIn
  url: https://www.linkedin.com/company/zeroheight
- url: https://zeroheight.com/
  name: zeroheight - The Design System Platform
  type: Website
  description: 'null'
- url: https://developers.zeroheight.com/
  name: zeroheight API Documentation
  type: Portal
  description: 'null'
- url: https://help.zeroheight.com/
  name: zeroheight Help Center
  type: Support
  description: 'null'
- url: https://zeroheight.com/integrations/
  name: zeroheight Integrations Hub
  type: Integrations
  description: 'null'
- url: https://zeroheight.com/blog/
  name: zeroheight Blog
  type: Blog
  description: 'null'
- type: MCPServer
  url: mcp/zeroheight-mcp.yml
  name: zeroheight MCP server manifest
- type: ToolCrosswalk
  url: mcp/zeroheight-tool-crosswalk.yml
  name: MCP tool to REST operation crosswalk
- type: Packages
  url: packages/zeroheight-packages.yml
  name: First-party npm packages
- type: SDKs
  url: packages/zeroheight-packages.yml
  name: First-party client libraries and tooling
- type: CLI
  url: cli/zeroheight-cli.yml
  name: zeroheight Adoption CLI
- type: Components
  url: components/zeroheight-components.yml
  name: Embeddable and editor component surfaces
- type: AgentSkill
  url: skills/_index.yml
  name: Packaged agent skills for the zeroheight surfaces
- type: LLMsTxt
  url: llms/zeroheight-llms.txt
  name: Agent-readable summary of the zeroheight surfaces
- type: Authentication
  url: authentication/zeroheight-authentication.yml
  name: Authentication profile
- type: OAuthScopes
  url: scopes/zeroheight-scopes.yml
  name: Token use cases and access levels
- type: ErrorCatalog
  url: errors/zeroheight-problem-types.yml
  name: Observed error envelope and problem types
- type: RateLimits
  url: rate-limits/zeroheight-rate-limits.yml
  name: Published rate limits
- type: Plans
  url: plans/zeroheight-plans-pricing.yml
  name: Published plans and pricing
- type: Conventions
  url: conventions/zeroheight-conventions.yml
  name: Cross-cutting runtime semantics
- type: DataModel
  url: data-model/zeroheight-data-model.yml
  name: Entity relationship graph
- type: Conformance
  url: conformance/zeroheight-conformance.yml
  name: Standards conformance including design-token standards
- type: Compliance
  url: security/zeroheight-trust-center.yml
  name: SOC 2 and ISO 27001, published on the trust center
- type: Lifecycle
  url: lifecycle/zeroheight-lifecycle.yml
  name: Versioning, deprecation, status and release posture
- type: StatusPage
  url: https://uptime.zeroheight.com/
  name: zeroheight status page
- type: ChangeLog
  url: https://zeroheight.com/whats-new/
  name: zeroheight What's New
- type: Overlay
  url: overlays/zeroheight-open-api-v2-overlay.yaml
  name: API Evangelist enhancements overlay
- type: OpenAPI
  url: openapi/zeroheight-open-api-v2.yml
  name: Derived OpenAPI 3.1 for the zeroheight REST API
- type: Postman
  url: https://www.postman.com/zeroheight-0379/zeroheight/overview
  name: Public Postman workspace
- type: Documentation
  url: https://developers.zeroheight.com/
  name: zeroheight API documentation
- type: APIReference
  url: https://developers.zeroheight.com/75fe5b2ed/p/02b002
  name: Endpoints reference
- type: GettingStarted
  url: https://developers.zeroheight.com/75fe5b2ed/p/877703-getting-started
  name: Getting started with the zeroheight API
- type: Pricing
  url: https://zeroheight.com/pricing/
  name: zeroheight pricing
- type: SignUp
  url: https://zeroheight.com/create/account
  name: Create a zeroheight account
- type: Login
  url: https://zeroheight.com/login
  name: Sign in to zeroheight
- type: TermsOfService
  url: https://terms.zeroheight.com/18bfef5dc/p/24f1a8-website-terms
  name: Website terms
- type: PrivacyPolicy
  url: https://terms.zeroheight.com/18bfef5dc/p/28f2cf-privacy-and-cookie-policy
  name: Privacy and cookie policy
- type: HelpCenter
  url: https://help.zeroheight.com/
  name: zeroheight Help Center
integrations:
- name: Figma
- name: Sketch
- name: GitHub
- name: GitLab
- name: Azure DevOps
- name: Storybook
- name: Bitbucket
- name: Google Analytics
- name: Hotjar
- name: Slack
- name: Microsoft Teams
- name: Zapier
- name: Tokens Studio
- name: Style Dictionary
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-28'
  status: enriched
  artifacts_added: 22
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/zeroheight"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/zeroheight/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/zeroheight/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.