AgentKit
DocsKitsCLI ReferenceDesktop App
BetaYou are reading docs for the beta channel (2.13.0-beta.20). Features may change before the next stable release.Switch to stable →

ak content

ak content

Choose between immediate publishing, persistent queue operations, and the foreground content scheduler.

Use ak content as the namespace for publishing and scheduled delivery. Calling the namespace by itself prints help; it does not read the queue, contact a channel, or write local state.

Usage

ak content

The command accepts no documented positional arguments and has no aliases.

Commands

CommandOutcome
ak content publishValidate and publish now, preview, or enqueue with --at.
ak content queue listInspect every retained queue entry.
ak content queue cancel <id>Remove one queue entry.
ak content queue run-pendingAttempt all due pending entries once.
ak content schedule daemonRun the scheduler in the foreground.

The available channel adapter is discord. Immediate and scheduled delivery use a Discord incoming-webhook URL; they do not use an AgentKit login or entitlement.

Shared flags default to false and are described in CLI conventions. Put output flags on the leaf command in scripts, for example ak content queue list --json.

Output and exit status

The bare namespace writes Cobra help to stdout and exits 0. A flag-parse error is plain text and exits 2. Output, network, and mutation contracts are owned by each leaf command; there is no family-wide JSON result.