Personal Access Tokens
Personal Access Tokens (PAT) authenticate requests to the BRMS API with your user identity. Use PATs for:- Managing projects, documents, and releases
- Administrative operations
- CI/CD pipelines that need full API access
Creating a PAT
- Navigate to your Profile in the BRMS
- Find the Personal access token section
- Click Generate token
- Configure the token:
- Note: A description to identify the token’s purpose
- Expiry: Token lifetime (Month, Quarter, Year, or custom)
- All projects: Toggle to grant access to all projects or select specific ones
- Permissions: Select the required permissions
PAT Permissions
Evaluation Tokens
Evaluation tokens authenticate requests to evaluate decisions. They are scoped to a specific project and used for:- Evaluating decisions via BRMS API
- Authenticating with the Agent service
- Production workloads
Creating an Evaluation Token
- Open your project in the BRMS
- Go to Settings > Access Tokens
- Click Generate token
- Give the token a name
Using Evaluation Tokens
Evaluation tokens work with both the BRMS evaluation endpoints and the Agent service:Evaluation tokens are contained within releases. When you deploy a release to the Agent, the token is used to authenticate evaluation requests.