I

Infisical CLI

CLI discovered

Details
Command
infisical
Docs
https://infisical.com/docs/cli/overview
Authentication
Machine identity access token bearer discovered Get token ↗
$ infisical login --method=universal-auth --client-id=<client-id> --client-secret=<client-secret> /env INFISICAL_TOKEN

Create a machine identity in Infisical, then configure an auth method for it. The easiest path documented is Universal Auth: go to Organization Settings → Access Control → Identities, create the identity, keep the issued Client ID and Client Secret, and exchange them at /api/v1/auth/universal-auth/login for a short-lived access token. Infisical also documents Token Auth, where you create an access token directly on the identity and use that token against the API.