Composio · Arazzo Workflow
Composio Connect an Account via a New Auth Config
Version 1.0.0
Create an auth config for a toolkit, open a connection, and poll until it becomes active.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
connect-account-via-auth-config
Provision an auth config and connect a user account, then wait for it to activate.
Creates an auth config for the named toolkit, opens a connected account using that config, branches on whether the connection needs an OAuth redirect, and polls the connected account until it reports an active status.
1
createAuthConfig
postAuthConfigs
Create a new authentication configuration for the toolkit so connected accounts can be opened against it.
2
createConnectedAccount
postConnectedAccounts
Open a connected account for the user against the freshly created auth config, returning the connection id and any redirect needed to finish OAuth.
3
pollConnection
getConnectedAccountsByNanoid
Poll the connected account until it reports an ACTIVE status, retrying while it remains in an initializing or pending state.
4
confirmActive
getConnectedAccountsByNanoid
Read the connected account one final time to capture the authoritative active status and the auth toolkit it is bound to.