Aegis Orchestrator
Reference

CLI Capability Matrix

Current CLI command coverage and API-only surfaces in the AEGIS orchestrator.

CLI Capability Matrix

This page reflects the currently implemented aegis command surface.

Implemented Top-Level Commands

CommandSubcommands / Shape
aegis daemonstart, stop, status, install, uninstall
aegis agentdeploy, list, show, remove, logs, generate --input ...
aegis taskexecute, status, logs, cancel, remove, list
aegis workflowvalidate, deploy, run, list, describe, logs, delete, generate --input ...
aegis configshow, validate, generate
stack lifecycleinit, up, down, restart, update, uninstall

API-Only (No Dedicated CLI Subcommand Yet)

CapabilityAPI Path
Workflow execution statusGET /v1/workflows/executions/{execution_id}
Human-state signalPOST /v1/workflows/executions/{execution_id}/signal
Stimulus ingestionPOST /v1/stimuli, POST /v1/webhooks/{source}
Swarm-specific lifecycle operationsUse execution/event APIs and orchestration services
Volume-specific listing/deletion operationsUse storage/volume management APIs

On this page