Platform Agents Docs Pricing Security Start building →
ovrin/docs/python-sdk
Docs / Python SDK

The Python client, end to end.

Covers ovrin.Client, sandbox lifecycle, the filesystem and browser handles, and cross-session memory. The TypeScript SDK mirrors this API 1:1.

Install
$ pip install ovrin
$ uv add ovrin
Initialize
import ovrin # reads OVRIN_API_KEY from the environment if omitted client = ovrin.Client(api_key="sk_live_...")

Full API reference lives in the OpenAPI spec.

Every SDK method maps 1:1 to a REST endpoint — use the SDK for convenience or hit the API directly.