Skip to main contentKomos centralizes sensitive logins so automations can authenticate without exposing secrets to
individual runs.
Creating credentials
- In the dashboard sidebar, open Credentials.
- Pick a credential type (browser login, OTP inbox, or custom integration).
- Provide the username/password or token payload once. Komos encrypts the material at rest.
- Optionally add environment-specific metadata (for example, region or tenant IDs) so builders know
when to use the credential.
Connecting credentials to tasks
- In the task builder, choose Credentials and select the saved record before publishing.
- When a credential is attached, Komos signs in with it first, then executes the recorded actions.
- The credential configuration can include MFA or OTP flows; Komos prompts the runner with any
additional steps needed to complete authentication.
- Reuse the same credential across multiple browser tasks when they share the same login.
Rotating or revoking
- Update the secret value from the Credentials screen to rotate it. New runs pick up the
refreshed value immediately.
- Disable a credential to block future runs that depend on it. Existing runs fail fast with
credential_unavailable so operators know to intervene.