/profiles path and provide operations like downloading profile archives that complement the Environments API.
Authentication
All endpoints require an API key withtask:create permission:
Base URL
List Profiles
Returns all environments with their profile metadata, sorted by newest first. This is equivalent to listing environments but includes additional profile-specific fields likeblobSize, lastUsedAt, and usageCount.
Response Fields
Create Profile
Creates a new environment with an empty browser profile. You can populate it by uploading data, syncing from your local machine, or by running a session with the environment attached.Errors
Delete Profile
Permanently deletes an environment and all its stored data (profile and files).Errors
Download Profile Data
Returns a temporary signed URL to download the browser profile as a.tar.gz archive. The URL expires after 1 hour.
Errors
Upload Profile Data
Uploads browser profile data as a.tar.gz archive to an environment. Replaces any existing profile data and sets the status to ready.