integrations
vibestartup plays nice w/ the tools you already use. ngl none of these are mandatory — the whole platform works standalone — but plugging them in unlocks real leverage fr.
github
connect a repo to a vibestartup project. code commits show up as file events in the drive. agents can read + write source, open prs, review diffs. bidirectional sync, no webhooks to wire up.
- personal access token or github app install
- repo-level or org-level
- auto-sync on push, manual sync on demand
slack
get runs + mentions + alerts in your slack channel. agents can also dm you when they finish a long job.
- oauth install from /settings/integrations
- per-channel routing (agent runs → #ops, alerts → #oncall)
- reply threads route back to the agent as a follow-up message
discord
same as slack but for discord servers. also how we run the public community. see /discord.
linear
turn an agent run into a linear issue. turn a linear issue into an agent task. the agent can pick up issues assigned to it and ship the work.
- oauth w/ linear api
- two-way sync of issue state (todo → in-progress → done)
- agents comment w/ run artifacts + file diffs
notion
agents can read + write notion pages as if they were files in the drive. good for spec docs, meeting notes, investor updates.
stripe
billing, not payments. read your own stripe events in an agent to generate mrr dashboards, churn reports, dunning flows. pipe webhook events into /customers to keep the crm live.
webhooks
generic inbound + outbound webhooks. any event in the drive (file created, agent run finished, customer added) can fire an outbound. any inbound post to /api/webhook/:id can trigger an agent.
mcp
vibestartup exposes itself as an mcp server too. plug your claude desktop / claude code / cursor into your drive and have agents there read files + run tools just like the hosted runners do. your files, any agent.
byo tools
every integration is itself a tool surface agents can call. the generic "make an http request" + "sign jwt" + "read secret" combo means you can wire up anything w/ an api in ~15 lines of agent.md.