docs / quickstart
Your first flow in five minutes
This walkthrough builds the classic: new Stripe payment, short Slack message. You will need a GoRunner account and admin access to a Slack workspace.
1. Connect Stripe and Slack
In the dashboard, open Connections, choose Stripe, and paste a restricted API key. Repeat for Slack with the OAuth prompt. Both connections are workspace-wide: every flow can use them.
2. Describe the flow
Press ⌘K and type what you want:
When a Stripe payment succeeds, post the amount and customer email to #revenue.
GoRunner AI assembles the two steps and shows you the draft. Check the field mapping, then deploy.
3. Test it for real
Use Stripe's test mode to fire a payment. The run appears in Runs within a second, with each step's input and output recorded. That is the whole loop: describe, deploy, verify.
Where next
Add a branch for large payments, a daily digest version on a schedule, or an approval step before refunds. All three are one sentence each in the copilot.