PLEXXER API

Schema-first database-as-a-service. REST over JSON, one grammar for filter / update / eager-load, per-app bearer tokens with fine-grained grants.

If you are an agent, LLM, or programmatic client

The dashboard at this URL is a single-page app. You will not get content by fetching it. Use:

  • Full public reference (markdown): /api-reference.md
  • Token-scoped introspection (JSON, per-token view): GET /d/{appKey}/_meta, /_meta/entities/{entity}, /_meta/graph, /_meta/self, /_meta/errors
  • Error envelope catalogue (JSON): GET /d/{appKey}/_meta/errors
  • API base: /api/ for control plane, /d/{appKey}/ for the data plane

Auth in one line

Authorization: Bearer <plx_...> — mint tokens from the dashboard (or via POST /apps/{appKey}/tokens with a token that carries app:tokens:w).