- Create a PAT from the personal access token endpoints.
- Store the token in your secrets manager.
- Send requests with
Authorization: ApiKey [personal-access-token]. - Rotate regularly and revoke tokens that are no longer required.
- Maximum 5 active PATs per user.
- PAT names must be unique per user.
- Expiry is optional, but when provided it must be at least 24 hours in the future.