{
  "x402Version": 2,
  "id": 13275,
  "slug": "13275",
  "resource": "https://deploy.acu.run",
  "description": "Deploy jobs to Acurast decentralized cloud with automatic payment",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9b442C40DAaC631F74de4094F2998E4aC016098A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "79000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "description": "Deploy a job (`script`) or a VPS (`vps.sshKey`). Full parameter reference: https://docs.acurast.com/developers/tools/deploy-agent",
                "properties": {
                  "reward": {
                    "description": "OPTIONAL reward per execution in picoACU (1 ACU = 10^12 picoACU). Omit it and the agent estimates a market rate. Do NOT compute the USDC cost yourself — the 402 response quotes the exact amount. Docs: https://docs.acurast.com/developers/tools/deploy-agent#full-job-specification.",
                    "minimum": 1,
                    "type": "number"
                  },
                  "script": {
                    "description": "IPFS URL of the script to deploy (ipfs://Qm...).",
                    "type": "string"
                  },
                  "vps": {
                    "description": "Public SSH-reachable Ubuntu VPS. `reward` optional (auto-estimated). Docs: https://docs.acurast.com/developers/tools/deploy-agent#deploy-a-vps-ssh-tunnel",
                    "properties": {
                      "callbackUrl": {
                        "type": "string"
                      },
                      "httpPort": {
                        "maximum": 65535,
                        "minimum": 1024,
                        "type": "integer"
                      },
                      "image": {
                        "enum": [
                          "ubuntu"
                        ],
                        "type": "string"
                      },
                      "maxExecutionTimeInMs": {
                        "minimum": 1,
                        "type": "integer"
                      },
                      "maxStartDelayMs": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "minCpuMultiScore": {
                        "minimum": 0,
                        "type": "number"
                      },
                      "minCpuScore": {
                        "minimum": 0,
                        "type": "number"
                      },
                      "minMemory": {
                        "minimum": 0,
                        "type": "number"
                      },
                      "minProcessorReputation": {
                        "maximum": 1000000,
                        "minimum": 0,
                        "type": "number"
                      },
                      "minStorage": {
                        "minimum": 0,
                        "type": "number"
                      },
                      "network": {
                        "enum": [
                          "mainnet",
                          "canary"
                        ],
                        "type": "string"
                      },
                      "reward": {
                        "minimum": 1,
                        "type": "number"
                      },
                      "sshKey": {
                        "type": "string"
                      },
                      "startAt": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "sshKey",
                      "maxExecutionTimeInMs"
                    ],
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "deploy.acu.run",
  "lastUpdated": "2026-09-17T07:41:45.141Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T07:41:44.603Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "deploy.acu.run",
    "manifest_name": "deploy.acu.run",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}