Skip to main content
Use manage_credentials when managed auth needs a username, password, or TOTP secret that Kernel can supply during login. Credential values are never returned by get; reads return metadata only. Store credentials here when you want Kernel to own the secret material. If your team already keeps secrets in an external vault, use Manage Credential Providers instead. For credential concepts and field types, see Credentials.

Actions

  1. Call create with the domain, a stable name, and the credential fields.
  2. Use the credential name in manage_auth_connections when creating a managed login.
  3. Call totp_code only when the agent needs the current code for a manual step.
  4. Call update to rotate values or clear optional fields.

Parameters

Create a login credential

Get a TOTP code