{
  "x402Version": 2,
  "id": 6818,
  "slug": "6818",
  "resource": "https://ausca.com/v1/lease-browser",
  "description": "Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 minutes. No automation, proxy, stealth, or target-success promise.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "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"
        },
        "output": {
          "example": {
            "inspect_url": "/v1/invocations/ausca-discovery-example",
            "invocation": {
              "invocation_id": "ausca-discovery-example",
              "offer_revision_digest": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f",
              "output": {
                "resource_lease": {
                  "created_at": "2026-09-01T00:00:00Z",
                  "expires_at": "2026-09-01T00:10:00Z",
                  "schema": "ausca.browser_session.lease.v1",
                  "session_id": "brs_abcdefghijklmnopqrstuv",
                  "state": "ready"
                }
              },
              "output_digest": "sha256:e9816aabe63e16405274d6cb4c7ac7b02e6f2046d0e10ebcf4107dab3be3f65f",
              "receipt_ref": {
                "public_url": "https://runx.ai/r/0000000000000000000000000000000000000000000000000000000000000000",
                "type": "receipt",
                "uri": "runx:receipt:discovery-example"
              },
              "state": "succeeded",
              "updated_at": "2026-01-01T00:00:00Z"
            },
            "status": "accepted"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
                  },
                  "status": {
                    "const": "accepted"
                  }
                },
                "required": [
                  "status",
                  "invocation",
                  "inspect_url"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ausca.com",
  "lastUpdated": "2026-09-18T12:05:30.939Z",
  "quality": {
    "calls30d": 22,
    "uniquePayers30d": 9,
    "lastCalledAt": "2026-09-18T12:05:30.429Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ausca.com",
    "manifest_name": "ausca.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}