Animica x402 Directory

Directory / agents.withzero.xyz

agents.withzero.xyz/api/v1/deploy/apps

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 writable but ephemeral (scale-to-zero) — keep durable state in Postgres. Durable /data file storage (1 GiB included).

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://agents.withzero.xyz/api/v1/deploy/apps'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://agents.withzero.xyz/api/v1/deploy/apps'

Endpoint: https://agents.withzero.xyz/api/v1/deploy/apps. Operated by agents.withzero.xyz, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agents.withzero.xyz

agents.withzero.xyz/api/v1/image/images/nano-banana-2

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.

POST · $0.07

agents.withzero.xyz/api/v1/pipe0/company/identity

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 firs…

POST · $0.01

agents.withzero.xyz/api/v1/pixelart/canvas

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:…

POST · $0.01

All 4 endpoints on agents.withzero.xyz →