ToolAssay

Use when an agent needs browser

Use when an agent needs browser. Returns Run one headless browser action and return a verified evidence record. $0.02.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
15 msmedian answer time
$0.02listed price per call
$0.02price 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://api.oblique.markets/api/v1/paid/evidence/browser

CategoryEverything else
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 15 ms

Example input (from the provider)

{
  "body": {
    "action": {
      "type": "click"
    },
    "expected": {
      "selector": "example",
      "text_contains": "example"
    },
    "request_id": "example",
    "url": "example"
  },
  "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": {
          "properties": {
            "action": {
              "properties": {
                "selector": {
                  "type": "string"
                },
                "type": {
                  "enum": [
                    "click",
                    "type",
                    "goto"
                  ],
                  "type": "string"
                },
                "value": {
                  "type": "string"
                }
              },
              "required": [
                "type"
              ],
              "type": "object"
            },
            "expected": {
              "properties": {
                "selector": {
                  "type": "string"
                },
                "text_contains": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "request_id": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          },
          "required": [
            "url",
            "action",
            "expected",
            "request_id"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "action_trace_digest": {
          "type": "string"
        },
        "artifact_hash": {
          "type": "string"
        },
        "evidence_protocol": {
          "type": "string"
        },
        "expected_matched": {
          "type": "boolean"
        },
        "final_url": {
          "type": "string"
        },
        "observed_text": {
          "type": "string"
        },
        "payment_reference": {
          "properties": {
            "amount_usdc": {
              "type": "number"
            },
            "chain_id": {
              "type": "integer"
            },
            "tx_hash": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "request_digest": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "timestamp": {
          "type": "string"
        },
        "verification_status": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON