apps/pubfi-api-server/ | Rust HTTP API, Runtime OpenAPI, Registry Data Plane binding, gateway, account routes, purchases, and API-host MCP entrypoint. |
apps/pubfi-registry-control-plane/ | Registry generation and rollout authority. |
apps/pubfi-registry-data-plane-bootstrap/ | Data Plane bootstrap and serving-snapshot installation. |
apps/pubfi-registry-credential-evaluator/ | Credential-readiness evaluation for Registry plans. |
apps/pubfi-registry-health-evaluator/ | Route-health evaluation for Registry plans. |
apps/pubfi-registry-reconciler/ | Registry desired-state reconciliation. |
apps/web/ | Next.js public site, Discovery, dashboard presentation, text exports, and discovery manifests. |
apps/web/src/data/discovery-static/ | Checked-in public-safe Discovery data. |
packages/rust/account-service/ | API-key auth, fixed product access, environment binding, admission, meter allocation, usage facts, and account contracts. |
packages/rust/gateway-contracts/ | Typed Registry, matcher, request, response, auth, meter, and failure contracts. |
packages/rust/gateway-registry-control/ | Registry control-plane domain and rollout contracts. |
packages/rust/gateway-registry-runtime/ | Immutable serving snapshot, public catalog, readiness, and path lookup. |
packages/rust/gateway-service/ | Provider-neutral typed execution, replay, bounded response relay, and x402 route-policy binding. |
packages/rust/mcp-service/ | MCP JSON-RPC tools over the live Registry catalog and execution delegate. |
packages/rust/registry-worker-runtime/ | Shared runtime for Registry workers. |
packages/rust/storage/ | SQLx/Postgres persistence for account, allocation, usage, integration, and x402 execution state. |
packages/rust/discovery-contracts/ | Discovery source-selection and editorial route-planning models. |
vendor/quantro-integration/ | Pinned provider-neutral purchase and x402 integration contract. |
examples/agents/ | Public-safe agent and HTTP examples. |