About this catalog
An open-source Business Capability Reference Catalog. It is intentionally tool-agnostic and can be used in any Enterprise Architecture management solution — well beyond Turbo EA.
This site exists to help enterprise architects get started with the implementation of an EA function, by providing a curated, opinionated baseline that teams can adopt, adapt, and extend.
The naming convention, decomposition rules, and identifier scheme come from the Business Capability Governance Model.
JSON API
All endpoints are static, immutable per build, and edge-cached:
/api/version.json— catalog + schema version/api/capabilities.json— flat array/api/tree.json— nested tree/api/by-l1/<slug>.json— single L1 subtree/api/capability/<id>.json— single node + direct children
Native consumption
For offline / airgapped use:
pip install turbo-ea-capabilities
See the package on PyPI.