Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

akarso posts create

Create, schedule, or publish a post. Use --publish-now or --scheduled-at; neither saves a draft.

Usage

akarso posts create

Options

OptionDefaultDescription
--text <content>-Post text content, applied to every platform
--platforms <list>-Comma-separated platforms to publish to (facebook, instagram, linkedin, x, twitter, tiktok, youtube, threads, reddit, pinterest, bluesky, googlebusiness, mastodon, discord, slack)
--publish-now-Publish immediately
--scheduled-at [iso]-Schedule time: ISO date, 30m, 2h, 3d, or 1w
--title [title]-Internal post title, shown in the dashboard (defaults to the text)
--media [items]-Comma-separated media items: local file paths or https URLs. Both are uploaded and attached to every platform (local paths are not available on the hosted MCP server, use URLs there).

Global Options

OptionDefaultDescription
--api-key [key]-API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json)
--api-url [url]-Server URL (overrides AKARSO_API_URL env, defaults to akarso.co)
--json-Output raw JSON instead of YAML
-h, --help-Display this message
-v, --version-Display version number

Examples

akarso posts create --text "Hello!" --platforms x --publish-now
akarso posts create --text "Later" --platforms x,linkedin --scheduled-at 2h
akarso posts create --text "Pics" --platforms instagram --media ./photo.jpg,https://example.com/clip.mp4 --publish-now