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
Recommended flow
- Call
createwithdomainandprofile_name. - Call
loginto start a login flow. - Share the returned hosted URL with the user or watch the returned live view URL.
- Call
getto poll flow state and inspectdiscovered_fields. - Call
submitwhen the flow asks for field values, an MFA option, or an SSO choice.