Infrastructure
Connections
Claude Code is the hub. Every service below is wired up through API keys, OAuth tokens, or MCP servers so the CLI can read, write, and orchestrate across them without leaving the terminal.
Claude Code Supabase
OpenAI
Google Search Console
Google Analytics
PageSpeed Insights
YouTube
Google Calendar
Google Drive
Gmail
Google Business Profile
HighLevel CRM
Facebook
Instagram
LinkedIn
Zoom
Cloudflare
Vercel
GitHub
Hostinger
macOS
Stripe
Resend
ElevenLabs
HeyGen
What each one does
Section titled “What each one does”Infrastructure
Section titled “Infrastructure”- macOS — Native AppleScript,
osascript, Spotlight, Finder, Notes, Calendar, Messages. Claude drives the OS directly. - Hostinger — The VPS host (31.97.132.219). Runs the CRM booking engine, webhook receiver, AI assistant scanner, n8n, and scheduled cron jobs.
- Cloudflare — DNS, Registrar, Pages, Zero Trust Access, Workers, API token + Global API Key auth. Every domain lives here.
- Vercel — Hosts themarketingshow.com and other Next.js properties. Fluid Compute, Cron Jobs, AI Gateway.
- GitHub — 80+ private repos, all synced across four machines via
pullall+post-push-sync.sh. - Supabase — Project
hpdxjdffuwyjdfyvyfoe. Voice-first log storage, auth, row-level data.
- OpenAI — GPT-4, Whisper transcription, vision models for fallback and specialized tasks.
- ElevenLabs — Cloned voice for voice notes and narration.
- HeyGen — Streaming AI avatar for the Zoom avatar prototype.
- Google Search Console — Multi-site SEO health audits via
/gsc-audit. - Google Analytics — Traffic and conversion data for client sites.
- PageSpeed Insights — Performance audits with iterative fix loop.
- YouTube — Upload pipeline, unlisted video sweep, transcript pulls.
- Google Calendar — Event reads/writes via
get-events.py; secondary to HighLevel. - Google Docs + Drive — PARA organization, doc edits via Brand Account token.
- Gmail — Draft creation, label management, thread search.
- Google Business Profile — First-party API access approved 2026-04-16 (ticket 3-6942000041257). Read and write on locations, hours, Local Posts, photos, videos, reviews, Q&A, service items, attributes, insights. Full operational reference: Google Business Profile API SOP.
CRM + Payments
Section titled “CRM + Payments”- HighLevel CRM (DDXWeb) — Primary calendar and CRM. Contacts, pipelines, workflows, calls, SMS, voice AI, invoices.
- Stripe — Subscriptions, one-time charges, webhooks for MyTechSupport and the Go Kart Park booking engine.
- Resend — Transactional email delivery across apps.
Social + Comms
Section titled “Social + Comms”- Facebook — Pages API, CAPI, group scanning, lead ads webhooks, Messenger automations.
- Instagram — Posting through the Graph API as a connected Page.
- LinkedIn — Cross-posting for social-post skill.
- Zoom — Meeting automation, avatar streaming, transcript capture.
Adding a new connection
Section titled “Adding a new connection”- Drop credentials into
secrets.jsonviasecrets_cli.py add NAME VALUE. - Wire the service up in the relevant repo under
~/apps/. - Update this page — add the service to
IntegrationsHub.astroand a bullet under the right section. - Bump
build.txtand push.