Documentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
About connectors
Connectors are OAuth integrations that let your Base44 app securely access external tools without managing API keys. There are two types:- Shared connectors: You connect your own account and everyone who uses your app shares it. For example, a single Gmail account that sends notifications to all your users.
- App user connectors: Each person who uses your app connects their own account. For example, each user connects their own Google Calendar to see their own events.
You need a Builder plan or higher to use connectors.
Shared connectors
Shared connectors use one account for everyone in your app. You connect your own account once and all actions in your app run through it. This is the right choice when your app needs to send notifications, sync data, or post updates on your behalf. Common examples:- A project management app that posts a Slack message to your team’s channel when a task is completed.
- An internal dashboard that emails a weekly report to stakeholders using your Gmail account.
App user connectors
App user connectors let each person who uses your app connect their own account. Each user authenticates independently, so your app can access their personal data without sharing it with others. This is the right choice when each person needs to work with their own data privately. Common examples:- A scheduling app where each user connects their own Google Calendar to manage their own availability.
- A CRM where each sales rep connects their own Gmail to send emails from their own inbox.
Adding a connector
You can connect a tool to your app from the AI chat, from the homepage when creating an app, or by browsing available connectors in your app’s dashboard. Describe what you want the app to do and Base44 suggests prompts based on your app’s structure, pages, and data to help you get started faster. To browse all available connectors, example prompts, and permissions, go to your app’s dashboard and click Integrations → Browse. When you add a connector, the AI chat asks whether you want to set it up as a shared connector or an app user connector so it can configure it the right way for your use case. See adding a shared connector or adding an app user connector for the full steps.How connectors work in your app
Once you connect a tool, you can reuse it across pages, flows, and backend functions. In the AI chat, ask Base44 to build pages, tables, dashboards, or automations that read from or write to the connector. When you include a connector in a flow, Base44 creates a backend function in Dashboard → Code → Functions. Open that function to review the generated code. You can edit it yourself or prompt the AI chat to update it. For example:
Managing connectors
From Integrations in your app’s dashboard, you can view and manage your app’s connectors, review what each can access, and switch or disconnect the connected account per tool as needed. See managing shared connectors or managing app user connectors for the full steps.
FAQs
What is the difference between shared connectors and app user connectors?
What is the difference between shared connectors and app user connectors?
Can I connect multiple tools to my app?
Can I connect multiple tools to my app?
Yes. You can connect multiple tools to the same app.
What is the difference between connectors and integrations?
What is the difference between connectors and integrations?
- Connectors are managed, OAuth-based connections to popular tools that you can set up from the AI chat without handling API keys. They are designed for quick, no-code connections to external tools.
- Integrations include custom integrations, where you configure API keys and credentials yourself. Use integrations when you need fine-grained control over a specific API or a tool that does not yet have a connector.

