save_profile
Export cookies from an active browser tab to a named profile, enabling session persistence after login across restarts.
Instructions
Save browser cookies from an active tab to a named profile on disk. Enables session persistence across restarts. Use after login to save authenticated state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to export cookies from | |
| profileId | Yes | Profile name (alphanumeric, hyphens, underscores, dots, 1-64 chars) | |
| description | No | Optional description for this profile |