Developer docs
Twinlet developer docs
How public Twinlet data is projected, authenticated, and served across web, API, MCP, and static mirrors.
These docs are public — no account is needed to read them. Key issuance and twinlet management live in the product.
What lives where
The ownership boundary this docs site depends on. If a fact is on the wrong surface, it drifts: docs hold contracts, the homepage holds the product story, Studio holds the creator's private workspace copy.
Routing rule: a sentence that promises behavior to an integrator lives in Docs. A sentence that sells the product lives on the Homepage. A sentence that operates one creator's twinlet lives in Studio. Docs link to Studio for actions like key issuance — they never duplicate its copy.
Getting started
Three steps to a first call. Key management lives in the product — these docs describe it, they never perform it.
# REST
GET /api/twinlets/@jane/frontend-engineer/readiness
Authorization: Bearer …
200 { "twinlet": "@jane/frontend-engineer", "readiness": "…", "checkedAt": "…" }
# MCP (read-only parity with the API)
get_twinlet_readiness { "twinlet": "@jane/frontend-engineer" }Storybook-backed docs spine rendered from reviewed fixture data at 2026-07-04 09:30 UTC. Search is a visual affordance while the docs index is static; section routes open explicit unavailable pages until their contracts are reviewed and published.