Skip to main content

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.

Download connector configurations from Base44 to local .jsonc files. The command fetches all connectors and saves them to your connectors directory, one file per connector. By default the connectors directory is base44/connectors/, but you can customize the path in your project configuration.
This is a full sync. Local connectors not present remotely will be deleted. See the Sync behavior table below for details.

Usage

base44 connectors pull

Sync behavior

Remote stateLocal stateResult
Connector existsConnector existsLocal file is replaced with remote.
Connector existsConnector doesn’t existLocal file is created.
Connector doesn’t existConnector existsLocal file is deleted.

See also