ADM phases, catalogs, matrices, ArchiMate, and NZRT-specific architecture content.
| Path | Description | Auth |
|---|---|---|
| GET /app/togaf/search?q= | Full-text search across TOGAF vault | x402 $0.001 |
| GET /app/togaf/phase?n=&doc= | Fetch specific TOGAF phase document | x402 $0.001 |
| n= | Phase | Description |
|---|---|---|
| 1 | Preliminary Phase | Framework setup, principles, governance |
| 2 | Architecture Vision | Scope, stakeholders, high-level vision |
| 3 | Business Architecture | Business strategy, processes, org structure |
| 4 | Information Systems Architecture | Data and application architectures |
| 5 | Technology Architecture | Infrastructure and platform architecture |
| 6 | Opportunities & Solutions | Work packages, transition architectures |
| 7 | Migration Planning | Roadmap, implementation sequencing |
| 8 | Implementation Governance | Conformance, contracts, compliance |
| 9 | Requirements Management | Requirements repository, traceability |
| 11 | NZRT Architecture | NZRT-specific EA decisions and patterns |
| catalogs | Catalogs, Matrices & Diagrams | Stakeholder, role, and capability catalogs |
# Search TOGAF vault curl -i "https://api.nzrtnetwork.com/app/togaf/search?q=stakeholder" # → 402 Payment Required (unpaid) # → 200 OK + results (after x402 payment) # Fetch a phase document curl -i "https://api.nzrtnetwork.com/app/togaf/phase?n=2&doc=Architecture+Vision" # → 402 Payment Required (unpaid) # → 200 OK + document content (after x402 payment)
x402-compatible clients (Claude Desktop MCP server) handle payment automatically. Contact nathan@nzrtnetwork.com for MCP server access.