Skip to content

Beta module namespace

accessmap

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

7 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/accessmap/attack-paths/escalationaccessmap:graph:readBearer tokenServes GET /attack-paths/escalation?agent_id=...
get/v1/m/accessmap/attack-paths/exfilaccessmap:graph:readBearer tokenServes GET /attack-paths/exfil?resource_id=...
get/v1/m/accessmap/attack-paths/reachabilityaccessmap:graph:readBearer tokenServes GET /attack-paths/reachability?agent_id=...
get/v1/m/accessmap/attack-paths/summaryaccessmap:graph:readBearer tokenServes GET /attack-paths/summary.
get/v1/m/accessmap/driftaccessmap:drift:readBearer tokenReturns the permitted-vs-observed least-privilege drift: unexpected accesses (observed, not permitted — the headline) and unused grants.
get/v1/m/accessmap/graphaccessmap:graph:readBearer tokenReturns the R/RW graph as a React Flow node+edge contract, filtered by any of the supported edge columns.
get/v1/m/accessmap/neighborsaccessmap:graph:readBearer tokenReturns the edges touching one node (id required) in a direction (outgoing|incoming|both, default both), as the same node+edge contract.