Skip to main content

Account and auth

CommandUse
aeo auth loginBrowser OAuth and local credential setup.
aeo auth statusShow stored credential state.
aeo auth logoutRemove stored credentials.
aeo whoamiShow authenticated account.
aeo billing subscriptionShow plan and subscription state.
aeo billing creditsShow available credits.
aeo billing ledgerShow recent credit entries.

Domain and agent context

CommandUse
aeo domain listList domains the account can access.
aeo domain switch <id>Save active domain locally.
aeo domain setupShow setup checklist.
aeo domain auditShow latest site audit summary.
aeo domain channelsList connected channels.
aeo domain brand updateUpdate brand context fields.
aeo agent contextRead the canonical dashboard-aligned context bundle.

Strategy, prompts, and sources

CommandUse
aeo strategy showRead content strategy manifest and schedule context.
aeo strategy update --manifest <text>Replace or update the reviewed strategy manifest. Use --manifest "$(cat ./strategy.json)" for a file.
aeo prompts listList visibility prompts.
aeo prompts addAdd a manual tracked prompt.
aeo prompts update <id>Update prompt text, stage, status, or tags.
aeo prompts delete <id>Soft-delete a prompt.
aeo config data-sourcesShow configured source policy.
aeo config data-sources updateUpdate source policy text.

Measurement

CommandUse
aeo visibility showShow the latest visibility snapshot.
aeo visibility check runStart a new visibility check.
aeo visibility check poll <jobId>Poll visibility check status.
aeo audit runStart a site audit.
aeo audit poll <jobId>Poll audit job status.
aeo metrics overviewShow article and site performance summary.
aeo metrics article <id>Show per-article analytics.
aeo metrics traffic --days 30Show site traffic by query, page, country, and device.

Content lifecycle

CommandUse
aeo content listList content items.
aeo content get <id>Read full content.
aeo content importImport an externally written draft.
aeo content review <id>Run review guidance against a draft.
aeo content update <id>Patch metadata or body.
aeo content preview <id>Generate a preview link.
aeo content deploy <id>Publish to the connected channel.
aeo content redeploy <id>Update an already deployed article.
aeo content jobsList generation jobs.
aeo content generateStart server-side article generation.

Channels and posts

CommandUse
aeo channel listList connected publishing channels.
aeo channel addAdd a channel URL.
aeo channel update <id>Update channel metadata.
aeo channel delete <id>Delete a non-primary channel.
aeo channel connect <id>Start OAuth connection for supported platforms.
aeo channel disconnect <id>Disconnect OAuth integration.
aeo post analyze --url <url>Analyze a social/reference URL.
aeo post listList posts.
aeo post get <id>Read a post.
aeo post importImport an externally written social post.
aeo post preview <id>Generate preview if supported.
aeo post delete <id>Delete or soft-delete a post depending on backend support.
aeo post approve <id>Approve a post.
aeo post publish <id>Publish to the connected social channel.

Reference, media, and Drive

CommandUse
aeo reference analyze --url <url> --media <type>Start reference analysis.
aeo reference style --url <url>Read reusable style brief for a URL.
aeo reference poll <jobId>Poll reference analysis job.
aeo video analyze --url <url>Analyze a short-form video URL.
aeo video generate --prompt <text>Generate short-form video.
aeo video poll <jobId...>Poll video jobs.
aeo products or aeo product listList products.
aeo product addAdd a product.
aeo image searchSearch image references.
aeo image swapGenerate or swap an image and persist it unless --no-persist is set.
aeo image upload --file <path>Upload a local image.
aeo drive listList connected Drive files.
aeo drive read <fileId>Read a Drive file.
aeo drive download <fileId>Download a Drive file locally.

Risk labels

RiskCLI examples
Readagent context, content list, content get, visibility show, metrics overview
Writecontent import, content update, post import, strategy update, domain brand update
Paid jobcontent generate, visibility check run, audit run, reference analyze, post analyze, image swap, video analyze, video generate
Public preview URLcontent preview, post preview
External publishcontent deploy, content redeploy, post publish
Removalchannel delete, post delete
Ask before running paid jobs, creating public preview URLs, publishing, or deleting. Read-only commands can still expose private business data, so keep their output inside the approved task context.