GET /api/profiles
Retrieve all browser profiles associated with your workspace. Browser profiles allow you to maintain separate browser identities with unique cookies, settings, and configurations.Headers
string
required
Your workspace ID from Browsepilot Settings → Advanced
Response
Returns an array of browser profile objects.array
Array of browser profile objects
Using Profiles in Conversations
Once you have profile IDs, use them when starting conversations:Error Handling
Profile Management
Currently, browser profiles must be created through the Browsepilot dashboard. API endpoints for creating and managing profiles programmatically are coming soon. To create profiles:- Open Browsepilot Dashboard
- Click the Manage button
- Click New Profile
- Configure settings and save
