ARSENAL
Operations
Every operation on ARSENAL.
The full operation table for ARSENAL. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the external crate.
Index
| Operation | Summary |
|---|---|
issue | Issue an ACT bound to caller, capability, and credential reference. |
proxy | Proxy an outbound HTTP call, substituting credentials at the wire under SSRF guards. |
consent | Request HITL consent for a new credential surface or sensitive invocation. |
Reference
issue
Issue an ACT bound to caller, capability, and credential reference.
| Field | Value |
|---|---|
| Capability | map.arsenal.issue |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
proxy
Proxy an outbound HTTP call, substituting credentials at the wire under SSRF guards.
| Field | Value |
|---|---|
| Capability | map.arsenal.proxy |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
consent
Request HITL consent for a new credential surface or sensitive invocation.
| Field | Value |
|---|---|
| Capability | map.arsenal.consent |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.