Categorizing Browser Sessions
Session tags allow you to add custom labels to your browser sessions, making it easier to organize, filter, and track sessions across your workflows. Tags are simple strings that you can use to categorize sessions by project, environment, customer, or any other criteria relevant to your use case. For the full list of available options, view the interactive API documentation.Common Use Cases
Tags are particularly useful for:- Environment tracking: Label sessions as
production,staging, ordevelopment - Customer attribution: Tag sessions with customer IDs like
customer-12345 - Project organization: Group sessions by project name or feature
- Workflow identification: Mark sessions for specific automation tasks like
form-fill,testing, ordata-extraction - Cost allocation: Track resource usage across teams or departments
Adding Tags to Sessions
You can add tags when creating a new browser session by including thetags array in your session configuration. Each tag is a simple string value.
Combining with Other Configuration
Tags can be combined with any other session configuration options:Viewing Tags
When you retrieve session information, the tags will be included in the response:Best Practices
- Keep tags concise: Use short, descriptive labels that are easy to read and filter
- Use consistent naming: Establish a tagging convention across your team (e.g., kebab-case like
project-name) - Avoid sensitive data: Don’t include passwords, API keys, or other sensitive information in tags
- Limit tag count: While there’s no hard limit, keeping the number of tags reasonable improves organization

