Start a temporary browser profile
start_temporary_profileStart a temporary browser profile with a clean data directory and default fingerprint. Returns a profileId for one-off sessions that won't persist in the workspace.
Instructions
Launch a throwaway profile with a fresh data directory and default fingerprint preferences. Returns the generated profileId. Useful for one-off sessions you do not want persisted in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpr | No | Device pixel ratio of your real display. | |
| headless | No | Launch without a GUI. Implies `noTabs`. | |
| automation | No | Expose the Chrome DevTools Protocol so Puppeteer/Playwright/Selenium can drive the browser. The response then carries `automation.port` and `automation.wsEndpoint`. Unavailable on the Free plan (HTTP 402). | |
| screenWidth | No | ||
| screenHeight | No |