The AKIOS Pro CLI is the primary interface for deployment, configuration, and evidence management. Commands run inside the running container via docker exec akios-pro akios <command>.
Evidence commands
akios status
Display collection status: connected sources, total traces, findings breakdown, retention, storage usage.
akios traces list
List traces with filters: --session, --agent, --since, --until, --framework, --limit, --offset.
akios traces get <id>
Full trace detail: all events, policy evaluations, PII findings, tool calls, review actions.
akios findings list
List findings with filters: --severity (low|medium|high|critical), --type, --status, --since, --until.
akios findings get <id>
Full finding detail: evidence context, timestamps, remediation history, control mappings.
akios findings update <id>
Update finding status: --status (open|reviewing|remediated|closed), --comment.
akios pack
Generate evidence pack: --last (time range), --session, --format (json|html|pdf), --include-controls.
akios export
Export raw evidence: --format (json|parquet|csv), --since, --until, --output.
Configuration commands
akios sources add
Add evidence source: --type (gateway|webhook|otel|logfile), --name, --endpoint.
akios sources list
List all sources with connection status, last event, and event count per source.
akios sources remove <id>
Remove source. --purge to delete associated traces.
akios sources test <id>
Test source connection and report latency, authentication, and sample event.
akios retention set
Set retention: --days (7-365), --enforce for automatic purging.
akios retention status
Display policy, storage usage %, oldest record date, legal hold count.
akios siem add
Configure SIEM: splunk|sentinel|syslog with endpoint, port, protocol, format.
akios siem status
SIEM forwarding status, last event timestamp, total forwarded, error count.
akios siem test
Send test event to verify SIEM connectivity and schema.
Admin commands
akios admin users
List dashboard users, roles, and last login.
akios admin license
Display license status, expiry, usage limits, and upgrade path.
akios admin logs
Tail AKIOS Pro system logs for debugging: --follow, --level (info|warn|error).
akios admin backup
Create evidence store backup: --output, --full (includes config).