Getting started with integrations
Integrations connect your Base44 app with external tools and services to share data, send notifications, pull from APIs, and automate workflows.You need a Builder Plan or higher to use integrations.
- Send welcome emails to new users
- Sync your CRM with a company database
- Alert your team when someone submits a form
- Generate content with AI
- Pull or update data from external services
Think problem-first, not tool-first. Start with your goal, then choose the right service.
Understanding API keys
Many integrations need a secure way to connect your app with another service. This is done using an API key, which acts like a private password between your app and the service. To get your API key:- Log into the external service (e.g. OpenAI, Resend, Notion).
- Go to their Developer / API page.
- Click Create API Key or Generate Token and copy it.
- Paste the key into Base44 when prompted, or save it in Dashboard → Secrets.
Never share your API key. Treat it like a password.
Choosing an integration for your app
You can add integrations in two ways: with your very first prompt during app creation using a catalog integration, or later while building with an instant integration.Catalog integrations
Discover integrations that connect apps to APIs, services, and tools. If you know which integration you want to build your app with, choose it directly from the Integrations Catalog. To add a catalog integration:- Log into Base44.
- Go to the Integrations Catalog in your dashboard.
- Search for and open the integration you want.
- Review the integration details to see what it provides.
- Generate an API key from the service’s Developer / API page and paste it into Base44 when prompted.
- Enter your first prompt to start building your app.

Instant integrations
Already building an app? You can add an integration anytime by describing what you want in the AI chat, even if it’s not in the catalog. When prompting for an instant integration, Base44 will:- Guide you step by step.
- Ask for your API key.
- Build both the backend and frontend logic.
- Wire everything together automatically.
Instant integrations require Backend Functions, since they use secure server-side logic. Enable them in your app’s Dashboard → App Settings → Enable Backend Functions before adding your integration.
Testing your integration
Before going live, run a quick test to confirm everything works:- Use sandbox or test mode (e.g. Stripe test keys).
- Try real user flows and edge cases.
- Check that inputs and outputs match what you expect.
- Monitor integration credit usage.
- Preview your app to catch slow loading, failed API calls, or unhandled errors or missing data.
Testing early prevents surprises once your app is live.
FAQs
Click on a question below to learn more about using integrations.Why do I need to provide an API key?
Why do I need to provide an API key?
For security. Services like OpenAI, Notion, or Stripe require you to provide a key to prove account ownership. Base44 can set up the logic, but only you can connect your accounts.
Why isn’t my integration working?
Why isn’t my integration working?
If you run into issues, check the following:
- Your API key is correct and saved in Secrets.
- Backend Functions are enabled (for Instant integrations).
- You have enough active credits in the external service.
- You’re using live credentials, not test ones.
- Your API request includes the correct endpoint, payload, and parameters.
- You haven’t hit the service’s rate limits.
How do I check integration credit usage?
How do I check integration credit usage?
To check your balance:
- Click your profile icon at the top right of your workspace.
- Select Settings.
- Click Workspace to view used and remaining credits for the current billing cycle.
How do I regenerate or update my API key?
How do I regenerate or update my API key?
There are two types of API keys you may need to regenerate or update:
- Third-party service keys: Regenerate your key in that service’s developer portal (e.g. OpenAI, Resend, Notion), then update it in Dashboard → Secrets.
- Your Base44 account API key:
- Click your profile icon at the top right of your workspace.
- Select Settings.
- Click Account.
- Click **Regenerate **next to API Key.
Once regenerated, your Base44 API key updates across all of your Base44 apps automatically. If you’ve added your Base44 key in another service, make sure to update it there as well.

What happens if I downgrade my plan?
What happens if I downgrade my plan?
The integrations remain in your app, but they won’t work until you upgrade again to a Builder Plan or higher.
What if the integration I need isn’t in the catalog?
What if the integration I need isn’t in the catalog?
If a service you need isn’t in the catalog, you can still connect it using our External API feature through Backend Functions. This lets you connect your app to any third-party service that provides an API, even if it’s not officially supported in our catalog.
Looking for native support? Submit or upvote it on our Feedback board.
Can I create my own integration?
Can I create my own integration?
Yes. You can create custom integrations, reuse them across multiple apps, and share them with teammates in your workspace.If you set your integration to Public and it’s approved, it will appear in the catalog for all users, and you’ll earn 250 credits. Learn more about creating integrations.
Still need help? Join our Discord for real-time support from the Base44 community, or contact support.