Skip to main content
Manage environments programmatically. These endpoints let you create and delete environments, upload browser profile data, and manage files attached to an environment.

Authentication

All endpoints require an API key in the Authorization header:

Base URL


Create an Environment

Response:

Errors


List Environments

Returns all environments for the authenticated user.
Response:

Response Fields


Delete an Environment

Permanently deletes an environment, its browser profile data, and all attached files.
Response:

Errors


Upload Browser Profile Data

Uploads a .tar.gz Chrome profile archive to an environment. Replaces any existing profile data and sets the status to ready.
Response:

Errors

To upload your local Chrome profile instead of a manual archive, use the sync tool; it packages and uploads your browser data in one command.

List Files in an Environment

Returns all files attached to an environment.
Response:

Response Fields


Delete a File from an Environment

Permanently removes a specific file from an environment.
Response:

Errors


Common Errors

All error responses follow this format: