base44 agents pull
Pull AI agent configurations from Base44 to local files. Agents are conversational AI assistants that can interact with users, access your app’s entities, and call backend functions.Syntax
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Fetches all agents from Base44
- Writes agent files to the
base44/agents/directory - Deletes local agent files that don’t exist remotely
- Reports written and deleted agents
Prerequisites
- Must be run from a Base44 project directory
- Project must be linked to a Base44 app
Output
Agent Synchronization
The pull operation synchronizes remote agents to your local files:- Written: Agent files created or updated from remote
- Deleted: Local agent files removed (didn’t exist remotely)
Use Cases
- Sync agent configurations to a new development machine
- Get the latest agent configurations from your team
- Restore local agent files after accidental deletion
- Start working on an existing project with agents
Notes
- This command syncs agent configurations, not conversation data
- Agent files are stored as
.jsoncin thebase44/agents/directory - The directory location is configurable via
agentsDirinconfig.jsonc - Use
base44 agents pushto upload local changes to Base44

