Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 min
Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 minutes. No automation, proxy, stealth, or target-success promise.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
249 msmedian answer time
$0.05listed price per call
$0.05price 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://ausca.com/v1/lease-browser
| Category | Everything else |
|---|---|
| Provider host | ausca.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 46 from 19 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 249 ms |
Example input (from the provider)
{
"body": {
"idempotency_key": "ausca-x402-discovery-example",
"input": {
"duration_seconds": 600
},
"input_schema_digest": "sha256:b61ca378ca30dc89969629b0b69c9ee36343dbb77441ff757853fa871ba0068f",
"offer_id": "browser.session",
"offer_revision": "browser-duration-r3",
"offer_revision_digest": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f",
"output_schema_digest": "sha256:82b79fb36c669dac6660128ce0b9d49a79d2aaa59d7ddc21f72b3c5435866ce9"
},
"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": {
"additionalProperties": false,
"properties": {
"idempotency_key": {
"maxLength": 128,
"minLength": 16,
"type": "string"
},
"input": {
"additionalProperties": false,
"properties": {
"duration_seconds": {
"enum": [
600,
1800,
3600
],
"type": "integer"
}
},
"required": [
"duration_seconds"
],
"type": "object"
},
"input_schema_digest": {
"const": "sha256:b61ca378ca30dc89969629b0b69c9ee36343dbb77441ff757853fa871ba0068f"
},
"offer_id": {
"const": "browser.session"
},
"offer_revision": {
"const": "browser-duration-r3"
},
"offer_revision_digest": {
"const": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f"
},
"output_schema_digest": {
"const": "sha256:82b79fb36c669dac6660128ce0b9d49a79d2aaa59d7ddc21f72b3c5435866ce9"
}
},
"required": [
"offer_id",
"offer_revision",
"offer_revision_digest",
"input_schema_digest",
"output_schema_digest",
"input",
"idempotency_key"
],
"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"
},
"output": {
"properties": {
"example": {
"properties": {
"inspect_url": {
"pattern": "^/v1/invocations/[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"invocation": {
"properties": {
"invocation_id": {
"maxLength": 128,
"minLength": 1,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"offer_revision_digest": {
"const": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f"
},
"output": {
"additionalProperties": false,
"properties": {
"resource_lease": {
"additionalProperties": false,
"properties": {
"created_at": {
"format": "date-time",
"type": "string"
},
"expires_at": {
"format": "date-time",
"type": "string"
},
"schema": {
"const": "ausca.browser_session.lease.v1"
},
"session_id": {
"pattern": "^brs_[A-Za-z0-9_-]{22,64}$",
"type": "string"
},
"state": {
"const": "ready"
}
},
"required": [
"schema",
"session_id",
"state",
"created_at",
"expires_at"
],
"type": "object"
}
},
"required": [
"resource_lease"
],
"type": "object"
},
"output_digest": {
"pattern": "^sha256:[a-f0-9]{64}$",
"type": "string"
},
"receipt_ref": {
"properties": {
"public_url": {
"format": "uri",
"maxLength": 2048,
"pattern": "^https://[^?#]+/r/[a-f0-9]{64}$",
"type": "string"
},
"type": {
"const": "receipt"
},
"uri": {
"maxLength": 512,
"minLength": 1,
"type": "string"
}
},
"required": [
"type",
"uri"
],
"type": "object"
},
"state": {
"enum": [
"admitted",
"running",
"succeeded",
"failed",
"cancellation_requested",
"cancelled"
],
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"required": [
"invocation_id",
"offer_revision_digest",
"state",
"updated_at"
],
"type": "object"
},
"s