Pipedream · Arazzo Workflow
Pipedream Connect Account Onboarding
Version 1.0.0
Mint a Connect token for an end user, connect their account, and confirm it landed.
View Spec
View on GitHub
ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI AgentsArazzoWorkflows
Provider
Workflows
connect-account-onboarding
Create a Connect token, connect an account, and verify it for an external user.
Generates a Connect token for the supplied external user, creates a connected account for the target app using that token, and then lists the user's accounts to verify the new account exists.
1
createConnectToken
createToken
Generate a short-lived Connect token scoped to the external user that the account creation step will authenticate with.
2
connectAccount
createAccount
Connect a new account for the external user against the target app using the Connect token minted in the previous step.
3
verifyAccount
listAccounts
List the external user's connected accounts to confirm the newly connected account is present.