|
Note
|
Status: SKETCH / planned — and alpha. The HTTP API is Phase 3 (~60% built) and
is not yet publicly deployed (blocked on a |
For external consumers who want to query the clade registry over HTTP
(the read-only public tier) — not to run it locally (for that, see
QUICKSTART-DEV.adoc).
The clade index is a queryable registry — the map of the hyperpolymath ecosystem (200+ repos, 12 clades). It is read-only and always clean; editing the map never touches the repositories themselves.
-
Base URL & status — currently in development; no public endpoint yet.
-
Endpoints — enumerated authoritatively once the OpenAPI 3.1 contract lands (tracked separately). The handlers live in
worker/src/index.js. -
Common queries — list repos by clade, find stale/orphan repos, fetch the dashboard snapshot.
-
Response shapes & error codes.
-
Auth tiers & rate limits — public-read (no key) / LLM (API key) / bot (signed JWT) / contributor (OAuth).