Documentation Index
Fetch the complete documentation index at: https://apyguard.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Predefined Token is the simplest authentication method in ApyGuard. You provide a token that already works, and ApyGuard includes it in requests based on the format and location you configure.Configure Predefined Token in ApyGuard
- Go to Start Scan → Authorization Settings.
- Create a new authorization setting.
- Choose Predefined Token from the authentication method cards.
- Enter a descriptive Authorization Setting Name.
- Configure the token format.
- Select the token location.
- Link the credential you want to use for the scan if your workflow requires it.
- Save the authorization setting.
Best fit
Use this method when:- You already have a valid API key or bearer token
- The token is stable enough for the scan window
- You do not need ApyGuard to log in dynamically
What you configure
- Authorization setting name
- Token format
- Token location
- Credential record if the team wants to store access details clearly
What users see in the UI
Token format field
Users enter the exact request format ApyGuard should use, such as
Authorization: Bearer {TOKEN}.Token location selector
Users choose where the token belongs in the request, such as header, query, cookie, or body.
Common examples
Authorization: Bearer {TOKEN}X-API-Key: {TOKEN}Cookie: session={TOKEN}
Tips
- Confirm the token is still valid before starting a scan
- Match token location to the actual API expectation
- Use clear names so teams know which token belongs to which environment