Integrations · composition matrix

Composes with the stack you already have.

KYE Protocol is additive. Identity, workload identity, agent passport, decision API, transparency, signal-bus, policy engine, storage — one matrix showing how every layer slots in.

Composition matrix

Composes with the stack you already have.

KYE Protocol is additive. It does not replace your identity provider, your authorisation engine, your audit log, or your KYA vendor — it ties them together via one open contract. This page maps how each layer slots in.

LayerExisting standard / vendorHow KYE composes
Human authOAuth 2.1, OIDC, SAML, GNAPThe OAuth/OIDC token issuer becomes a credential issuer in KYE’s vocabulary; KYE’s delegation chain attaches scope and state to the resulting principal.
Workload identitySPIFFE / SPIRE (SVIDs)SVIDs become entity URNs (kye:workload:<td>:<sub>:<local>); KYE adds delegation, capability, decision and audit on top.
AI agent ↔ toolAnthropic MCPMCP tools become first-class capability entities; every MCP invocation becomes a KYE authorize call with the agent’s delegation chain attached.
Agent registrationGoogle A2A / ADKAgent metadata feeds the KYE entity registry; KYE adds runtime authority, scope, state, and signed audit.
Decision API shapeOpenID AuthZENKYE’s POST /v1/runtime/authorize is AuthZEN-compatible; reason codes, obligations, evidence refs are KYE-specific extensions.
Transparency receiptsOpenSSF SCITTKYE proof bundles are emitted as SCITT statements; SCITT receipts attach to KYE evidence packs.
Stop-event distributionOpenID SSF / CAEPKYE signal bus emits SSF-shaped events for compromise / cascade revoke / quarantine; downstream SSF receivers act on them.
Agent passportVisa Trusted Agent / Skyfire / Persona / Sumsub / Trulioo (KYA)Agent passport becomes a credential entity; KYE’s authority chain governs what the agent does with the passport, across vendors.
Policy enginesOPA Rego / Cerbos / Cedar / AWS IAMKYE ships Rego (5), Cerbos (4), Cedar (1) reference bundles. Bring your own engine; KYE provides the input shape and the obligation grammar.
StoragePostgres / Neo4j / Neptune / Memgraph / TigerGraph / ArangoDB / RDFKYE objects project into any graph or relational store; the protocol defines node + edge contracts, not the database.

For implementation help with any specific composition, open a discussion at KYE-Protocol/Discussions or use the Talk to us modal.