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
| Operation | Summary |
|---|---|
execute_action | Execute a declared action under capability scope, sandbox isolation, input/output attestation. |
emergency_stop | Halt 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.
| Field | Value |
|---|---|
| Capability | map.maker.execute_action |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.maker.emergency_stop |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.