Base URL
/api. There are no versioned URL prefixes today; breaking changes are announced via a banner in the dashboard and a Sunset header on affected endpoints before the change ships.
Data model
A small number of resource families compose the entire surface.Workspaces
Top-level containers. Each workspace belongs to one Clerk organization and holds components, relationships, processes, stakeholder links, and per-workspace membership.
Components & Relationships
Typed nodes and edges. Components have a position on the canvas; relationships connect them with a directed or undirected type.
Processes
Mermaid
sequenceDiagram flows whose participants map to component IDs. Rendered as animated step-throughs over the canvas.People, Teams, Roles
Organization-scoped human entities, attached to components via stakeholder links with a role (Owner, Support, …).
Where to look
Quickstart
A guided five-minute walkthrough from minting your first token to creating a relationship.
Connectors
Add Archyon to Claude as a hosted MCP Connector. No tokens to copy, no local install.
Authentication
Bearer tokens — Clerk session JWTs and Archyon Personal Access Tokens.
Errors
The standard
{ error, code } envelope and a reference of every documented code value.Conventions
Identifier formats, organization scoping, timestamps, PATCH semantics, and other invariants.