<!-- https://cutedyno.com/docs/mcp/tools/create_post -->

# Create a post

MCP tool `create_post`, calling `POST /v1/posts`.

Creates a post. Omit publishNow and scheduledAt to save a draft, set scheduledAt to schedule, or set publishNow to publish right away.

Read only: no.

## Parameters

- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
- `content` (string) — Post text or caption.
- `media` (object[]) — Images or a video. Upload with upload_media first.
- `accountIds` (string[]) — Account `id` values from list_accounts.
- `scheduledAt` (string) — ISO 8601 datetime to publish at, for example 2026-08-01T12:00:00Z.
- `publishNow` (boolean) — Publish immediately. Omit together with scheduledAt to save a draft.
- `platforms` (object) — Per-platform options keyed by platform name.