OCA Public site →

Customer console

Paste your license, then trigger an eval against your model endpoint and fetch the sealed receipt. Stripe checkout mints a license automatically and emails it; you can also use a license issued via the oca-cli license admin command.

1. License

Stored in localStorage for the current browser only.

2. Bundle & seed

3. Customer endpoint

Leave empty to skip the live call and inspect only the public challenge bundle.

Receipt

Run a benchmark to see the signed receipt here.

Receipt verification

The signature is HMAC-SHA256 over the canonical-JSON payload (sorted keys, no whitespace). The server keeps the secret; you can run the same algorithm client-side if you have a copy of RECEIPT_SECRET.

Awaiting run…