Composio · Arazzo Workflow
Composio Tool Router Connect a Toolkit
Version 1.0.0
Open a tool router session, inspect its toolkits, and mint an auth link for an unconnected toolkit.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
tool-router-connect-toolkit
Create a session and generate an auth link for an unconnected toolkit.
Opens a tool router session, lists the session toolkits filtered to the target toolkit, and creates a link session so the user can authorize the toolkit within the running session.
1
createSession
postToolRouterSession
Create a tool router session for the user with the target toolkit enabled.
2
listSessionToolkits
getToolRouterSessionBySessionIdToolkits
List the session toolkits filtered to the target toolkit, including each toolkit's connection status, to decide whether a link is required.
3
createLink
postToolRouterSessionBySessionIdLink
Create a link session for the toolkit so the user can authorize it from within the tool router session.