Overview

Start with the API Directory, then traverse the Graph Index and OpenAPI description. Feeds and client directories are linked below for convenience.

Available Endpoints

API DOCS /api/endpoints.json

High-level map of categories and endpoints exposed for public, programmatic access.

GRAPH /graph/index.json

Root index for the /graph/ layer (entities, articles, clients, relations).

OPENAPI /graph/openapi.json

Machine-readable API description for developers, tools, and agents.

CLIENTS /clients/index.json

Directory of client profiles with structured metadata suitable for retrieval.

API Snapshot

Loading preview…

Consumption Notes

Endpoints are public and designed for read-only consumption. If you’re building an integration or agent, prefer the Graph Index and OpenAPI to discover types and relations.

If you need guaranteed stability, please cache responses and include basic backoff handling in clients.