All Integrations
MicroBuilder supports 22+ third-party integrations, all verified and cryptographically signed for security.
AI & Machine Learning
OpenAI
What it does: GPT models for chat, completion, embeddings, and more.
Use cases:
- Chatbots
- Content generation
- Code assistance
- Data analysis
Setup: Add OPENAI_API_KEY to secrets
Learn More →
Anthropic (Claude)
What it does: Claude AI models for advanced reasoning and analysis.
Use cases:
- Complex reasoning tasks
- Long-form content
- Code analysis
- Research assistance
Setup: Add ANTHROPIC_API_KEY to secrets
Learn More →
Mistral AI
What it does: Open-weight AI models with strong performance.
Use cases:
- Cost-effective AI features
- European data residency
- Custom fine-tuning
Setup: Add MISTRAL_API_KEY to secrets
Learn More →
ElevenLabs
What it does: Advanced text-to-speech with realistic voices.
Use cases:
- Voice assistants
- Audio content
- Accessibility features
- Narration
Setup: Add ELEVENLABS_API_KEY to secrets
Learn More →
Payments
Stripe
What it does: Complete payment processing platform.
Features:
- Credit card processing
- Subscription management
- Invoicing
- Webhooks
Use cases:
- E-commerce checkout
- SaaS subscriptions
- Payment links
- Marketplaces
Setup: Add STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET
Learn More →
Authentication & Database
Supabase
What it does: Backend-as-a-service with auth, database, and storage.
Features:
- OAuth (Google, GitHub)
- PostgreSQL database
- Row-level security
- File storage
- Real-time subscriptions
Use cases:
- User authentication
- Database management
- File uploads
- Real-time features
Setup: Add SUPABASE_URL, SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY
Learn More →
Communication
Twilio
What it does: SMS, voice, and video communication APIs.
Features:
- SMS messaging
- Voice calls
- WhatsApp
- Video conferencing
Use cases:
- 2FA codes
- Notifications
- Customer support
- Appointment reminders
Setup: Add TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER
Learn More →
Resend
What it does: Modern email API for developers.
Features:
- Transactional emails
- Marketing campaigns
- Email templates
- Analytics
Use cases:
- Welcome emails
- Password resets
- Notifications
- Newsletters
Setup: Add RESEND_API_KEY
Learn More →
Slack
What it does: Team communication and workflow automation.
Features:
- Send messages
- Channel management
- File uploads
- Bot interactions
Use cases:
- Team notifications
- Alert systems
- Workflow automation
- Status updates
Setup: Add SLACK_BOT_TOKEN
Learn More →
Developer Tools
GitHub
What it does: Code hosting and collaboration platform.
Features:
- Repository management
- Issue tracking
- Pull requests
- Actions/CI
Use cases:
- Code deployment
- Issue automation
- Release management
- Team collaboration
Setup: GitHub OAuth (configured in dashboard)
Learn More →
Sentry
What it does: Error tracking and performance monitoring.
Features:
- Error logging
- Performance monitoring
- Release tracking
- Alerts
Use cases:
- Production monitoring
- Bug tracking
- Performance optimization
- Debugging
Setup: Add SENTRY_DSN
Learn More →
Productivity
Notion
What it does: Workspace and documentation platform.
Features:
- Database access
- Page creation
- Content management
- Search
Use cases:
- Documentation sync
- Content management
- Knowledge base
- Project tracking
Setup: Notion OAuth (configured in dashboard)
Learn More →
Google Sheets
What it does: Cloud spreadsheet with API access.
Features:
- Read/write data
- Formulas
- Charts
- Sharing
Use cases:
- Data import/export
- Reporting
- Collaborative data entry
- Simple databases
Setup: Google OAuth + API credentials
Learn More →
Asana
What it does: Project and task management platform.
Features:
- Task creation
- Project tracking
- Team collaboration
- Reporting
Use cases:
- Workflow automation
- Task synchronization
- Project management
- Team coordination
Setup: Asana OAuth (configured in dashboard)
Analytics & Marketing
PostHog
What it does: Product analytics and feature flags.
Features:
- Event tracking
- User analytics
- A/B testing
- Feature flags
Use cases:
- User behavior analysis
- Feature rollouts
- Funnel optimization
- Cohort analysis
Setup: Add POSTHOG_API_KEY and POSTHOG_HOST
Google Ads
What it does: Advertising platform integration.
Features:
- Campaign management
- Performance tracking
- Conversion tracking
- Reporting
Use cases:
- Ad automation
- Performance dashboards
- ROI tracking
- Campaign optimization
Setup: Google Ads API credentials
Learn More →
Storage
AWS S3
What it does: Object storage service.
Features:
- File storage
- CDN integration
- Bucket management
- Access control
Use cases:
- User uploads
- Media storage
- Backups
- Static assets
Setup: Add AWS credentials
Supabase Storage
What it does: File storage with CDN.
Features:
- File uploads
- Image transformations
- Access control
- CDN delivery
Use cases:
- Profile pictures
- Document storage
- Media libraries
- Public assets
Setup: Included with Supabase integration
Learn More →
Voice & Telephony
ElevenLabs (TTS)
What it does: Text-to-speech with realistic voices.
Features:
- Multiple voices
- Custom voice cloning
- Multiple languages
- Streaming audio
Use cases:
- Voice assistants
- Audiobooks
- Accessibility
- IVR systems
Setup: Add ELEVENLABS_API_KEY
Learn More →
Background Jobs
BullMQ (Redis)
What it does: Background job processing.
Features:
- Job queues
- Retry logic
- Scheduling
- Progress tracking
Use cases:
- Email sending
- Data processing
- Report generation
- Scheduled tasks
Setup: Add REDIS_URL
How to Use Integrations
During App Build
Mention integrations in your description:
"Build a CRM with Stripe payments and Slack notifications"
AI automatically:
- Selects integrations
- Configures connections
- Sets up webhooks
- Creates UI
After App Build
Add integrations via dashboard:
- Go to Dashboard → Integrations
- Click "Add Integration"
- Select service
- Provide API keys
- AI wires it into your app
Managing API Keys
Store securely in Secrets Management:
- Dashboard → Secrets
- Add new secret
- Name:
SERVICE_API_KEY
- Value: Your API key
- Save
Keys are encrypted and never exposed.
Integration Security
All integrations are:
- ✅ Cryptographically signed: RSA-SHA256 signatures
- ✅ Integrity verified: SHA-256 artifact hashes
- ✅ Security audited: No forbidden APIs
- ✅ Test verified: >80% coverage required
- ✅ Sandboxed: Isolated execution
Learn More →
Request New Integrations
Want an integration we don't support?
Options:
- Community Request: Submit via forum
- Contribute: Build it yourself (partially open source)
- Enterprise: Custom integrations for Branded plans
Contributing Guide →
Troubleshooting
Integration not working?
Checklist:
- ✅ API key is correct
- ✅ API key has required permissions
- ✅ Service is not rate-limited
- ✅ Integration is enabled in dashboard
- ✅ Webhook URLs are configured
Rate limits exceeded?
Most services have rate limits:
- Check service documentation
- Upgrade your service plan
- Implement request caching
- Contact service support
Need help?
Updated: January 2025