Platform
Grapity is built from integrated components that work together to govern your API contracts.
Architecture
The rules that govern every API contract in your organisation.
- Backward Compatibility — What changes are blocked and why
- Semver & Versioning — How version numbers are enforced
- Deprecation & Grace — Managing the lifecycle of old versions
Registry
The contract guardian. Every spec passes through it before it can be consumed.
- Overview — What the Registry does and how to run it
- Configuration — Registry and CLI configuration
- Materialize — Pull registered specs into repositories
- Gateway integration — Connect Registry specs to Kong
Hub
The developer portal where teams browse, explore, and compare API specs.
- Overview — Open the Hub and browse specs
- Spec detail page — Explore endpoints, changelog, versions, and raw spec
Gateway
Generates Kong config from the registered spec and ingests gateway logs for traffic analysis.
- Overview — How the Gateway module works