Update a browser profile
update_profileUpdate an existing browser profile by changing only the fields you specify; all other settings remain intact. Supports proxy, fingerprint, tags, notes, and custom Chromium arguments.
Instructions
Patch an existing profile. Only the fields you pass change; everything else is left alone. Use extra for any field this tool does not model explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| args | No | Custom Chromium launch arguments, e.g. ["disable-gpu"]. | |
| name | No | ||
| tags | No | Free-form tags. | |
| extra | No | Additional raw fields merged into the request body. | |
| notes | No | Free-form note objects. | |
| proxy | No | Proxy for the profile. Either `{ id }` to attach an existing proxy, or `{ type, host, port, ... }` to create a new one and attach it. Omit for no proxy. | |
| folderId | No | ||
| platform | No | ||
| statusId | No | ||
| fingerprint | No | ||
| mainWebsite | No | Main website — affects the profile icon and some spoofing tweaks. | |
| platformVersion | No |