Skip to main content
Use manage_auth_connections when you want Kernel to keep a browser profile logged in to a third-party site. A connection ties a domain to a profile, then drives login and re-auth flows with stored credentials, external provider credentials, or user-provided input. This tool is best for recurring workflows where the agent needs durable access to a site but the login flow can require MFA, SSO, or occasional user review. For managed auth concepts, profile lifecycle, and SDK flows, see Managed Auth and Programmatic.

Actions

  1. Call create with domain and profile_name.
  2. Call login to start a login flow.
  3. Share the returned hosted URL with the user or watch the returned live view URL.
  4. Call get to poll flow state and inspect discovered_fields.
  5. Call submit when the flow asks for field values, an MFA option, or an SSO choice.

Parameters

Create a managed login

Submit an MFA code