# Runx Marketplace – Ausca Remote Browser Session

> Runx Marketplace – Ausca Remote Browser Session is a paid API for AI agents from api.runx.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Leases a remote browser instance with full Chrome DevTools Protocol (CDP) access for a 10-minute session via the Ausca provider on the Runx marketplace.

## Facts

- Endpoint: POST https://api.runx.ai/v1/skills/ausca/browser-session/run
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/runx-marketplace-ausca-remote-browser-session-7b25118b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oEj05OC535nX4KBXOOgaT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability runx-marketplace-ausca-remote-browser-session-7b25118b -d '<json body>'
```

Example prompt: Spin up a remote browser session with CDP access through Ausca so I can automate a checkout flow on a website — I need a fresh 10-minute session, invoking it now.

## When to prefer this

Choose this endpoint when you need a short-lived, fully managed remote browser with CDP access for tasks like web scraping JavaScript-heavy pages, browser-based automation, visual testing, or any workflow requiring real browser rendering — without provisioning your own infrastructure. Prefer this over local headless browser setups when you need a cloud-hosted, disposable session billed per use at low cost ($0.05).

## Known failure modes

- Payment failure or insufficient USDC balance — session not created
- Session capacity exceeded on provider side — no browser available
- Idempotency key collision — duplicate session request rejected
- Session timeout before task completes — 10-minute limit enforced strictly
- Invalid or missing runner field — request rejected with schema validation error
- Network connectivity issues preventing CDP connection to remote browser

## How this service works

Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 minutes through Ausca.

## Output

Returns a remote browser session with a Chrome DevTools Protocol (CDP) endpoint that the agent can connect to and control programmatically for up to 10 minutes, along with a session receipt confirming the lease.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "inputs": {
   "type": "object",
   "additionalProperties": true
  },
  "runner": {
   "type": "string",
   "const": "invoke"
  },
  "idempotency_key": {
   "type": "string",
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/runx-marketplace-ausca-remote-browser-session-7b25118b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.runx.ai](https://www.zero.xyz/host/api.runx.ai/llms.txt)
