API
A read-first HTTP interface over public objects. Stable identifiers, explicit provenance, no undocumented fields.
The API is the honest edge of the world. Anything you can see in the interface, you can request as data, subject to the same permissions.
Provenance travels with the payload: what produced a value, when, and whether a person or a model asserted it.
GET /v1/objects/{id}
{
"id": "obj_...",
"kind": "organization",
"asserted_by": "person" | "model",
"asserted_at": "2026-08-13T02:09:22Z",
"provenance": [{ "source": "...", "method": "..." }]
}- HTTPS, JSON
- Per-key scopes, revocable, audited
- Stable, opaque, never reused
- Typed codes with a documented remedy
- No breaking change without a dated notice window.
- No undocumented field in a public response.
- No inference presented as a fact without its source.
All build surfacesNext: SDK