MAP Docs
MARC

Operations

Every operation on MARC.

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

Index

OperationSummary
reasoning_taskSubmit a bounded reasoning task. Returns a derivation tree with citations and confidence band.
publish_modelRegister a reasoning model artifact in MARS under the calling org.
share_modelShare a published model with another org under a MOAT treaty.
causal_analysisCompute P(Y

Reference

reasoning_task

Submit a bounded reasoning task. Returns a derivation tree with citations and confidence band.

FieldValue
Capabilitymap.marc.reasoning_task
IdempotentNo — supply Idempotency-Key for safe retries
{
  "intent": "demo reasoning task",
  "budget": {
    "tokens": 4096,
    "deadline_ms": 8000
  }
}

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

publish_model

Register a reasoning model artifact in MARS under the calling org.

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

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

share_model

Share a published model with another org under a MOAT treaty.

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

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

causal_analysis

Compute P(Y | do(X)) over a Bayesian world-model snapshot from MIND.

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

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

On this page