Skip to content

ap projects

Agenda Panda uses projects as the CLI term for workspaces. Each project stores its own brand inputs, connections, and schedule.

Terminal window
ap projects list
ap projects list --json

List the workspaces you can access.

Terminal window
ap projects use <id>

Set the default workspace for future commands in the current environment.

Terminal window
ap projects get
ap projects get --project <id> --json

Show the current project details, including website, timezone, role, and whether soul.md and art.md are set.

Terminal window
ap projects update --name "Agenda Panda"
ap projects update --timezone America/Santiago
ap projects update --soul-file soul.md --art-file art.md
ap projects update --clear-art

Supported update fields include:

  • --name
  • --website
  • --industry
  • --target-audience
  • --brand-voice
  • --timezone
  • --soul-file
  • --art-file
  • --clear-soul
  • --clear-art

Use ap projects use for local interactive work. In CI or multi-agent workflows, prefer passing --project <id> explicitly on each command.