User Settings
Access your user settings to generate API tokens for automation, view your current role and permissions, and manage your profile.
Access User Settings
Click on your profile avatar in the top-right corner of the header → Select User Details
API Tokens
Generate tokens for API authentication and automation workflows.
Generate Token:
- Click Generate Token on the User Details page
- Copy the generated token immediately
- Store it securely (token is shown only once)
Use Cases:
- API authentication
- CI/CD pipeline integration
- Automated test execution
- Third-party tool integration
Tokens provide full API access with your permissions. Never share tokens or commit them to version control.
Delete Token: Click Delete Token → Confirm → Token is revoked immediately
Deleting a token will break any integrations using it. Generate a new token before deleting the old one to avoid downtime.
View Your Role
Your current role and permissions are displayed on the User Details page.
Role Levels:
- Admin - Full access including user management
- User - Create and modify tests and runs
- Reader - View-only access
See RBAC Documentation for detailed permissions by role.
Admin Panel
Administrators can access the Admin Panel to manage users across the organization.
Access: User Details page → Admin Panel button (Admin only)
Capabilities:
- View all users
- Update user roles
- Assign organization-level permissions
Contact your administrator if you need additional permissions or role changes.
Next Steps
- RBAC Documentation - Understand role permissions
- API Authentication - Learn how to use tokens
- API Reference - Explore available APIs