Pay-per-query access to NZRT knowledge vault — powered by x402 micropayments on Base.
$0.001 USDC per request
Settled on Base Sepolia (eip155:84532) via x402 protocol. No subscription. No API key. Agent pays at request time.
| Code | Domain | Content | Access |
|---|---|---|---|
| 000TOG | TOGAF / EA | ADM phases, catalogs, matrices, ArchiMate, NZRT architecture | x402 |
| 000NCL | Nextcloud | Setup guides, agent folders, WebDAV, OCS API, user management | x402 |
| 000DOL | Dolibarr ERP | CRM, invoicing, HR, products, agent REST API patterns | x402 |
| 000WOR | WordPress | ICS site, NCS site, REST API, Kadence theme, WP agent patterns | x402 |
| 000ITE | Iteasel | Hardware spec, patent, RWA tokenization, Base/Ethereum integration | coming soon |
| 000GIT | GitHub | Repos, workflows, deploy pipelines, agent scripts | x402 |
| 000INF | Infrastructure | Hosting, subdomains, cPanel, Tailscale VPN, security architecture | x402 |
| 000LLM | AI Agents | Agent roles, task definitions, credentials, MCP servers, workflows | coming soon |
| 000BCH | Blockchain | x402 protocol, USDC, Base network, wallet setup, smart contracts | x402 |
| 000K8S | Kubernetes | Minikube, Kagent orchestration, agent deployments | x402 |
| 000NCS | Charitable Services | NCS programmes, beneficiaries, Iteasel donations, school partnerships | coming soon |
| Path | Description | Auth |
|---|---|---|
| GET /app/health | API status, network, price | free |
| GET /app/togaf/search?q= | Full-text search across TOGAF vault | x402 |
| GET /app/togaf/phase?n=&doc= | Fetch specific TOGAF phase document | x402 |
| GET /app/wiki/search?q= | Full-text search across all vault content | x402 |
| GET /app/wiki/note?section=&file= | Fetch any vault note by section path + filename | x402 |
| GET /app/<domain>/search?q= | Search within a specific domain — domains: ncl, dol, wor, git, inf, bch, k8s | x402 |
| GET /app/<domain>/note?section=&file= | Fetch note from a specific domain vault | x402 |
Unpaid requests return HTTP 402 with an X-Payment-Required header. Send back as X-Payment with valid USDC proof.
# 1. Probe — get payment requirements curl -i "https://api.nzrtnetwork.com/app/togaf/search?q=stakeholder" # → HTTP/1.1 402 Payment Required # → X-Payment-Required: <base64 payment details> # 2. Pay and retry (x402-compatible clients handle this automatically) # → HTTP/1.1 200 OK + results
MCP server for Claude Desktop available — agents pay automatically via wallet. Contact nathan@nzrtnetwork.com.