Deploy jobs to Acurast decentralized cloud with automatic payment
Deploy jobs to Acurast decentralized cloud with automatic payment
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.079listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://deploy.acu.run
| Category | Everything else |
|---|---|
| Provider host | deploy.acu.run |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 8 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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 \u2014 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"
}