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
Recommended flow
- Call
createwith the domain, a stable name, and the credential fields. - Use the credential name in
manage_auth_connectionswhen creating a managed login. - Call
totp_codeonly when the agent needs the current code for a manual step. - Call
updateto rotate values or clear optional fields.