Skip to main content
The aeo CLI is designed for both humans and coding agents. It returns Markdown or structured text that LLMs can read without scraping dashboard UI.

Default external-agent loop

Read context
  -> gather measurement and source evidence
  -> draft locally
  -> import draft
  -> review
  -> update
  -> preview or deploy after approval
That means the usual writing path is:
aeo agent context
aeo visibility show
aeo strategy show
aeo content import --title "..." --body-file ./draft.md
aeo content review <content_id>
Use aeo content generate only when the user explicitly asks Aeolo to generate content server-side.

Command families

FamilyPurpose
auth, whoami, billingCredentials and account state.
domain, agent, strategy, configBrand setup and context.
visibility, audit, metricsMeasurement and diagnostics.
contentArticle lifecycle.
channel, postPublishing channels and social posts.
reference, video, image, productReference analysis and media workflows.
driveRead connected Google Drive source files.

Output formats

Most commands default to readable Markdown. Where supported, pass JSON flags if the command exposes them. MCP responses wrap the same command output in tool call content.