--publish-now or --scheduled-at; neither saves a draft.1akarso posts create
| Option | Default | Description |
--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). |
| Option | Default | Description |
--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 |
1akarso posts create --text "Hello!" --platforms x --publish-now
1akarso posts create --text "Later" --platforms x,linkedin --scheduled-at 2h
1akarso posts create --text "Pics" --platforms instagram --media ./photo.jpg,https://example.com/clip.mp4 --publish-now