How do I create a Pylon API token?
Applies to: Pylon API access
To create a Pylon API token, sign in as a user with permission to manage API tokens, then open Settings → API Tokens. If you do not see that page, ask a workspace admin to create the token or update your access.
Open Settings → API Tokens.
Select Create.
Enter a token name, then finish creation.
Copy the token immediately and store it in a secure location. Pylon only shows the full token value once.
Use the token to authenticate Pylon API requests with a Bearer header:
Authorization: Bearer <token>
If you need read-only access, a workspace admin should choose an appropriate role for the token when creating it.
