Canonical specification and SDK for the Fide Context Protocol.
The Fide Context Protocol defines interoperable statement structures for graph-based world models across systems. It depends on Fide ID for identifier rules and on the Fide Vocabulary for entity and predicate typing semantics.
Public docs are published at:
spec/: protocol specification artifacts (canonical source inspec/v0)docs/: protocol docssdk/javascript/: JavaScript SDK package (@fide-work/context-protocol)
Predicate prefix mappings and JS SDK constants are generated from:
spec/v0/predicate-prefixes.json
Run from repo root:
pnpm run generate:context-protocol
pnpm run check:generated:context-protocol- Monorepo release tag:
context-protocol/v<version> - Standalone repo release tag:
v<version>
The JavaScript SDK package lives in:
sdk/javascript/
Current package name:
Additional docs:
Licensed under Apache-2.0. See LICENSE for the full text.