Sandbox · build an authorize call · no install

Build an authorize call in your browser.

Pick the actor, principal, capability and scope. The page builds the request, shows the JSON, prints a curl you can copy, and displays a deterministic stub Decision Map response in the same shape the reference Gateway returns.

This sandbox runs entirely in your browser. The response is a deterministic stub — for live authorize calls, run the reference Gateway locally (docker run -p 4000:4000 ghcr.io/kye-protocol/gateway:v1.0) and replace the URL.

Authorize playground.


        

        

        

Schema reference: runtime-authorize-request.json · policy-decision.json.

When you're ready to go live.

  1. Run the reference Gateway. docker run --rm -p 4000:4000 ghcr.io/kye-protocol/gateway:v1.0. POST to http://localhost:4000/v1/runtime/authorize with the same payload above — you'll get a real signed Decision Map back.
  2. Run the conformance pack. 41 black-box scenarios, byte-for-byte the same as the reference Gateway. github.com/KYE-Protocol/conformance
  3. Wire it into your stack. See the developer portal for SDK quickstarts (TypeScript / Python / Go) and webhook verification.