MAP Docs
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

OperationSummary
issueIssue an ACT bound to caller, capability, and credential reference.
proxyProxy an outbound HTTP call, substituting credentials at the wire under SSRF guards.
consentRequest HITL consent for a new credential surface or sensitive invocation.

Reference

issue

Issue an ACT bound to caller, capability, and credential reference.

FieldValue
Capabilitymap.arsenal.issue
IdempotentNo — 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.

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

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

Request HITL consent for a new credential surface or sensitive invocation.

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

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

On this page