Manage authentication configurations for toolkits
configs = composio.auth_configs.list( toolkit_slug="github" )
config = composio.auth_configs.create( toolkit="github", options={ "type": "use_composio_managed_auth", "tool_access_config": { "tools_for_connected_account_creation": [] } } )
config = composio.auth_configs.get("ac_xxx")
updated = composio.auth_configs.update( "ac_xxx", options={"type": "custom", "credentials": {...}} )
composio.auth_configs.delete("ac_xxx")
composio.auth_configs.enable("ac_xxx") composio.auth_configs.disable("ac_xxx")
Learn more about Mintlify
Enter your email to receive updates about new features and product releases.