API
Authentication
Authenticating with the Inferable API
API Authentication
API keys are used to authenticate requests with the Inferable API. Each key is associated with one cluster, and can has permission to:
API Key Management
New secrets can be created (and revoked):
- Within the Inferable console or;
- Via the Inferable CLI with
inf auth keys create <name> | revoke <id>
CLI Authentication
When using the Inferable CLI, no API keys are required. The CLI retrieves a short lived (1hr) token when the inf auth login
command is run.
Was this page helpful?