Validation Status
These docs are written around the currently validated product boundary.Safe validated path
npm run test:phase0 validates the safe path without creating a paid session:
- Agent registration
- API key authentication
- dynamic product listing
- balance reads
- transaction reads
- the
backend_ready=truegate
Controlled real path
npm run test:phase0:real is the real paid-session path. Use it only in controlled environments with low balance. It creates one dynamic session, polls until active, checks proxy.full_url, reports telemetry, reads health and billing, then cleans up.