Agentra LabsAgentra Labs DocsPublic Documentation

Get Started

CLI Reference

The areal binary is installed by agentic-reality-cli. It exposes approximately 40 commands across 12 command groups.

The areal binary is installed by agentic-reality-cli. It exposes approximately 40 commands across 12 command groups.

Global Flags

FlagDescription
--storage <path>Override storage directory (default: ~/.agentic/reality/)
--format jsonOutput JSON instead of human-readable text
--quietSuppress informational output
--versionPrint version and exit

workspace

Initialize, sense, and manage the reality workspace.

CommandDescription
areal workspace initInitialize a new reality workspace
areal workspace senseSense all domains (deployment, resources, topology, temporal, stakes)
areal workspace savePersist current state to .areal file
areal workspace load <file>Load state from an .areal file
areal workspace infoShow workspace path, file size, and last-sensed timestamp
areal workspace statusShow current sensing status across all domains

soul

Manage deployment soul and incarnation identity.

CommandDescription
areal soul initCreate a new deployment soul for the current context
areal soul summaryPrint full context summary across all domains
areal soul showShow raw soul data
areal soul incarnationShow current incarnation identity
areal soul substrateShow detected substrate (cloud, metal, container, wasm)
areal soul fingerprintShow context fingerprint hash

Key flags for soul init:

  • --env <tier> — production, staging, development, ci, sandbox, simulation
  • --region <id> — e.g. us-east-1
  • --purpose <text> — what this process does
  • --spawned-by <entity> — what launched this process

memory

Access incarnation memory across past lives.

CommandDescription
areal memory incarnationsList all past incarnations
areal memory wisdomShow accumulated wisdom from past incarnations
areal memory karmaShow karma score for this deployment identity
areal memory recall <id>Recall context from a specific incarnation
areal memory forget <id>Forget a specific incarnation

resource

Monitor resource body and capacity.

CommandDescription
areal resource bodyShow memory, CPU, network, and storage state
areal resource pressureShow resource pressure gradients and warnings
areal resource capacityShow available capacity across all resources
areal resource costShow resource cost metrics
areal resource capabilitiesShow resource-constrained capability assessment

reality

Manage reality layers and freshness.

CommandDescription
areal reality layersShow all reality layers and their freshness
areal reality freshnessShow freshness status for all data in the current context
areal reality statusShow overall reality layer health

anchor

Create and verify reality anchors for ground truth.

CommandDescription
areal anchor createCreate a new reality anchor from a verified source
areal anchor verify <claim>Verify a specific claim against existing anchors
areal anchor listList all reality anchors
areal anchor delete <id>Delete a specific anchor
areal anchor refresh <id>Refresh an anchor from its source

Key flags for anchor create:

  • --source <name> — source of truth (e.g. health-check, config, env)
  • --claim <text> — the claim being anchored
  • --evidence <text> — supporting evidence

hallucination

Detect and report on unverified claims.

CommandDescription
areal hallucination check <claim>Score a claim for hallucination risk
areal hallucination scanScan current context for ungrounded claims
areal hallucination reportGenerate a full hallucination risk report

topology

Map and query the service mesh.

CommandDescription
areal topology mapShow the full topology map (upstream, downstream, siblings, observers)
areal topology neighborsShow direct neighbors in the mesh
areal topology dependenciesShow upstream dependencies
areal topology observersShow observing services

temporal

Ground temporal awareness and track causality.

CommandDescription
areal temporal nowShow current temporal grounding
areal temporal causalityShow the causality chain for recent events
areal temporal timelineShow the event timeline

stakes

Assess consequence awareness and risk.

CommandDescription
areal stakes assessFull stakes assessment (consequence, risk field, blast radius)
areal stakes risk-fieldShow the risk field for the current context
areal stakes blast-radiusShow estimated blast radius of an action

coherence

Check and maintain cross-domain coherence.

CommandDescription
areal coherence checkCheck coherence across all 7 domains
areal coherence reportGenerate a full coherence report
areal coherence resolveAttempt to resolve detected incoherence

context

Get unified context summaries and detect shifts.

CommandDescription
areal context summaryGet a unified context summary across all domains
areal context shift-checkDetect context shifts since last sensing cycle
areal context diffShow what changed since the last save

ground

Verify claims against reality anchors.

CommandDescription
areal ground verify <claim>Verify a claim and show grounding evidence
areal ground statusShow grounding status for the current context
areal ground evidence <claim>Show evidence chain for a verified claim

Exit Codes

CodeMeaning
0Success
1General error
2Storage not found or corrupted
3BLAKE3 integrity failure
4Coherence violation detected

Environment Variables

See Configuration for all supported environment variables.