Log in using a password manager

Keep your logins in a dedicated password manager or vault rather than in the automation itself. 1Password is supported directly, and any other vault that exposes an HTTP API can be used through a webhook or the Write javascript step.

For other login methods, see Google Sheet steps, sessions, saved credentials, 2FA, or keeping login data on your network.

1Password


1Password is supported in house as a login credential provider, so you don't need to build any retrieval yourself. Store the login in a 1Password vault, and Axiom fetches the username, password, and 2FA code from it at runtime.

To set it up, see Log in with saved credentials, and the 1Password integration page for the vault and service-account details.

Other providers


For any other password manager or vault that exposes an HTTP API, retrieve each password at runtime using a webhook or the Write javascript step inside the automation, so the password is only ever held in memory for the length of the run. One example is HashiCorp Vault.