Composio · Arazzo Workflow
Composio Refresh a Connected Account
Version 1.0.0
Detect an expired connected account and refresh its authentication, then confirm it is active again.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
Provider
Workflows
refresh-connected-account
Refresh a non-active connected account and wait for it to recover.
Reads a connected account, branches when its status is not active, calls the refresh endpoint to renew credentials, and polls the account until it reports an active status again.
1
readAccount
Read the connected account to determine whether its authentication is still active or needs refreshing.
2
refreshAccount
Trigger an authentication refresh for the connected account, returning a redirect URL if re-authorization is required.
3
pollRecovery
Poll the connected account until its status returns to ACTIVE after the refresh has been triggered.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.