manage_credential_providers when your organization already stores login credentials in an external vault. Kernel can reference provider items during managed auth flows without storing the secret values directly in Kernel.
The current provider type is onepassword. After you create a provider, use list_items to find the provider-specific credential paths that can be passed to manage_auth_connections.
For 1Password setup and service-account requirements, see 1Password Integration.
Actions
Recommended flow
- Call
createwith a service-account token for the provider. - Call
testto confirm Kernel can access the vaults you expect. - Call
list_itemsto discover credential item paths. - Use
credential_providerwith eithercredential_pathorcredential_autowhen creating an auth connection.