> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aeolo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Command reference

> Current canonical CLI commands and their intended use.

## Account and auth

| Command                    | Use                                       |
| -------------------------- | ----------------------------------------- |
| `aeo auth login`           | Browser OAuth and local credential setup. |
| `aeo auth status`          | Show stored credential state.             |
| `aeo auth logout`          | Remove stored credentials.                |
| `aeo whoami`               | Show authenticated account.               |
| `aeo billing subscription` | Show plan and subscription state.         |
| `aeo billing credits`      | Show available credits.                   |
| `aeo billing ledger`       | Show recent credit entries.               |

## Domain and agent context

| Command                   | Use                                                  |
| ------------------------- | ---------------------------------------------------- |
| `aeo domain list`         | List domains the account can access.                 |
| `aeo domain switch <id>`  | Save active domain locally.                          |
| `aeo domain setup`        | Show setup checklist.                                |
| `aeo domain audit`        | Show latest site audit summary.                      |
| `aeo domain channels`     | List connected channels.                             |
| `aeo domain brand update` | Update brand context fields.                         |
| `aeo agent context`       | Read the canonical dashboard-aligned context bundle. |

## Strategy, prompts, and sources

| Command                                 | Use                                                                                                     |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `aeo strategy show`                     | Read 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 list`                      | List visibility prompts.                                                                                |
| `aeo prompts add`                       | Add 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-sources`               | Show configured source policy.                                                                          |
| `aeo config data-sources update`        | Update source policy text.                                                                              |

## Measurement

| Command                             | Use                                                    |
| ----------------------------------- | ------------------------------------------------------ |
| `aeo visibility show`               | Show the latest visibility snapshot.                   |
| `aeo visibility check run`          | Start a new visibility check.                          |
| `aeo visibility check poll <jobId>` | Poll visibility check status.                          |
| `aeo audit run`                     | Start a site audit.                                    |
| `aeo audit poll <jobId>`            | Poll audit job status.                                 |
| `aeo metrics overview`              | Show article and site performance summary.             |
| `aeo metrics article <id>`          | Show per-article analytics.                            |
| `aeo metrics traffic --days 30`     | Show site traffic by query, page, country, and device. |

## Content lifecycle

| Command                     | Use                                   |
| --------------------------- | ------------------------------------- |
| `aeo content list`          | List content items.                   |
| `aeo content get <id>`      | Read full content.                    |
| `aeo content import`        | Import 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 jobs`          | List generation jobs.                 |
| `aeo content generate`      | Start server-side article generation. |

## Channels and posts

| Command                        | Use                                                        |
| ------------------------------ | ---------------------------------------------------------- |
| `aeo channel list`             | List connected publishing channels.                        |
| `aeo channel add`              | Add 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 list`                | List posts.                                                |
| `aeo post get <id>`            | Read a post.                                               |
| `aeo post import`              | Import 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

| Command                                            | Use                                                                    |
| -------------------------------------------------- | ---------------------------------------------------------------------- |
| `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 list`               | List products.                                                         |
| `aeo product add`                                  | Add a product.                                                         |
| `aeo image search`                                 | Search image references.                                               |
| `aeo image swap`                                   | Generate or swap an image and persist it unless `--no-persist` is set. |
| `aeo image upload --file <path>`                   | Upload a local image.                                                  |
| `aeo drive list`                                   | List connected Drive files.                                            |
| `aeo drive read <fileId>`                          | Read a Drive file.                                                     |
| `aeo drive download <fileId>`                      | Download a Drive file locally.                                         |

## Risk labels

| Risk               | CLI examples                                                                                                                                  |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Read               | `agent context`, `content list`, `content get`, `visibility show`, `metrics overview`                                                         |
| Write              | `content import`, `content update`, `post import`, `strategy update`, `domain brand update`                                                   |
| Paid job           | `content generate`, `visibility check run`, `audit run`, `reference analyze`, `post analyze`, `image swap`, `video analyze`, `video generate` |
| Public preview URL | `content preview`, `post preview`                                                                                                             |
| External publish   | `content deploy`, `content redeploy`, `post publish`                                                                                          |
| Removal            | `channel 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.
