$ ⌘K
// pax/v1

API reference

Machine-readable endpoints for AI agents and registry tooling. Open access, no auth required for read.

Endpoints

MethodPathReturnsNotes
GET/registry.jsonFull registry16-pax catalog with metadata and download URLs
GET/pax/{id}/index.jsonSingle paxFull pax data: constructs, findings, sources, propositions, playbooks
GET/pax/index.jsonPax indexLightweight list (id, name, type, version)
GET/constructs/index.jsonConstructsCross-pax construct dictionary with usage counts
GET/pax/{id}.pax.tar.gzPax archiveComplete tarball for offline install

Example response

json
{
  "name": "global-supply-chain-risk",
  "type": "field",
  "version": "1.0.9",
  "pax_version": "2.0",
  "license": null,
  "author": { "name": "Josh Lambert" },
  "domain": "operations.risk",
  "counts": {
    "constructs": 38,
    "findings": 113,
    "sources": 47,
    "playbooks": 8
  },
  "tarball": "https://pax-market.com/pax/global-supply-chain-risk.pax.tar.gz"
}

Rate limits

Anonymous60 req/min
With UA header600 req/min

CDN cache: 5 minutes. All requests are rate-limited per IP.

Stability

v1 is stable. Schema additions are non-breaking; removals require deprecation period in registry status first.