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 AI agent configurations from Base44 to local JSONC files. The command saves all agents to your agents directory, one file per agent. By default the agents directory is base44/agents/, but you can customize the path in your project configuration.
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