Generate an API key
Create and rotate API keys for programmatic access.
Prerequisites
- Pam Pod access with Security settings permission
Steps
- Open Settings then Security in your Pam Pod
- Select Create API key and copy the secret once
- Store the key securely; it cannot be retrieved again
- Use Bearer authentication in API requests
See the documentation for OpenAPI reference and SDK quickstarts.
Expected result
API requests with the new key return 200 for authorized Pam Pod endpoints.
If something goes wrong
401 responses usually mean a wrong key, wrong Pam Pod scope, or a rotated key still cached in your integration.
