Skip to main content

Not authenticated

not authenticated. Run: aeo auth login
Fix:
aeo auth login
For automation, set:
export AEOLO_API_KEY=atok_...

Domain required

Fix by passing a domain or selecting one:
aeo domain list
aeo domain switch <domain_id>
or:
export AEOLO_DOMAIN_ID=<domain_id>

MCP bad accept header

If the MCP endpoint rejects the request, include:
Accept: application/json, text/event-stream

Local file through MCP

MCP clients cannot pass local filesystem paths to the server. Use inline content or a URL.