MAP Docs
AEGIS

CLI

`map invoke AEGIS` recipes for every operation.

The CLI is a Rust binary at services/map-cli. After map login you can dispatch any operation on AEGIS from the shell.

Common flags

FlagEffect
--input <json>Operation payload (or read from stdin)
--version v1.0.0Pin a specific protocol version
--idempotency-key <k>Required for safe retries of state-changing ops
--audit-tailPrint the audit record(s) produced
--output humanPretty-print response (default: json)

Recipes

challenge

map invoke AEGIS challenge --input '{"example":true}'

Issue a cryptographic challenge bound to a session and capability scope.

Capability: map.aegis.challenge

delegate

map invoke AEGIS delegate --input '{"example":true}'

Create a delegation token under the no-amplification rule.

Capability: map.aegis.delegate

policy

map invoke AEGIS policy --input '{"example":true}'

Evaluate a multi-dimensional policy: spending, temporal, lineage, jurisdictional.

Capability: map.aegis.policy

See CLI reference for global flags, login, MCP integration.

On this page