ToolAssay

Run a DexL agent autonomously

Run a DexL agent autonomously: it plans, discovers services, pays for them, executes and verifies - paid for once with x402

Answeringour last check, 2026-09-24
1 of 1checks answered this week
892 msmedian answer time
$0.055listed price per call
$0.001price 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://agents.dexl.io/v1/agents/:id/autonomous

CategoryEverything else
Provider hostagents.dexl.io
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact, upto
Self-reported calls, 30 days18 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 892 ms

Example input (from the provider)

{
  "body": {
    "budget_usd": 0.05,
    "goal": "Find the current price of ETH and summarise it.",
    "max_steps": 6
  },
  "bodyType": "json",
  "method": "POST",
  "pathParams": {
    "id": "4263f6de-86a8-49a8-a987-e67268b7abe8"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "budget_usd": {
              "description": "Hard ceiling. The run cannot spend more; what it does not spend is not refunded.",
              "type": "number"
            },
            "goal": {
              "description": "What the agent should achieve, in plain language.",
              "type": "string"
            },
            "max_steps": {
              "description": "Upper bound on plan steps.",
              "type": "number"
            }
          },
          "required": [
            "goal",
            "budget_usd"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "id": {
              "type": "string"
            }
          },
          "required": [
            "id"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON