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
Sync behavior
| Remote state | Local state | Result |
|---|
| Agent exists | Agent exists | Local file is replaced with remote. |
| Agent exists | Agent doesn’t exist | Local file is created. |
| Agent doesn’t exist | Agent exists | Local file is deleted. |
See also