Skip to main content
Download AI agent configurations from Base44 to local JSONC files. The command saves all agents to the base44/agents/ directory, one file per agent.
This is a full sync. Local agents not present remotely will be deleted. See the Sync behavior table below for details.

Usage

base44 agents pull

Sync behavior

Remote stateLocal stateResult
Agent existsAgent existsLocal file is replaced with remote.
Agent existsAgent doesn’t existLocal file is created.
Agent doesn’t existAgent existsLocal file is deleted.

See also