Integration Registry

Connect services once, route to any project. None connected yet.

Control Plane Architecture

Blueprint Kit is the configuration layer, not the data layer. Personal projects (Supabase/Vercel) process events here directly. Work projects (AWS) receive synced routing rules — email and webhook traffic stays on AWS natively.

Gmail / Google Workspace

email

Route emails to projects by sender, domain, or label. Process receipts, client emails, and notifications.

Email routing by domainReceipt processingClient email captureLabel-based filtering

Stripe

payments

Payment processing, subscription management, and webhook events for financial projects.

Payment webhooksSubscription eventsInvoice processingRefund notifications

WhatsApp Business

messaging

Client messaging, automated responses, and conversation routing. Already in ADMYN.

Client messagingTemplate messagesConversation routingAuto-responses

GitHub

devops

Repository webhooks, PR notifications, deploy triggers, and issue tracking.

Push webhooksPR notificationsDeploy triggersIssue sync
COMING SOON

Twilio SMS

notifications

SMS notifications, two-factor authentication, and phone-based alerts.

SMS notifications2FA codesAlert dispatchingPhone verification

AWS SES

email

Email sending and receiving for AWS-hosted work projects. Direct integration with Lambda.

Transactional emailInbound processingLambda triggersBounce handling

Custom Webhooks

devops

Generic webhook endpoints for any service. Define payload schemas and routing rules.

Custom endpointsPayload validationEvent routingRetry logic

Vercel

devops

Deploy triggers, environment sync, and build notifications for personal projects.

Deploy triggersEnv var syncBuild notificationsDomain management