Introduction
API tokens let you securely connect to Jenkins without using your password. They help keep your account safe while allowing automated tools to access Jenkins.
When you want to run Jenkins jobs from scripts without typing your password.
When you need to connect Jenkins to other tools like Git or deployment servers securely.
When you want to revoke access without changing your main password.
When you want to track which tool or script is accessing Jenkins.
When you want to avoid sharing your main password with multiple users or tools.