← Back to all apps

Base44

Developer toolsby Base44
Launched Feb 23, 2026 on ChatGPTLaunched Mar 7, 2026 on Claude

Create, edit, and manage Base44 apps directly from Claude. Describe what you want to build and Base44 will generate a full-stack project for you — with data models, backend logic, and a working UI. Query your app's data, update entity schemas, and iterate on existing projects without ever leaving Claude. Make Base44 a native part of your AI workflow — an AI-powered app builder that turns ideas into production-ready apps, faster.

5ChatGPT Tools
5Claude Tools
Base44 Developer
Developer toolsCategory

Use Cases

code

Available Tools

Create Base44 App

create_base44_app
Full Description

Create a new application using Base44's AI-powered builder.

Parameters (1 required)
Required
appPromptstring

Context from the conversation about what the user wants to build (e.g., business type, app purpose, key features)

Edit Base44 App

edit_base44_app
Full Description

Edit an existing Base44 app.

Parameters (2 required)
Required
appIdstring

The ID of the existing app to edit (from previous tool response)

editPromptstring

Context from the conversation about what changes the user wants to make

Get App Preview URL (Internal API)

get_app_preview_url
Full Description

Get the live preview URL for a Base44 app.

Parameters (1 required)
Required
appIdstring

The Base44 app ID to get preview URL for

Get App Status (Internal API)

get_app_status
Full Description

Check the build status of a Base44 app. Returns: ready, processing, or error.

Parameters (1 required)
Required
appIdstring

The Base44 app ID to check status for

List user's Base44 apps

list_user_apps
Full Description

List all apps owned by the authenticated user. Always returns both app names and their IDs. Optionally filter by name.

Parameters (0 required, 2 optional)
Optional
limitinteger

Maximum number of apps to return (1-100, default 50).

Default: 50
namestring

Optional: filter apps by name (case-insensitive substring match). Omit to list all apps.

Default: null