envelope.v1 form, the complete rights
bounded context, real Ed25519 + SHA-256 cryptography, real
constraint enforcement.
It exists for one purpose: to let a buyer’s compliance team verify
the platform’s claims without onboarding into a paying tenant.
Available now. Request sandbox access at enfinitos.com/apply. Provision a tenant, run a synthetic delivery batch, verify the resulting proof pack in your browser. Twenty minutes start to finish.
What’s the same vs. production
The Production column describes the target architecture at the April 2027 launch (AWS is not yet deployed). The cryptography, proof format, and governance logic are identical today in the sandbox; the production column differs only in the infrastructure that hosts them.What this means for the buyer
If your auditor’s tooling verifies a sandbox-issued pack successfully, it will verify production-issued packs with no code change — only a different verification-key directory pointer. The seven-check audit roundtrip the sandbox runs in your browser is exactly what@enfinitos/sdk-auditor’s verifyAll performs offline
against any production pack.
What can’t impersonate what
Sandbox and production are cryptographically distinct:- Sandbox signing key: derived from a published seed string. Anyone can re-derive it. Anyone can issue sandbox-format packs that the sandbox key verifies — which is precisely the point of an open demonstration environment.
- Production signing key: will be held in EnfinitOS’ production
HSM, never exported. Its public half will be published at
/v1/runtime-keysonapi.enfinitos.comat the April 2027 production launch. - Verification key directories: separate. The sandbox’s
/api/sandbox/runtime-keyscarries only the sandbox key; the production/v1/runtime-keyswill carry only production keys at launch. Cross-environment verification fails asUNKNOWN_KEY_ID. - Org namespaces: distinct. Every sandbox visitor gets a
per-session
org_…that lives only in memory.
Quick links
Request sandbox access
Apply for a sandbox tenant — six guided steps from provision to constraint demo.
Integration playground
Paste your API key and exercise live endpoints in the browser.
API reference
Every sandbox HTTP endpoint with request/response shapes.
Architecture deep-dive
How the sandbox is layered and how it can be migrated to a
persistent (KV) backend later.