MAP Docs
MAKER

Operations

Every operation on MAKER.

The full operation table for MAKER. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/maker-lib crate.

Index

OperationSummary
execute_actionExecute a declared action under capability scope, sandbox isolation, input/output attestation.
emergency_stopHalt the currently executing action(s); recorded with reason and authority.

Reference

execute_action

Execute a declared action under capability scope, sandbox isolation, input/output attestation.

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

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

emergency_stop

Halt the currently executing action(s); recorded with reason and authority.

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

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

On this page