Docs hub
From zero to first authorize call — in order.
A 9-step reading order from the problem statement to a working integration. Each step links to the canonical resource (vocabulary, schemas, SDKs, fixtures, sector profiles, whitepaper).
From zero to first authorize call — in order.
- 1. The problem — landing + Protocol overview. ~10 minutes.
- 2. The vocabulary —
github.com/KYE-Protocol/vocabulary. Entity types, action types, decision codes, reason codes, capability kinds. - 3. The ID format —
github.com/KYE-Protocol/id-format. URN scheme:kye:<class>:<trust-domain>:<subclass>:<local>. - 4. Schemas + examples —
github.com/KYE-Protocol/examples. 55 JSON Schemas + 58 validated examples.npm testruns the conformance pack. - 5. SDK quickstart — Developers page quickstart. TypeScript / Python / Go, all three with the same API surface.
- 6. Reference Gateway — clone, run with
docker compose up, exercisePOST /v1/runtime/authorizeagainst the embedded fixture pack. - 7. Conformance + certification — compliance.html. 5-tier badge ladder (L0 Declared → L4 KYE Certified™).
- 8. Sector profile — pick yours from sectors.html. Adopt only what you need; Core never shifts.
- 9. Whitepaper — whitepaper.html. The normative spec + governance + roadmap.
Stuck? Open a discussion at KYE-Protocol/Discussions or use the Talk to us modal — pick the "Adoption” topic.