The aether CLI provides terminal access to all features.
aether serve [--reload] # Start the API serveraether discover # Run full entity discovery
aether discover --domain light # Discover specific domain
aether discover --force # Force re-discovery
aether entities # List all entities
aether entities --domain sensor # Filter by domainaether devices # List discovered devices
aether areas # List discovered areasaether chat # Interactive chat session
aether chat --continue <id> # Continue existing conversationaether proposals list # List proposals
aether proposals show <id> # Show proposal details
aether proposals approve <id> # Approve a proposal
aether proposals reject <id> # Reject a proposal
aether proposals deploy <id> # Deploy approved proposal to HA
aether proposals rollback <id> # Rollback deployed proposalaether analyze energy --days 7 # Run energy analysis
aether analyze behavior # Run behavioral analysis
aether analyze health # Run health analysis
aether optimize behavior # Run optimization analysisaether insights # List generated insights
aether insight <id> # Show insight detailsaether automations # List HA automations
aether scripts # List HA scripts
aether scenes # List HA scenes
aether services # List known services
aether seed-services # Seed common services into DBaether evaluate # Evaluate recent agent traces
aether evaluate --traces 50 # Evaluate last 50 traces
aether evaluate --hours 48 # Evaluate traces from last 48 hoursaether status # Show system status
aether version # Show version info
aether ha-gaps # Show MCP capability gaps- API Reference — REST API endpoints
- Development — Makefile targets for testing and quality