MAP Docs
MAZE

CLI

`map invoke MAZE` recipes for every operation.

The CLI is a Rust binary at services/map-cli. After map login you can dispatch any operation on MAZE 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

topology

map invoke MAZE topology --input '{"example":true}'

Render the current topology of relationships, scoped by access policy.

Capability: map.maze.topology

prove

map invoke MAZE prove --input '{"example":true}'

Produce a ZK proof of a structural property without revealing the graph.

Capability: map.maze.prove

path

map invoke MAZE path --input '{"example":true}'

Find paths between two nodes under capability scope.

Capability: map.maze.path

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

On this page