Skip to main content

Creating, Renaming, or Revoking a Personal Access Token (PAT)

To access the Istari Digital Application Programming Interface (API) securely, you can create a Personal Access Token (PAT) to make authorized API calls. You can also rename or revoke tokens to manage your access securely over time.


Creating a Personal Access Token (PAT)

  1. Open the Settings menu.
    Click your user profile icon in the bottom-left corner of the Istari Digital interface. Then select Settings from the dropdown menu.

  2. Navigate to Developer Settings.
    In the Settings panel, select Developer Settings to manage API access.

  3. Click the "Generate New Token" button.
    This opens a modal window for creating a new token.

  4. Enter a name for your token.
    In the Token Name field, provide a meaningful label (e.g., automation-script-token).

  5. Click the "Generate" button.
    Your new PAT will be created, and credentials will be displayed on the screen.

  6. Copy the credentials.
    Click Copy Credential to copy the token value to your clipboard.

    ⚠️ Important: You will only be able to see this token once. Paste and save it in a secure location.

  7. View your PAT list.
    After creation, the token will appear in the Developer Settings token list.


Renaming a PAT

  1. Click the "Edit" button next to the token.
    This opens the rename dialog.

  2. Enter a new name in the Token Name field.

  3. Click the "Save" button.
    A confirmation message will confirm the name was successfully updated.


Revoking a PAT

  1. Click the "Delete" button next to the token you want to revoke.
    This opens a confirmation dialog.

  2. Click the "Remove" button to confirm the revocation.

  3. A confirmation message will appear once the token is revoked and removed from the list.


Revoking All PATs

  1. Click the "Revoke All Tokens" button in the Developer Settings panel.

  2. Confirm the action.
    In the confirmation modal, click Revoke All to permanently delete all active tokens.

  3. A confirmation message will appear once all tokens have been revoked.