Tab · Build
Integrations
One page per vendor — env vars, install steps, failure mode, monthly cost. Every external service the project touches: what it does for you, what it costs, how it fails, the env vars that wire it up.
See it in motion
Where to find it
- Localhost:
/integrations.html?repo=<id> - On disk:
.claude/brain/integrations.md - Keyboard: ⌘ K then
integrations - Sidebar: Build → Integrations
What it does for you
Every vendor, every env var, in one place.No hunting through code for which keys map to which service. Each integration row lists the env vars it reads, the install steps, and what happens when the var is missing.
Cost is part of the row.Each vendor lists its current monthly cost (or free-tier limit) so a switch-vendor decision has the numbers in front of you.
Failure mode is named, not surprising.Each row says what the integration returns on auth failure, rate limit, or upstream outage — and which dashboard tab surfaces it.
Configure
Wire each integration through its env vars (registered in config.md). New integration → new row here in the same PR.
Use it well
Before adding a new vendor, scan this list — there's a good chance an existing integration already does what you need. When you do add one, log the env vars, the install steps, and the failure mode in the same PR. Cost goes in the row.