Skip to main content
Upload local AI agent configurations to Base44. The command reads all .json and .jsonc files in your base44/agents/ directory and pushes them to Base44.
This is a full sync. Remote agents not present locally will be deleted. See the Sync behavior table below for details.

Usage

base44 agents push

Sync behavior

Local stateRemote stateResult
Agent existsAgent existsRemote agent configuration is replaced.
Agent existsAgent doesn’t existNew agent is created in Base44.
Agent doesn’t existAgent existsRemote agent is deleted.

See also