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 AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
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
List auth configs filtered to the toolkit so an existing configuration can be reused for the hosted link.
2
createLink
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
Poll the connected account created by the link session until the user has finished authorizing and the status becomes ACTIVE.
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.