Composio · Arazzo Workflow
Composio Generate a Hosted Auth Link
Version 1.0.0
Pick an existing auth config and mint a hosted OAuth link for a user, then wait for the account to connect.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
hosted-auth-link
Mint a hosted authorization link for a user from an existing auth config.
Finds an auth config for the toolkit, creates a hosted link session that returns a redirect URL for the user to authorize, and polls the connected account created by the link until it becomes active.
1
findAuthConfig
getAuthConfigs
List auth configs filtered to the toolkit so an existing configuration can be reused for the hosted link.
2
createLink
postConnectedAccountsLink
Create a hosted link session against the chosen auth config, returning a redirect URL the user opens to authorize and the connected account id that will be created.
3
awaitConnection
getConnectedAccountsByNanoid
Poll the connected account created by the link session until the user has finished authorizing and the status becomes ACTIVE.