Paid quote for a bounded custom job. Returns accept, map_to_existing, or reject plus a fixed run SKU and price. One counter then stop. We decline if we cannot make money.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.agentwork.run/v1/jobs/job.quote' # -> 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://api.agentwork.run/v1/jobs/job.quote'
Endpoint: https://api.agentwork.run/v1/jobs/job.quote. Operated by api.agentwork.run, 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.
CI/error log triage: paste a failing build or runtime log. Returns ordered diagnosis, likely root cause, and concrete fix steps. Rebuy on every new failure. Dua…