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.

  1. Open Settings → API Tokens.

  2. Select Create.

  3. Enter a token name, then finish creation.

  4. 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.