> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-website-deploy-hook.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# manage_profiles

> Set up, list, and delete browser profiles

Manage browser profiles that persist cookies, logins, and session data across browser sessions.

## Actions

| Action   | Description                                                    |
| -------- | -------------------------------------------------------------- |
| `setup`  | Create or update a profile with a guided live browser session. |
| `list`   | List all profiles.                                             |
| `delete` | Remove a profile.                                              |

## Parameters

| Parameter         | Description                                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------------ |
| `action`          | Operation to perform: `setup`, `list`, or `delete`. Required.                                    |
| `profile_name`    | (setup, delete) Profile name. For setup: 1–255 chars. For delete: name of the profile to remove. |
| `profile_id`      | (delete) Profile ID to delete. Alternative to `profile_name`.                                    |
| `update_existing` | (setup) If true, update an existing profile. Default false.                                      |

## Example

```json theme={null}
{
  "action": "setup",
  "profile_name": "work-accounts"
}
```
