Route and Call
route_and_callPAID inbound $0.01 USDC to Merchant, then route a task to a Base x402 API, pay upstream from Treasury, and return data. economy = cheapest; verified = reliability-scored. Failover on errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON body overrides | |
| task | Yes | Natural-language task, for example "current weather for Boston" | |
| tier | No | Routing tier: "economy" = cheapest first (V3); "verified" = reliability-scored APIs with enough successful history (V4) | |
| query | No | Optional query overrides; defaults to the listing example query | |
| max_attempts | No | How many candidates to try on failure (default 3) | |
| max_price_usd | No | Optional budget for this route (clamped to MAX_PRICE_USD) |