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 AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
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
Create a new authentication configuration for the toolkit so connected accounts can be opened against it.
2
createConnectedAccount
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
Poll the connected account until it reports an ACTIVE status, retrying while it remains in an initializing or pending state.
4
confirmActive
Read the connected account one final time to capture the authoritative active status and the auth toolkit it is bound to.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.