API Tokens
Store API tokens for external service integrations.
Creating API Token Credentials
- Navigate to Credentials → Add Credential
- Select type: API Token
- Enter a name and description
- Paste the API token value
- Set expiration date (optional)
- Click Save
Usage
API tokens can be used in:
- Templates - Reference tokens in Jinja2 variables
- API Resources - Authenticate to external APIs
- Integrations - NetBox, ITSM systems, etc.
Tokens are injected at runtime and never exposed in logs or rendered templates.