Introduction
What is Agenda Panda?
Section titled “What is Agenda Panda?”Agenda Panda is a CLI-first social scheduling product built for technical teams. You can schedule one post from the terminal, manage a reviewable calendar.json, generate brand-aligned media, and automate publishing across X, LinkedIn, Instagram, Facebook, Threads, Bluesky, and TikTok.
Who is it for?
Section titled “Who is it for?”- Developers who want social publishing to fit into an existing terminal and git workflow
- DevRel and marketing teams who want launch calendars reviewed before they go live
- Technical founders and operators who want one tool for posting, calendar sync, and automation
- AI-agent users who want a product their agent can actually operate end to end
Key Features
Section titled “Key Features”- CLI-first: post, schedule, pull, sync, and update content from the terminal
- Calendar as code: store your schedule as JSON, review diffs in PRs, and sync safely
- Agent-ready onboarding: use
SKILL.md, device auth, and explicit JSON output for automation - Built-in AI media workflows: generate or edit hosted assets, then reuse them in posts or calendars
- Web dashboard review: open the calendar before applying changes so final approval stays visual
Typical workflows
Section titled “Typical workflows”- One-off post:
ap post "..." --connection x - Reviewable campaign:
ap context --json, createcalendar.json, thenap calendar sync --dry-run - Existing schedule update:
ap calendar pull --file calendar.json, edit it, and sync it back - Media-first launch post:
ap media generate ..., then attach the returned asset withap post --media-id
Next Steps
Section titled “Next Steps”- Get Started for the default onboarding path
- Quick Start for the detailed first-run walkthrough
- CLI Overview for the command map