Access
Create an API Token
Create server-side credentials for Infuse API integrations.
Use API tokens through service accounts for backend integrations.
Recommended flow:
- Create or choose a service account.
- Grant the least-privilege role or permissions needed by the integration.
- Issue an API token.
- Store it in your backend secret manager.
- Use it only from trusted server-side code.
- Rotate it regularly.
See API tokens for access-management guidance.