ap projects
Agenda Panda uses projects as the CLI term for workspaces. Each project stores its own brand inputs, connections, and schedule.
ap projects list
Section titled “ap projects list”ap projects listap projects list --jsonList the workspaces you can access.
ap projects use
Section titled “ap projects use”ap projects use <id>Set the default workspace for future commands in the current environment.
ap projects get
Section titled “ap projects get”ap projects getap projects get --project <id> --jsonShow the current project details, including website, timezone, role, and whether soul.md and art.md are set.
ap projects update
Section titled “ap projects update”ap projects update --name "Agenda Panda"ap projects update --timezone America/Santiagoap projects update --soul-file soul.md --art-file art.mdap projects update --clear-artSupported update fields include:
--name--website--industry--target-audience--brand-voice--timezone--soul-file--art-file--clear-soul--clear-art
Best practice
Section titled “Best practice”Use ap projects use for local interactive work. In CI or multi-agent workflows, prefer passing --project <id> explicitly on each command.