EndpointLatest sandbox endpoint
Endpoints created in the sandbox console live on this page once you finish the onboarding flow. Until you create one, the Proof Center shows the canonical sandbox shape.
Request flowExpected sandbox flow
Canonical 3-row preview. Not real-time traffic.| Status | Method | Path | Reason |
|---|
| 401 | POST | /g/demo/data | identity evidence missing |
| 402 | POST | /g/demo/data | payment required (challenge issued) |
| 200 | POST | /g/demo/data | receipt issued (X-AgentTrust-Receipt-Id) |
ReceiptWhat lands after a successful 200
The 200 response carries an X-AgentTrust-Receipt-Id: rcp_… header. The receipt is Ed25519-signed; the signature verifies offline against the published gateway public key. The receipt id is a non-secret canonical handle — share it with whoever needs to verify the call.
# response header on a real 200
X-AgentTrust-Receipt-Id: rcp_<placeholder>
How to verifyThree independent paths
- Run the gateway flow. The 401 → 402 → 200 curl sequence above. Hit
https://sandbox.aisthetic.services/live first to confirm the gateway is reachable. - Verify a receipt offline. Clone the repo and run
pnpm proof:verify ./bundle-<id>.zip; the verifier reads the signature against the published public key with no network call. - Verify the dataroom bundle. Request the signed dataroom; run
pnpm dataroom:verify artifacts/signed-dataroom/latest against the recipient’s copy. Checksums must all match.
ProvesWhat this surface proves
- The public sandbox is live and reachable.
- The 401 / 402 / 200 + signed-receipt flow round-trips against the live gateway.
- Receipt ids surface on every successful 200 in your own terminal.
- External verification is complete across four real third-party lanes (signed webhook, x402 testnet, GCS, Grafana Alertmanager).
Does not proveWhat this surface does not prove
- Enterprise GA. Not claimed.
- Production billing. Not launched.
- Real customer pilot. None completed.
- SOC 2 / ISO 27001 / HIPAA / PCI / Okta / Entra / Google SAML / SCIM 2.0 official certification. None claimed.
- Customer logos, testimonials, traction. None claimed.