MAP Docs
AEGIS

Operations

Every operation on AEGIS.

The full operation table for AEGIS. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the external crate.

Index

OperationSummary
challengeIssue a cryptographic challenge bound to a session and capability scope.
delegateCreate a delegation token under the no-amplification rule.
policyEvaluate a multi-dimensional policy: spending, temporal, lineage, jurisdictional.

Reference

challenge

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

FieldValue
Capabilitymap.aegis.challenge
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

delegate

Create a delegation token under the no-amplification rule.

FieldValue
Capabilitymap.aegis.delegate
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

policy

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

FieldValue
Capabilitymap.aegis.policy
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page