1. Request API Key

We currently provide API keys to customers after a short introduction call. You can book an introduction call here.

2. Install SDK

You have two options for installing the Simplex Python SDK: the standard simplex package and the simplex[playwright] package.

The simplex[playwright] package is a heavier SDK that enables direct Playwright access to the browser session.

To install the simplex package, run:

pip install simplex

To install the simplex[playwright] package, run:

pip install simplex[playwright]

then install Playwright:

playwright install

You’re ready to use Simplex! Next, we’ll introduce you to sessions.

Was this page helpful?