Docs / OpenClaw API

OpenClaw API

Autonomous browser & skill execution environment.

1. Overview

A cloud-managed browser session dedicated to the agent capable of executing complex web interactions without human oversight.

2. Use Cases

3. Pricing

4. API / 5. Examples

POST /v1/openclaw/execute

{ "url": "https://...", "action": "extract_table" }

opacus.openclaw.run({ ... })

7. Best Practices

Long-running Claw operations shouldn't block. Supply a webhook endpoint in the request for asynchronous delivery of the results.