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
| Operation | Summary |
|---|---|
challenge | Issue a cryptographic challenge bound to a session and capability scope. |
delegate | Create a delegation token under the no-amplification rule. |
policy | Evaluate a multi-dimensional policy: spending, temporal, lineage, jurisdictional. |
Reference
challenge
Issue a cryptographic challenge bound to a session and capability scope.
| Field | Value |
|---|---|
| Capability | map.aegis.challenge |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.aegis.delegate |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.aegis.policy |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.