Agent Runtime
Status: Connected
Parsing documentation...
Extracted api references
Generating type definitions...
opensteeropensteer
Y Combinator logoBacked by Y Combinator.

The most comprehensive browser automation framework for AI

Enterprise-grade automation at scale.

Custom plans, unlimited concurrent sessions, dedicated proxies, and advanced support for teams that need more.

+ self-service sso
+ unlimited concurrent sessions
+ custom audit logs
+ advanced captcha bypass
+ dedicated support
view pricing

Simple, transparent pricing.

Start for free, upgrade when you need to scale. Everything you need to build robust AI agents.

Cloud Public APIs

API: Selector Cache Import

Import selector cache records into cloud for deterministic replay continuity.

Endpoint

  • POST /selector-cache/import

Request Shape

  • entries[] with namespace, site origin, method, description hash, path payload, timestamps.
{
  "entries": [
    {
      "namespace": "product-scraper",
      "siteOrigin": "https://example.com",
      "method": "extract",
      "descriptionHash": "...",
      "path": {},
      "createdAt": 1735776000000,
      "updatedAt": 1735776000000
    }
  ]
}

Response Shape

  • imported
  • inserted
  • updated
  • skipped

Covered Features

  • api:POST /selector-cache/import