> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.beaglesecurity.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Where to find access token and application token?

**Access tokens and application tokens in Beagle Security are used to authenticate and automate tasks through API integrations.**

* **Access token**: This token is linked to your user profile and is used for authenticating API requests across your account. It enables secure integration with external tools, CI/CD pipelines or custom scripts that interact with Beagle Security’s platform.

* **Application token**: This token is specific to each application you’ve added in Beagle Security. It allows you to trigger tests and retrieve results programmatically for that particular application.


### To create an access token
* Navigate to your Profile

* Click on **Personal Access Token**

* Click **New Personal Access Token** and provide a name and expiry date

* Select the required permission scopes by toggling them on as needed

* Click **Create** to generate the token

* A popup titled “New Access Token” will appear on the screen, copy the token immediately, as it will only be shown once. Store it securely for future use

### To generate an application token
* Go to the Applications section in your dashboard.

* Select the specific application for which you want to generate a token

* Click the three dots (⋮) next to the application name to view its details

* In the application details view, click on the **Get Token** button (displayed with a key icon) under the Application Token label

* Copy the token and store it securely for future use
