Skip to content

ap connections

Agenda Panda lets you connect one platform at a time, connect multiple platforms in one browser session, or hand off an OAuth URL to a human from a remote shell.

Terminal window
ap connections list
ap connections list --all
ap connections list --json

list shows the social accounts available to the active project. --all shows every connection the authenticated account can access, not just the active workspace.

Use this to connect one platform:

Terminal window
ap connections add x
ap connections add linkedin
ap connections add tiktok
ap connections add x --no-open --json
ap connections add bluesky --handle user.bsky.social --password xxxx-xxxx
  • --no-open prints the auth URL instead of launching a browser
  • --json is useful for agent handoff because it returns the raw auth_url
  • Bluesky supports direct headless connection with --handle and --password

Start OAuth for multiple platforms in one flow:

Terminal window
ap connections add-all --open
ap connections add-all --json

This is useful when you want to provision several platforms during onboarding.

Terminal window
ap connections health
ap connections health --watch
ap connections health --all --json

Use health checks to verify tokens, account access, and platform status.

Set or clear a default connection for interactive work:

Terminal window
ap connections use x
ap connections use linkedin
ap connections clear

You can pass either a platform alias or a connection ID.

PlatformNames / Aliases
X (Twitter)twitter, x
LinkedInlinkedin
Facebookfacebook, fb
Instagraminstagram, ig
Threadsthreads
Blueskybluesky, bsky
TikToktiktok, tt