agents.withzero.xyz publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.6 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/v1/deploy/apps | POST | $0.6 | 402 |
| /api/v1/image/images/nano-banana-2 | POST | $0.07 | 402 |
| /api/v1/pipe0/company/identity | POST | $0.01 | 402 |
| /api/v1/pixelart/canvas | POST | $0.01 | 402 |
Node.js hosting: ship the Node app you built locally, unchanged — full server runtime on Cloud Run with a dedicated Postgres. Native modules OK. App reads DATABASE_URL + listens on PORT. Filesystem is…
Generate images from a text prompt with Google's Nano Banana 2 (Gemini 3.1 Flash Image) — fast, high-quality generation. Returns hosted image URLs.
Resolve one company name through Pipe0 company:identity@3. At-cost fixed cap: max($0.01, 0.30 Pipe0 credits × $999/34,000 credits). Useful as a lightweight first step, fallback, or corroboration step …
Create a new pixel art canvas. Returns editing, manifest, full-spec, guide, and interactive-view URLs. Optionally pre-load base64 RGBA pixels. Full agent guide: https://pixelart.withzero.xyz/llms.txt