Connect your AI assistant
The server is available at:Choose a workspace
During the OAuth consent step, you choose which workspace the connection targets. Previously every connection defaulted to your personal workspace. Now you can point an assistant at a team’s shared workspace instead. Every action the assistant takes, including creating, listing, and editing projects, runs in the workspace you pick, and the connection cannot reach any other workspace. The workspace is fixed for the life of the connection. To target a different workspace, connect again and select it during consent.What your assistant can do in a workspace
Your assistant acts as you, so it inherits your role in the selected workspace. What it can do follows the same rules that apply to you in the Base44 editor.- Creating projects: You need create permission in the workspace. In a shared workspace, a Viewer or Guest cannot create projects.
- Editing projects: You need write access to the project. A read-only Viewer cannot make changes, even to a project they can open.
- Reading projects: Listing projects, reading entity schemas, and querying records follow the same read access you already have.
SSO-enforced workspaces
Base44 re-checks your workspace membership on every request and every token refresh, so a connection only keeps working while your access does. If the selected workspace enforces SSO, that check is stricter. Removing you from the workspace ends the connection right away, and rotating the workspace’s SSO configuration ends it until you connect again.Available tools
The server exposes the following tools to your AI assistant.Internal tools
Internal tools
Two additional tools are used internally by specific MCP clients to poll build progress. They are not intended to be called directly.
Example prompts
Once connected, you can ask your AI assistant things like:- “Create a Base44 project for tracking job applications with status, company name, and interview notes.”
- “Edit my CRM project to add a follow-up date field to the Contacts entity.”
- “List all my Base44 projects.”
- “Add 10 sample products to my inventory project so I can test the UI.”
- “Query the first 10 orders from my e-commerce project that have status pending.”
create_base44_app and edit_base44_app, the build runs in the background and you get a link to the Base44 editor when it’s ready.
See also
- Docs MCP server: Let AI assistants search Base44 documentation directly
- Skills: Reusable instructions that teach AI coding agents how to perform Base44-specific tasks
- Entities: Learn about the data model that
list_entity_schemasandquery_entitiesoperate on