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
Sync behavior
| Local state | Remote state | Result |
|---|
| Agent exists | Agent exists | Remote agent configuration is replaced. |
| Agent exists | Agent doesn’t exist | New agent is created in Base44. |
| Agent doesn’t exist | Agent exists | Remote agent is deleted. |
See also