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.
When you're ready to go live.
- Run the reference Gateway.
docker run --rm -p 4000:4000 ghcr.io/kye-protocol/gateway:v1.0. POST tohttp://localhost:4000/v1/runtime/authorizewith the same payload above — you'll get a real signed Decision Map™ back. - Run the conformance pack. 41 black-box scenarios, byte-for-byte the same as the reference Gateway. github.com/KYE-Protocol/conformance
- Wire it into your stack. See the developer portal for SDK quickstarts (TypeScript / Python / Go) and webhook verification.