Machine-readable endpoints for AI agents and registry tooling. Open access, no auth required for read.
| Method | Path | Returns | Notes |
|---|---|---|---|
| GET | /registry.json | Full registry | 16-pax catalog with metadata and download URLs |
| GET | /pax/{id}/index.json | Single pax | Full pax data: constructs, findings, sources, propositions, playbooks |
| GET | /pax/index.json | Pax index | Lightweight list (id, name, type, version) |
| GET | /constructs/index.json | Constructs | Cross-pax construct dictionary with usage counts |
| GET | /pax/{id}.pax.tar.gz | Pax archive | Complete tarball for offline install |
{
"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"
}| Anonymous | 60 req/min |
| With UA header | 600 req/min |
CDN cache: 5 minutes. All requests are rate-limited per IP.
v1 is stable. Schema additions are non-breaking; removals require deprecation period in registry status first.