{
  "x402Version": 2,
  "id": 10959,
  "slug": "10959",
  "resource": "https://agents.withzero.xyz/api/v1/deploy/apps",
  "description": "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).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9811c0900fcb719bbc363a3846d2d6db2771dea8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "600000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "zeroclick:card",
      "payTo": "merchant",
      "asset": "USD",
      "amount": "60",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "source": "example"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "ackEphemeral": {
                    "description": "Acknowledge the filesystem is ephemeral: required to deploy an app whose package.json depends on sqlite3/better-sqlite3 (else 400 SQLITE_NOT_DURABLE, before any charge). Durable state belongs in the injected DATABASE_URL Postgres.",
                    "type": "boolean"
                  },
                  "env": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "description": "Extra environment variables for your app, KMS-encrypted at rest. DATABASE_URL / PORT / ZERO_* are injected at deploy — do not set them.",
                    "propertyNames": {
                      "type": "string"
                    },
                    "type": "object"
                  },
                  "slug": {
                    "description": "Subdomain to serve at (<slug>.withzero.xyz). Lowercase letters, digits, hyphens. Defaults to a generated id. A taken slug is a 409 SLUG_TAKEN before any charge.",
                    "maxLength": 63,
                    "minLength": 1,
                    "type": "string"
                  },
                  "source": {
                    "description": "Base64-encoded zip of your Node app (must contain a top-level package.json with a `start` script). Runtime is Node.",
                    "minLength": 1,
                    "type": "string"
                  },
                  "term_fee_micros": {
                    "description": "Direct rail only: per-term hosting fee in micro-USDC. MUST equal the X-Pay-Amount-Micros header and current termFeeMicros. Omit through ZeroClick; its app-terms usage ledger is authoritative.",
                    "pattern": "^[1-9]\\d*$",
                    "type": "string"
                  }
                },
                "required": [
                  "source"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "zeroclick": {
      "info": {
        "payment": {
          "amountUsd": "0.600000",
          "id": "apay_aCz9wNI_iBpeVx3K_v1QA"
        },
        "requestId": "zcreq_Jay5CSeLOONmT75vGMKy2",
        "service": "app-terms"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "agentId": {
            "type": "string"
          },
          "payment": {
            "properties": {
              "amountUsd": {
                "type": "string"
              },
              "id": {
                "type": "string"
              }
            },
            "required": [
              "id",
              "amountUsd"
            ],
            "type": "object"
          },
          "requestId": {
            "type": "string"
          },
          "service": {
            "type": "string"
          }
        },
        "required": [
          "payment"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "zeroclick"
  ],
  "sourceHost": "agents.withzero.xyz",
  "lastUpdated": "2026-08-24T21:54:26.001Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-24T21:54:25.207Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agents.withzero.xyz",
    "manifest_name": "agents.withzero.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}