The sandbox HTTP API is a strict subset of the production API shape. The auditor SDK (Documentation Index
Fetch the complete documentation index at: https://docs.enfinitos.com/llms.txt
Use this file to discover all available pages before exploring further.
@enfinitos/sdk-auditor) is published
today and integrates with the sandbox by pointing its base URL at
https://sandbox.api.enfinitos.com. Other SDKs (sdk-operator-web,
sdk-brand) ship at the April 2027 production launch — code
snippets below show the expected integration shape for planning
purposes.
This page is the integration map: which SDK surface maps to
which sandbox endpoint, with copy-pasteable code snippets.
@enfinitos/sdk-auditor
Verify any sandbox-issued pack offline. The sandbox publishes the sameruntime-keys directory shape as production, with the
sandbox-only key. This SDK is published today.
node:crypto; the current version
uses @noble/ed25519 + @noble/hashes + Web APIs only, so this
exact snippet runs in a browser tab, a Cloudflare Worker, Node,
Deno, or Bun.
@enfinitos/sdk-brand
@enfinitos/sdk-brand ships at the April 2027 production launch. The
integration shape below is for planning purposes./api/sandbox/proof-packs and /api/sandbox/inspect
endpoints.
@enfinitos/sdk-operator-web
@enfinitos/sdk-operator-web ships at the April 2027 production launch. The
integration shape below is for planning purposes.OperatorProvider with
the sandbox base URL:
The sandbox API surfaces a subset of the production endpoints:
rights, offers, challenges, proof, runtime-keys. Components that
hit endpoints outside that subset (billing, pacing, pilot
programmes) currently render an empty state when pointed at the
sandbox. Wiring the remaining surfaces is on the post-launch
roadmap.
@enfinitos/cli
The CLI has dedicated sandbox subcommands — see the CLI page for the full reference.Direct HTTP
Every SDK is a thin client over the same HTTP API. If you’d rather not adopt a client, the API is fully documented in the API reference and the snippets above translate to directfetch calls one-to-one.
What’s the same vs. production integration
| Surface | Sandbox | Production |
|---|---|---|
| Auth | Cookie (enf_sandbox_tenant) | Bearer token + tenant scope |
| Base URL | https://sandbox.api.enfinitos.com | https://api.enfinitos.com (at April 2027 launch) |
| Rate limit | 10 req/10s + 200/hour per IP | Per-tenant configurable |
| Idempotency keys | Not enforced | Required on mutating endpoints |
| Webhook backplane | Not exposed | Production tenants subscribe |
| OAuth flow | Not used | Required for human reviewers |