Skip to main content
A domain is the operating unit for Aeolo. It owns the brand context, content strategy, connected channels, measurement history, Drive connection, and generated content.

Canonical context layers

aeo agent context returns the practical context bundle that agents should read before acting.
LayerPurpose
Brand factsStructured profile: name, category, audience, value proposition, products.
Brand memoHuman-editable durable notes.
Content strategyThe reviewed strategy manifest used for article planning.
Data sourcesResearch source policy and connected source state.
Measurement stateVisibility, audit, and traffic summaries.
Chat memoryDurable notes captured through the agent experience when relevant.
Reference style evidence is not a universal system prompt by default. It is task-specific evidence that writing or media tools should load when the user chooses or when the task asks for it.

Read commands

aeo domain list
aeo domain setup
aeo domain audit
aeo domain channels
aeo agent context
aeo strategy show
aeo config data-sources

Update commands

aeo domain brand update --brand-context "$(cat ./brand.md)"
aeo strategy update --manifest "$(cat ./strategy.json)"
The current CLI expects raw string flag values. There is no --brand-context-file or --manifest-file support. Use updates sparingly. If the user says “remember this”, decide whether it belongs in brand memo, strategy, data source policy, or chat memory before writing.