Data & integrations
Connectors
Wire real services — Stripe, email, auth, AI — into your builds.
Connectors let your built apps use real services. Add a service’s API keys once in Settings → Connectors; Codify stores secret keys encrypted and injects them where they’re needed.
The catalog
50+ services across payments (Stripe, LemonSqueezy, Paddle), email (Resend, SendGrid), auth (Clerk, Auth0), data (Supabase), AI (OpenAI, Replicate, ElevenLabs), and more.
How secrets are handled
- Secret keys are encrypted at rest and never shown again after saving
- On deploy, secrets land as server-side environment variables on your live app — they never appear in client code or the browser
- Public keys (like Stripe’s publishable key) are exposed to the client only where the service requires it
Payments example
Build “a course site where people buy access” → the full-stack pipeline wires Stripe Checkout server-side. Deploy, connect your Stripe keys, and the buy button charges real cards. Without keys connected the app still runs, showing a clear “connect Stripe” state instead of a broken button.
