- Skills: Saved instructions the agent reads while it builds. It includes things like your platform conventions and best practices.
- MCP server: An external tool the agent can call while it builds, like a design tool or a data source.
Skills
A skill activates when Base44’s agent recognizes it as relevant to the current build, based on its description. A skill belongs to a workspace, so it applies to every app anyone builds there, no matter which account created it. You have two ways to shape that:- Write the description as a trigger, not a title. For example, “Use when building any form, table, or data-entry screen” works, but “Form and table conventions” does not.
- Name the skill yourself in the app’s custom instructions. The custom instructions are injected into every interaction with the agent, so this is where you can say “apply the form-conventions skill” on your builders’ behalf. Custom instructions are set per app rather than per workspace, so your integration has to set them in the Create app call for each app.
Workspace skills
Write and manage workspace skills
Custom instructions
The one setting that is per app
MCP servers
For a white-label integration, the MCP servers you connect usually reach your platform’s own tools, APIs, or data sources, so Base44’s agent can build against your real data model. When building an app, the agent can call the MCP servers connected on the account of the builder running that build. That connection lives on the account, not the workspace, so it follows that account into every app and workspace it can access, not just the one where you set it up. Every build runs as the same account, so connect your servers once to that account and every build can use them.MCP connections
Add and manage MCP connections
See also
- Setup checklist: Everything you need to do to get an integration running
- Design system: What every app your builders build looks like
- The build turn: The six calls your product wraps to create, watch, and ship an app
- Tenancy and credentials: The account that owns your builders’ apps, and the key that creates them