How to Get a Jira API Token Easily 2026
By Impran M N
Connecting scripts, AI agents, or third-party tools to Jira requires an API token instead of your account password. This guide covers finding the token settings in your Atlassian profile, generating a new token, and revoking it later if it's no longer needed.
01Open your account settings
Click your profile avatar in the top right corner of Jira and select Account Settings to reach your Atlassian profile configuration.
02Navigate to the API token section
Go to the Security tab and scroll down to find the API token section, then click the link to manage your tokens.
03Create a new token
Click Create API Token, type a clear label describing what the token is for, and click Create to generate it.
04Copy and store the token securely
Copy the raw token string immediately and save it in a secure password manager, since it won't be shown again after you close the window.
05Revoke tokens you no longer use
Return to your active tokens list anytime and click Revoke next to an entry to remove access for tokens that are outdated or no longer needed.
Frequently asked questions
Where do I generate a Jira API token?
Go to your Atlassian account settings, open the Security tab, and use the Create and Manage API Tokens link to generate one.
Can I see my Jira API token again after I close the window?
No, you need to copy the token immediately when it's generated and store it securely, since it won't be displayed again afterward.
How do I use a Jira API token in a script?
You typically pass the token inside an authorization header alongside your account email when authenticating API requests.
How do I revoke a Jira API token?
Go to your active tokens dashboard and click Revoke next to the token you want to remove access for.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



