🎫 Plugin

Token Studio

Generate and manage access tokens for API authentication. Personal Access Tokens (PATs) give you programmatic API access without interactive login. Issuer Access Tokens (IATs) provide machine-to-machine authentication scoped to service accounts and automation identities.

Training context → Day 07 — IdP Hands-on Day 17 — IdP in Plugins
🪙

Personal Access Tokens (PAT)

User-issued bearer tokens for programmatic API access. Scoped to specific operations (read / write / admin). Used in CI/CD pipelines, scripts, and Postman collections. Token value shown once at creation.

🔏

Issuer Access Tokens (IAT)

System-issued tokens bound to service accounts rather than individual users. Carry iss and aud claims for strict machine-to-machine authentication. Support rotation with an overlap window for zero-downtime key changes.

Plugin routes
Every screen reachable within Token Studio
PathScreen
/idp/token-studioToken Studio — PATs tab (default view, lists your personal access tokens)
/idp/token-studio/iatsIATs tab — lists all Issuer Access Tokens across all service accounts
Guides for this plugin