local-first · v0.1

API Explorer

Given an approved request plan, how is work represented across an API or HTTP interaction? Request/response model only — the runtime performs no network activity. Approval-gated. Read-only.

7
Sessions
9
Endpoints
15
Requests
8
Approval barriers

The Universal API/HTTP Runtime owns request semantics, response expectations, endpoints, methods, headers (safe/secret-by-name/generated), parameters, body descriptors, auth requirements, secret references by name, timeout/retry/idempotency intent, pagination, webhooks, GraphQL, and streaming — as metadata. It performs no network activity: no fetch, sockets, TLS, DNS, or SDK calls. Real dispatch is owned by the future Broker, gated on a binding Policy allow, with secrets injected by the future Vault.