Cortex
Cortex (cortex.io) is an internal developer portal (IDP) and software catalog platform. It gives engineering organizations a catalog of services and entities, Scorecards that measure those entities against production-readiness and reliability standards, Initiatives for driving improvement campaigns, and roughly thirty integrations (GitHub, PagerDuty, Datadog, Kubernetes, and more) that hydrate the catalog. Cortex exposes a documented REST API (base https://api.getcortexapp.com/api/v1) with Bearer/API-key authentication covering the Catalog/Entities, Scorecards, Custom Data, Initiatives, Deploys, Teams, and Integrations. NOTE - this is Cortex.io the internal developer portal / service catalog & scorecards company, NOT Cortex XSOAR (Palo Alto Networks), NOT the Cortex crypto token, and NOT Orange Logic's Cortex DAM.
APIs
Cortex Catalog API
The software catalog core - list, retrieve, create/update (upsert via entity descriptor), archive, unarchive, and delete catalog entities (services, resources, domains, and cust...
Cortex Scorecards API
List and retrieve Scorecards, fetch scores and next steps, get a per-entity badge, submit scores, and manage a scorecard via its descriptor. Includes the exemption workflow (req...
Cortex Custom Data API
Attach arbitrary key/value metadata to catalog entities - list, get by key, add, bulk upsert across many entities, and delete custom data. Used to enrich the software catalog wi...
Cortex Initiatives API
Create, list, get, update, and delete Initiatives - time-boxed improvement campaigns that drive entities toward a Scorecard target across the catalog.
Cortex Deploys API
Record and query deployment events per catalog entity - list, add, update, and delete deploys, search across deploys, and list deploy environments. Feeds delivery/velocity signa...
Cortex Integrations API
Manage the third-party integration configurations that hydrate the catalog (GitHub shown as the exemplar - roughly thirty integrations follow the same configuration pattern). Li...