Linktree Arbor Registry

Arbor is Linktree's design system, published as a public HTTP component registry. Anonymous, unauthenticated GETs return a versioned JSON manifest of 51 React components (/manifest.json, registry version 26.0.1), individual component definitions at /r/{name}.json following the shadcn registry-item schema, and a /health endpoint. It is the only Linktree programmatic surface an agent can call today with no credentials. Components are installed as source via the shadcn CLI rather than as an npm dependency, so consumers take no runtime lock-in. No OpenAPI is published for its four endpoints.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/linktree-arbor-registry"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

API entry from apis.yml

apis.yml Raw ↑
aid: linktree-arbor-registry
name: Linktree Arbor Registry
description: Arbor is Linktree's design system, published as a public HTTP component registry. Anonymous,
  unauthenticated GETs return a versioned JSON manifest of 51 React components (/manifest.json, registry
  version 26.0.1), individual component definitions at /r/{name}.json following the shadcn registry-item
  schema, and a /health endpoint. It is the only Linktree programmatic surface an agent can call today
  with no credentials. Components are installed as source via the shadcn CLI rather than as an npm dependency,
  so consumers take no runtime lock-in. No OpenAPI is published for its four endpoints.
humanURL: https://arbor.linktr.ee/
baseURL: https://arbor.linktr.ee
tags:
- Design System
- Components
- Developer Tools
- Registry
properties:
- type: Documentation
  url: https://arbor.linktr.ee/
- type: Components
  url: components/linktree-components.yml
- type: LLMsTxt
  url: llms/linktree-arbor-llms.txt
- type: Registry
  url: https://arbor.linktr.ee/manifest.json
- type: SourceCode
  url: https://github.com/blstrco/arbor