Skip to content

ap post

Terminal window
ap post [content] [options]
OptionDescription
--media <path>Attach an image or video
--connection <id>Target a specific connection
--schedule <iso>Schedule for a future time (ISO 8601)
--nowPublish immediately (default)
--dry-runPreview without publishing
--jsonOutput JSON result
Terminal window
# Post immediately
ap post "Just shipped v2.0!"
# Post with an image
ap post "Check out our new feature" --media screenshot.png
# Schedule for later
ap post "Coming soon" --schedule 2026-03-15T14:00:00Z
# Pipe content from stdin
echo "Hello world" | ap post