/capabilities

Typed docs for every paid Temporal surface.

Temporal now publishes machine-readable manifests for each public paid endpoint: what it does, how it is priced, how fresh it is, what schema it expects, and how its discovery quote is signed.

9 public capabilitiesSigned quotesSchema-bound IDs0 healthy0 degraded9 stale

How to use it

Discovery first, payment second.

  • Query `/api/capabilities` to discover the current paid surface.
  • Pick a capability by category, price, latency, and freshness window.
  • Read the reliability block before buying if you care about current cadence.
  • Use the filtered manifest or docs anchor for exact schemas and examples.
  • Hit the endpoint itself to receive the live x402 challenge and payload.
Public registry

9

Total public paid capabilities currently published by Temporal.

Reports

3

One-time x402 charge surfaces for the packaged daily read.

Data

3

Session-priced machine access surfaces for repeated agent queries.

Workflows

3

Completed DAG-shaped job surfaces for higher-level research tasks.

Quote signing

HMAC

Discovery quotes now carry a server signature and key id, not only a digest.

Last publish

Oct 20, 2018, 1:46 AM

Observed publication time used for liveness, separate from report slug dates.

Filters

Browse by surface type

report$1Stale

/api/report/standard

Temporal standard report

temporal:report.standard@1

Full latest nightly synthesis as structured JSON behind a one-time x402 charge.

Latest successful run is outside the advertised freshness window.

daily-briefnightlyreporttempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 900ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/report/standard
  • Auth: tempo_mpp_x402_charge
  • Typical latency: 900ms, upper bound 3000ms
  • Freshness: Refreshes on the next nightly publication cycle.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_charge+report_commitment
  • Signed quote validity: 2026-03-20T18:06:35.112Z to 2026-03-20T18:11:35.112Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

No query parameters required

This capability accepts a bare GET request.

{
  "type": "object",
  "required": [],
  "additionalProperties": false,
  "properties": {}
}

Outputs

8 top-level fields

  • capability
  • commitments
  • metadata
  • payer
  • price
  • product
  • report
  • unitEndpoints
{
  "type": "object",
  "required": [
    "capability",
    "commitments",
    "metadata",
    "payer",
    "price",
    "product",
    "report",
    "unitEndpoints"
  ],
  "additionalProperties": false,
  "properties": {
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "commitments": {
      "type": "object",
      "required": [
        "identityLedger",
        "signalScoreboard"
      ],
      "additionalProperties": false,
      "properties": {
        "identityLedger": {
          "type": "string"
        },
        "signalScoreboard": {
          "type": "string"
        }
      }
    },
    "metadata": {
      "type": "object",
      "required": [
        "date",
        "dateLabel",
        "referenceCount",
        "signalCount",
        "slug",
        "timezone",
        "title"
      ],
      "additionalProperties": false,
      "properties": {
        "date": {
          "type": "string"
        },
        "dateLabel": {
          "type": "string"
        },
        "referenceCount": {
          "type": "integer",
          "minimum": 0
        },
        "signalCount": {
          "type": "integer",
          "minimum": 0
        },
        "slug": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "price": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "report": {
      "type": "object",
      "required": [
        "distilledSignals",
        "ecosystemWatch",
        "executiveSummary",
        "references",
        "researchNotes"
      ],
      "additionalProperties": false,
      "properties": {
        "distilledSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        },
        "ecosystemWatch": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "executiveSummary": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "references": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "researchNotes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "unitEndpoints": {
      "type": "object",
      "required": [
        "signals"
      ],
      "additionalProperties": false,
      "properties": {
        "signals": {
          "type": "string"
        }
      }
    }
  }
}

Examples

Call patterns

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#report.standard",
    "url": "https://temporal.rest/capabilities#report.standard"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:report.standard@1",
    "endpointPath": "/api/report/standard",
    "paymentKind": "charge",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": null,
    "unitType": "request",
    "unitPrice": "1",
    "validFrom": "2026-03-20T18:06:35.112Z",
    "validUntil": "2026-03-20T18:11:35.112Z",
    "quoteHash": "0cbc98176f655937f11b179cd9c9fa9e7fed21b69ed5f215cac4590c6c03cd76",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "d3a720eef6b7a01710bb50edfee6fa43d7df39e9ab615d53b019eb81b9b4c26f",
      "signedAt": "2026-03-20T18:06:35.112Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "5167143f97b2f55c6852bf3dff854dc977cb27f9272eb5b91cd818636c15954f",
  "schemaHashes": {
    "input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
    "output": "9533c399a7e05bd2bbf1d9a7f20049803a8a801b5e69276db2d55ed590c95ced"
  }
}
report$3Stale

/api/report/alpha

Temporal alpha report

temporal:report.alpha@1

Higher-conviction framing and operator packaging behind a one-time x402 charge.

Latest successful run is outside the advertised freshness window.

alphaoperatorreporttempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 1000ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/report/alpha
  • Auth: tempo_mpp_x402_charge
  • Typical latency: 1000ms, upper bound 3200ms
  • Freshness: Refreshes on the next nightly publication cycle.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_charge+report_commitment
  • Signed quote validity: 2026-03-20T18:06:35.113Z to 2026-03-20T18:11:35.113Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

No query parameters required

This capability accepts a bare GET request.

{
  "type": "object",
  "required": [],
  "additionalProperties": false,
  "properties": {}
}

Outputs

9 top-level fields

  • capability
  • commitments
  • metadata
  • operatorFrame
  • payer
  • price
  • product
  • report
  • unitEndpoints
{
  "type": "object",
  "required": [
    "capability",
    "commitments",
    "metadata",
    "operatorFrame",
    "payer",
    "price",
    "product",
    "report",
    "unitEndpoints"
  ],
  "additionalProperties": false,
  "properties": {
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "commitments": {
      "type": "object",
      "required": [
        "identityLedger",
        "signalScoreboard"
      ],
      "additionalProperties": false,
      "properties": {
        "identityLedger": {
          "type": "string"
        },
        "signalScoreboard": {
          "type": "string"
        }
      }
    },
    "metadata": {
      "type": "object",
      "required": [
        "date",
        "dateLabel",
        "referenceCount",
        "signalCount",
        "slug",
        "timezone",
        "title"
      ],
      "additionalProperties": false,
      "properties": {
        "date": {
          "type": "string"
        },
        "dateLabel": {
          "type": "string"
        },
        "referenceCount": {
          "type": "integer",
          "minimum": 0
        },
        "signalCount": {
          "type": "integer",
          "minimum": 0
        },
        "slug": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      }
    },
    "operatorFrame": {
      "type": "object",
      "required": [
        "highConvictionSignals",
        "references",
        "topThemes"
      ],
      "additionalProperties": false,
      "properties": {
        "highConvictionSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        },
        "references": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "topThemes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "price": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "report": {
      "type": "object",
      "required": [
        "distilledSignals",
        "ecosystemWatch",
        "executiveSummary"
      ],
      "additionalProperties": false,
      "properties": {
        "distilledSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        },
        "ecosystemWatch": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "executiveSummary": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "unitEndpoints": {
      "type": "object",
      "required": [
        "signals"
      ],
      "additionalProperties": false,
      "properties": {
        "signals": {
          "type": "string"
        }
      }
    }
  }
}

Examples

Call patterns

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#report.alpha",
    "url": "https://temporal.rest/capabilities#report.alpha"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:report.alpha@1",
    "endpointPath": "/api/report/alpha",
    "paymentKind": "charge",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": null,
    "unitType": "request",
    "unitPrice": "3",
    "validFrom": "2026-03-20T18:06:35.113Z",
    "validUntil": "2026-03-20T18:11:35.113Z",
    "quoteHash": "6cd02a1cd7fcc8d063f56810ef473dd275e996d5c6a3d2ba76e9d3c5ac21a3ec",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "0f625e80d3f2c9a7c103f51491cd953a23314ae1df832f9cc5cc7b46e5c1e092",
      "signedAt": "2026-03-20T18:06:35.113Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "950ac20ed1c7b47c5e1e1f09e9edf835367800c040807145a2321352e8cbf649",
  "schemaHashes": {
    "input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
    "output": "4aecba61ec6468b03a1dda23f1e1e9731f1414a67b4f67684b761502bff57bef"
  }
}
report$5Stale

/api/report/executive

Temporal executive brief

temporal:report.executive@1

Most compressed decision memo for the current issue behind a one-time x402 charge.

Latest successful run is outside the advertised freshness window.

executivebriefreporttempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 800ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/report/executive
  • Auth: tempo_mpp_x402_charge
  • Typical latency: 800ms, upper bound 2500ms
  • Freshness: Refreshes on the next nightly publication cycle.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_charge+report_commitment
  • Signed quote validity: 2026-03-20T18:06:35.114Z to 2026-03-20T18:11:35.114Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

No query parameters required

This capability accepts a bare GET request.

{
  "type": "object",
  "required": [],
  "additionalProperties": false,
  "properties": {}
}

Outputs

8 top-level fields

  • brief
  • capability
  • commitments
  • metadata
  • payer
  • price
  • product
  • unitEndpoints
{
  "type": "object",
  "required": [
    "brief",
    "capability",
    "commitments",
    "metadata",
    "payer",
    "price",
    "product",
    "unitEndpoints"
  ],
  "additionalProperties": false,
  "properties": {
    "brief": {
      "type": "object",
      "required": [
        "marketWatch",
        "summary",
        "topSignals",
        "whyNow"
      ],
      "additionalProperties": false,
      "properties": {
        "marketWatch": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "summary": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "topSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        },
        "whyNow": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      }
    },
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "commitments": {
      "type": "object",
      "required": [
        "identityLedger",
        "signalScoreboard"
      ],
      "additionalProperties": false,
      "properties": {
        "identityLedger": {
          "type": "string"
        },
        "signalScoreboard": {
          "type": "string"
        }
      }
    },
    "metadata": {
      "type": "object",
      "required": [
        "date",
        "dateLabel",
        "referenceCount",
        "signalCount",
        "slug",
        "timezone",
        "title"
      ],
      "additionalProperties": false,
      "properties": {
        "date": {
          "type": "string"
        },
        "dateLabel": {
          "type": "string"
        },
        "referenceCount": {
          "type": "integer",
          "minimum": 0
        },
        "signalCount": {
          "type": "integer",
          "minimum": 0
        },
        "slug": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "price": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "unitEndpoints": {
      "type": "object",
      "required": [
        "signals"
      ],
      "additionalProperties": false,
      "properties": {
        "signals": {
          "type": "string"
        }
      }
    }
  }
}

Examples

Call patterns

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#report.executive",
    "url": "https://temporal.rest/capabilities#report.executive"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:report.executive@1",
    "endpointPath": "/api/report/executive",
    "paymentKind": "charge",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": null,
    "unitType": "request",
    "unitPrice": "5",
    "validFrom": "2026-03-20T18:06:35.114Z",
    "validUntil": "2026-03-20T18:11:35.114Z",
    "quoteHash": "b512e7d4c16a6a8b2576da7645c515398166cc2ea14be6349a61a546b49410fa",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "2c9e37edb6247667163eaa2136ba04b15e876c8bb1e2a71a404705d291445dfa",
      "signedAt": "2026-03-20T18:06:35.114Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "437c4cfb4bbd3fc932a829533b2e6bcd6795e4367acb4542800029d0961e816a",
  "schemaHashes": {
    "input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
    "output": "1e84c467a77cb134ad0f295be4a127516f7b601311aee85392bd9417cd50c832"
  }
}
data$0.05/queryStale

/api/data/latest

Temporal latest data snapshot

temporal:data.latest@1

Machine-readable latest snapshot of the published archive behind an x402 session.

Latest successful run is outside the advertised freshness window.

snapshotdataarchivetempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 450ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/data/latest
  • Auth: tempo_mpp_x402_session
  • Typical latency: 450ms, upper bound 1500ms
  • Freshness: Tracks the latest published nightly report until the next cycle lands.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+published_archive_snapshot
  • Signed quote validity: 2026-03-20T18:06:35.114Z to 2026-03-20T18:11:35.114Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

No query parameters required

This capability accepts a bare GET request.

{
  "type": "object",
  "required": [],
  "additionalProperties": false,
  "properties": {}
}

Outputs

7 top-level fields

  • capability
  • commitments
  • payer
  • product
  • snapshot
  • unitEndpoints
  • unitPrice
{
  "type": "object",
  "required": [
    "capability",
    "commitments",
    "payer",
    "product",
    "snapshot",
    "unitEndpoints",
    "unitPrice"
  ],
  "additionalProperties": false,
  "properties": {
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "commitments": {
      "type": "object",
      "required": [
        "identityLedger",
        "signalScoreboard"
      ],
      "additionalProperties": false,
      "properties": {
        "identityLedger": {
          "type": "string"
        },
        "signalScoreboard": {
          "type": "string"
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "product": {
      "type": "string"
    },
    "snapshot": {
      "type": "object",
      "required": [
        "ecosystemWatch",
        "latestReport",
        "references",
        "reportArchiveCount",
        "signals"
      ],
      "additionalProperties": false,
      "properties": {
        "ecosystemWatch": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "latestReport": {
          "type": "object",
          "required": [
            "date",
            "dateLabel",
            "referenceCount",
            "signalCount",
            "slug",
            "timezone",
            "title"
          ],
          "additionalProperties": false,
          "properties": {
            "date": {
              "type": "string"
            },
            "dateLabel": {
              "type": "string"
            },
            "referenceCount": {
              "type": "integer",
              "minimum": 0
            },
            "signalCount": {
              "type": "integer",
              "minimum": 0
            },
            "slug": {
              "type": "string"
            },
            "timezone": {
              "type": "string"
            },
            "title": {
              "type": "string"
            }
          }
        },
        "references": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "reportArchiveCount": {
          "type": "integer",
          "minimum": 0
        },
        "signals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "unitEndpoints": {
      "type": "object",
      "required": [
        "signals"
      ],
      "additionalProperties": false,
      "properties": {
        "signals": {
          "type": "string"
        }
      }
    },
    "unitPrice": {
      "type": "string"
    }
  }
}

Examples

Call patterns

  • Fetch latest data snapshot: Read the latest machine-facing daily payload. /api/data/latest

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#data.latest",
    "url": "https://temporal.rest/capabilities#data.latest"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:data.latest@1",
    "endpointPath": "/api/data/latest",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "1",
    "unitType": "query",
    "unitPrice": "0.05",
    "validFrom": "2026-03-20T18:06:35.114Z",
    "validUntil": "2026-03-20T18:11:35.114Z",
    "quoteHash": "51961cb1fee9e7de5b6e370578538d31a8196a90e1d9975c661f4f9a659a3321",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "3abff3f8cf1d361ecdc64e9886621307d3129b7858da228ba7e179274a2a3ad2",
      "signedAt": "2026-03-20T18:06:35.114Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "1a71eb31c839727c773497caf6cdeba713e7e0d9f9e94bdf57bc906a0488dd34",
  "schemaHashes": {
    "input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
    "output": "428c24bf857dba1d68d8f9b6c4346c15c823233ee1b610e03fe4aacbb8a1f450"
  }
}
data$0.15/queryStale

/api/data/answer

Temporal archive answer

temporal:data.answer@1

Query the published archive for a topic-specific answer behind an x402 session.

Latest successful run is outside the advertised freshness window.

answerarchivequerytempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 900ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/data/answer
  • Auth: tempo_mpp_x402_session
  • Typical latency: 900ms, upper bound 2500ms
  • Freshness: Answers are derived from the currently published archive and improve when the next nightly report lands.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+archive_synthesis
  • Signed quote validity: 2026-03-20T18:06:35.115Z to 2026-03-20T18:11:35.115Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

2 top-level fields

  • q
  • topic
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "q": {
      "type": "string",
      "minLength": 1,
      "description": "Primary topic query."
    },
    "topic": {
      "type": "string",
      "minLength": 1,
      "description": "Alias for q."
    }
  }
}

Outputs

13 top-level fields

  • answer
  • archiveContext
  • capability
  • confidence
  • highlights
  • note
  • payer
  • product
  • query
  • references
  • relatedReports
  • supportingSignals
  • unitPrice
{
  "type": "object",
  "required": [
    "answer",
    "archiveContext",
    "capability",
    "confidence",
    "highlights",
    "note",
    "payer",
    "product",
    "query",
    "references",
    "relatedReports",
    "supportingSignals",
    "unitPrice"
  ],
  "additionalProperties": false,
  "properties": {
    "answer": {
      "type": "string"
    },
    "archiveContext": {
      "type": "object",
      "required": [
        "latestReport",
        "reportArchiveCount"
      ],
      "additionalProperties": false,
      "properties": {
        "latestReport": {
          "type": "object",
          "required": [
            "date",
            "dateLabel",
            "referenceCount",
            "signalCount",
            "slug",
            "timezone",
            "title"
          ],
          "additionalProperties": false,
          "properties": {
            "date": {
              "type": "string"
            },
            "dateLabel": {
              "type": "string"
            },
            "referenceCount": {
              "type": "integer",
              "minimum": 0
            },
            "signalCount": {
              "type": "integer",
              "minimum": 0
            },
            "slug": {
              "type": "string"
            },
            "timezone": {
              "type": "string"
            },
            "title": {
              "type": "string"
            }
          }
        },
        "reportArchiveCount": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "confidence": {
      "enum": [
        "high",
        "low",
        "medium",
        "snapshot"
      ]
    },
    "highlights": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "insight",
          "report",
          "type"
        ],
        "additionalProperties": false,
        "properties": {
          "insight": {
            "type": "string"
          },
          "report": {
            "type": "object",
            "required": [
              "date",
              "dateLabel",
              "slug",
              "title"
            ],
            "additionalProperties": false,
            "properties": {
              "date": {
                "type": "string"
              },
              "dateLabel": {
                "type": "string"
              },
              "slug": {
                "type": "string"
              },
              "title": {
                "type": "string"
              }
            }
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "note": {
      "type": "string"
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "product": {
      "type": "string"
    },
    "query": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "references": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "relatedReports": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "date",
          "dateLabel",
          "slug",
          "title"
        ],
        "additionalProperties": false,
        "properties": {
          "date": {
            "type": "string"
          },
          "dateLabel": {
            "type": "string"
          },
          "slug": {
            "type": "string"
          },
          "title": {
            "type": "string"
          }
        }
      }
    },
    "supportingSignals": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "description",
          "label",
          "report"
        ],
        "additionalProperties": false,
        "properties": {
          "description": {
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "report": {
            "type": "object",
            "required": [
              "date",
              "dateLabel",
              "slug",
              "title"
            ],
            "additionalProperties": false,
            "properties": {
              "date": {
                "type": "string"
              },
              "dateLabel": {
                "type": "string"
              },
              "slug": {
                "type": "string"
              },
              "title": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "unitPrice": {
      "type": "string"
    }
  }
}

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#data.answer",
    "url": "https://temporal.rest/capabilities#data.answer"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:data.answer@1",
    "endpointPath": "/api/data/answer",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "3",
    "unitType": "query",
    "unitPrice": "0.15",
    "validFrom": "2026-03-20T18:06:35.115Z",
    "validUntil": "2026-03-20T18:11:35.115Z",
    "quoteHash": "d2b592291f09f5515c4fa12c126e23721e1a2adf6c13461216937ee291a15254",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "46d418b13d6eb09353907b58e8f73047f619d8d7663e2c365b7735f4e5723fb8",
      "signedAt": "2026-03-20T18:06:35.115Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "6b79b4f81897481e103e2e0bd99e96bf05b7b82ba57d0de5a53aea77bc713ef4",
  "schemaHashes": {
    "input": "acd766f27a8d14bf9aee6d693854b64035ec47447633499e1d67162351e0df15",
    "output": "704494ad47275f059aa74fb956951ade6c03cc8e8be86fb74e679c4cc17de6f0"
  }
}
data$0.05/queryStale

/api/data/signals

Temporal signals unit API

temporal:data.signals@1

Retrieve distilled signals, optionally filtered by report slug or signal label, behind an x402 session.

Latest successful run is outside the advertised freshness window.

signalsunit-accessarchivetempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 500ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/data/signals
  • Auth: tempo_mpp_x402_session
  • Typical latency: 500ms, upper bound 1600ms
  • Freshness: Signals update when the next nightly report is published.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+signal_units
  • Signed quote validity: 2026-03-20T18:06:35.116Z to 2026-03-20T18:11:35.116Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

3 top-level fields

  • label
  • q
  • slug
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "label": {
      "type": "string",
      "minLength": 1,
      "description": "Optional signal label substring filter."
    },
    "q": {
      "type": "string",
      "minLength": 1,
      "description": "Alias for label."
    },
    "slug": {
      "type": "string",
      "minLength": 1,
      "description": "Optional report slug; latest published report is used when omitted."
    }
  }
}

Outputs

8 top-level fields

  • archiveContext
  • capability
  • payer
  • product
  • query
  • signalCount
  • signals
  • unitPrice
{
  "type": "object",
  "required": [
    "archiveContext",
    "capability",
    "payer",
    "product",
    "query",
    "signalCount",
    "signals",
    "unitPrice"
  ],
  "additionalProperties": false,
  "properties": {
    "archiveContext": {
      "type": "object",
      "required": [
        "date",
        "dateLabel",
        "referenceCount",
        "signalCount",
        "slug",
        "timezone",
        "title"
      ],
      "additionalProperties": false,
      "properties": {
        "date": {
          "type": "string"
        },
        "dateLabel": {
          "type": "string"
        },
        "referenceCount": {
          "type": "integer",
          "minimum": 0
        },
        "signalCount": {
          "type": "integer",
          "minimum": 0
        },
        "slug": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      }
    },
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "product": {
      "type": "string"
    },
    "query": {
      "type": "object",
      "required": [
        "label",
        "slug"
      ],
      "additionalProperties": false,
      "properties": {
        "label": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "slug": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      }
    },
    "signalCount": {
      "type": "integer",
      "minimum": 0
    },
    "signals": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "description",
          "id",
          "label",
          "ordinal",
          "references",
          "report"
        ],
        "additionalProperties": false,
        "properties": {
          "description": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "ordinal": {
            "type": "integer",
            "minimum": 1
          },
          "references": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "report": {
            "type": "object",
            "required": [
              "date",
              "dateLabel",
              "slug"
            ],
            "additionalProperties": false,
            "properties": {
              "date": {
                "type": "string"
              },
              "dateLabel": {
                "type": "string"
              },
              "slug": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "unitPrice": {
      "type": "string"
    }
  }
}

Examples

Call patterns

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#data.signals",
    "url": "https://temporal.rest/capabilities#data.signals"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:data.signals@1",
    "endpointPath": "/api/data/signals",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "1",
    "unitType": "query",
    "unitPrice": "0.05",
    "validFrom": "2026-03-20T18:06:35.116Z",
    "validUntil": "2026-03-20T18:11:35.116Z",
    "quoteHash": "6010df4d4070fb6b25d4447a2a4f39cccc4d89bc733174713e9727ff75b5a9ca",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "cc076196b2372de42d846d9861193dcae01c434c678bf1e87bdff910535b220d",
      "signedAt": "2026-03-20T18:06:35.116Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "4f1ed9c889c9aa9708e96ee25acdb52fe94322b0661be37913e6e4a3f8dc53fb",
  "schemaHashes": {
    "input": "32820153f5f2f99015218dd5b303842f23441a2d7d4a10b5b09c043e3015a7e5",
    "output": "43c46496381b28af767c0986e00da664ff20a68d20d4cb2c4a1ef76386b71cea"
  }
}
workflow$10/subscriptionStale

/api/workflows/subscriptions

Temporal workflow subscriptions

temporal:workflow.subscriptions@1

Create a recurring workflow subscription that reruns on a fixed cadence and can deliver completed or failed job notifications to a webhook, with optional material-change filtering.

Latest successful run is outside the advertised freshness window.

workflowsubscriptionwebhookautomationtempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 650ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: POST /api/workflows/subscriptions
  • Auth: tempo_mpp_x402_session
  • Typical latency: 650ms, upper bound 1800ms
  • Freshness: Each recurring run resolves against the latest published archive snapshot available at execution time.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+workflow_subscription_receipt
  • Signed quote validity: 2026-03-20T18:06:35.119Z to 2026-03-20T18:11:35.119Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

8 top-level fields

  • focus
  • intervalHours
  • label
  • notifyMode
  • slug
  • template
  • topic
  • webhookUrl
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "focus": {
      "type": "string",
      "minLength": 1,
      "description": "Optional focus label for recurring daily_operator_watch runs."
    },
    "intervalHours": {
      "type": "integer",
      "minimum": 1,
      "description": "Recurring cadence in hours. Defaults to 24."
    },
    "label": {
      "type": "string",
      "minLength": 1,
      "description": "Optional display label for the subscription."
    },
    "notifyMode": {
      "type": "string",
      "enum": [
        "always",
        "material_change"
      ],
      "description": "Whether webhook delivery should fire every completion or only when the completed result changes materially."
    },
    "slug": {
      "type": "string",
      "minLength": 1,
      "description": "Optional report slug to anchor recurring runs on a specific issue."
    },
    "template": {
      "type": "string",
      "enum": [
        "daily_operator_watch",
        "topic_brief"
      ],
      "description": "Workflow template to schedule."
    },
    "topic": {
      "type": "string",
      "minLength": 1,
      "description": "Optional topic prompt for recurring topic_brief runs."
    },
    "webhookUrl": {
      "type": "string",
      "minLength": 8,
      "description": "Optional HTTP(S) webhook to receive completed or failed workflow notifications."
    }
  }
}

Outputs

6 top-level fields

  • capability
  • createdJobId
  • events
  • note
  • payer
  • subscription
{
  "type": "object",
  "required": [
    "capability",
    "createdJobId",
    "events",
    "note",
    "payer",
    "subscription"
  ],
  "additionalProperties": false,
  "properties": {
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "createdJobId": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "events": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "at",
          "detail",
          "id",
          "jobId",
          "label",
          "type"
        ],
        "additionalProperties": false,
        "properties": {
          "at": {
            "type": "string"
          },
          "detail": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "jobId": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "label": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "type": {
            "enum": [
              "created",
              "job_completed",
              "job_failed",
              "job_submitted",
              "job_updated",
              "run_triggered",
              "webhook_delivered",
              "webhook_failed",
              "webhook_skipped"
            ]
          }
        }
      }
    },
    "note": {
      "type": "string"
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "subscription": {
      "type": "object",
      "required": [
        "cadence",
        "createdAt",
        "eventsPath",
        "id",
        "label",
        "lastCompletedAt",
        "lastDeliveredResultHash",
        "lastJobId",
        "lastJobStatus",
        "lastObservedResultHash",
        "nextRunAt",
        "notificationCursor",
        "request",
        "runPath",
        "status",
        "statusPath",
        "updatedAt",
        "webhook"
      ],
      "additionalProperties": false,
      "properties": {
        "cadence": {
          "type": "object",
          "required": [
            "intervalHours"
          ],
          "additionalProperties": false,
          "properties": {
            "intervalHours": {
              "type": "integer",
              "minimum": 1
            }
          }
        },
        "createdAt": {
          "type": "string"
        },
        "eventsPath": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "label": {
          "type": "string"
        },
        "lastCompletedAt": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "lastDeliveredResultHash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "lastJobId": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "lastJobStatus": {
          "anyOf": [
            {
              "type": "string",
              "enum": [
                "completed",
                "failed",
                "queued",
                "running"
              ]
            },
            {
              "type": "null"
            }
          ]
        },
        "lastObservedResultHash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "nextRunAt": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "notificationCursor": {
          "type": "object",
          "required": [
            "jobId",
            "status",
            "updatedAt"
          ],
          "additionalProperties": false,
          "properties": {
            "jobId": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "status": {
              "anyOf": [
                {
                  "type": "string",
                  "enum": [
                    "completed",
                    "failed"
                  ]
                },
                {
                  "type": "null"
                }
              ]
            },
            "updatedAt": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          }
        },
        "request": {
          "type": "object",
          "required": [
            "focus",
            "intervalHours",
            "label",
            "notifyMode",
            "slug",
            "template",
            "topic",
            "webhookUrl"
          ],
          "additionalProperties": false,
          "properties": {
            "focus": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "intervalHours": {
              "type": "integer",
              "minimum": 1
            },
            "label": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "notifyMode": {
              "enum": [
                "always",
                "material_change"
              ]
            },
            "slug": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "template": {
              "enum": [
                "daily_operator_watch",
                "topic_brief"
              ]
            },
            "topic": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "webhookUrl": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          }
        },
        "runPath": {
          "type": "string"
        },
        "status": {
          "enum": [
            "active",
            "paused"
          ]
        },
        "statusPath": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string"
        },
        "webhook": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "deliveryCount",
                "failureCount",
                "lastAttemptAt",
                "lastDeliveredAt",
                "lastDeliveredEvent",
                "lastDeliveredJobId",
                "lastError",
                "lastHttpStatus",
                "skippedUnchangedCount",
                "url"
              ],
              "additionalProperties": false,
              "properties": {
                "deliveryCount": {
                  "type": "integer",
                  "minimum": 0
                },
                "failureCount": {
                  "type": "integer",
                  "minimum": 0
                },
                "lastAttemptAt": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lastDeliveredAt": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lastDeliveredEvent": {
                  "anyOf": [
                    {
                      "type": "string",
                      "enum": [
                        "completed",
                        "failed"
                      ]
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lastDeliveredJobId": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lastError": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lastHttpStatus": {
                  "anyOf": [
                    {
                      "type": "integer",
                      "minimum": 100
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "skippedUnchangedCount": {
                  "type": "integer",
                  "minimum": 0
                },
                "url": {
                  "type": "string"
                }
              }
            },
            {
              "type": "null"
            }
          ]
        }
      }
    }
  }
}

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#workflow.subscriptions",
    "url": "https://temporal.rest/capabilities#workflow.subscriptions"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:workflow.subscriptions@1",
    "endpointPath": "/api/workflows/subscriptions",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "10",
    "unitType": "subscription",
    "unitPrice": "10",
    "validFrom": "2026-03-20T18:06:35.119Z",
    "validUntil": "2026-03-20T18:11:35.119Z",
    "quoteHash": "38177f6e04f8b722d66bf5b67354494337bbf133138d41d060b86d731f879b09",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "661fd6f5b40e3667f23fbab616eec537ed9cda49f02be6365b0be7427d17d1fc",
      "signedAt": "2026-03-20T18:06:35.119Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "9308047ee5d79621afd36f9e8321bb70ae043b008721892ac527340382d8cab5",
  "schemaHashes": {
    "input": "f712e6f26880874a94eff1b56d1d83efdfb064815ca33ee2199e9f11591c93c0",
    "output": "5cc459038df46c70a74f4f76ceb73454d177af53845aeaf147dd2327cbf2f209"
  }
}
workflow$0.25/jobStale

/api/workflows/jobs

Temporal async workflow jobs

temporal:workflow.jobs@1

Submit a persisted workflow job, then poll the returned status and events paths to retrieve the completed DAG receipt with retries, lease recovery metadata, and optional private evidence nodes when enabled.

Latest successful run is outside the advertised freshness window.

workflowqueueasyncdagjobtempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 450ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: POST /api/workflows/jobs
  • Auth: tempo_mpp_x402_session
  • Typical latency: 450ms, upper bound 1400ms
  • Freshness: Queued jobs resolve against the latest published archive snapshot available at execution time.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+workflow_job_receipt
  • Signed quote validity: 2026-03-20T18:06:35.120Z to 2026-03-20T18:11:35.120Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

5 top-level fields

  • focus
  • q
  • slug
  • template
  • topic
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "focus": {
      "type": "string",
      "minLength": 1,
      "description": "Optional focus label for daily_operator_watch."
    },
    "q": {
      "type": "string",
      "minLength": 1,
      "description": "Alias for topic when using topic_brief."
    },
    "slug": {
      "type": "string",
      "minLength": 1,
      "description": "Optional report slug to anchor the workflow on a specific issue."
    },
    "template": {
      "type": "string",
      "enum": [
        "daily_operator_watch",
        "topic_brief"
      ],
      "description": "Workflow template to run."
    },
    "topic": {
      "type": "string",
      "minLength": 1,
      "description": "Optional topic prompt for topic_brief."
    }
  }
}

Outputs

5 top-level fields

  • capability
  • events
  • job
  • note
  • payer
{
  "type": "object",
  "required": [
    "capability",
    "events",
    "job",
    "note",
    "payer"
  ],
  "additionalProperties": false,
  "properties": {
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "events": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "at",
          "detail",
          "id",
          "label",
          "nodeId",
          "type"
        ],
        "additionalProperties": false,
        "properties": {
          "at": {
            "type": "string"
          },
          "detail": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "label": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "nodeId": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "type": {
            "enum": [
              "completed",
              "failed",
              "node_completed",
              "node_failed",
              "node_started",
              "resumed",
              "started",
              "submitted"
            ]
          }
        }
      }
    },
    "job": {
      "type": "object",
      "required": [
        "attemptCount",
        "completedAt",
        "createdAt",
        "execution",
        "error",
        "eventsPath",
        "id",
        "nodes",
        "request",
        "result",
        "resumePath",
        "startedAt",
        "status",
        "statusPath",
        "updatedAt"
      ],
      "additionalProperties": false,
      "properties": {
        "attemptCount": {
          "type": "integer",
          "minimum": 0
        },
        "completedAt": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "createdAt": {
          "type": "string"
        },
        "execution": {
          "type": "object",
          "required": [
            "heartbeatAt",
            "leaseDurationMs",
            "leaseExpiresAt",
            "recoveredFromStaleLeaseAt",
            "recoveryCount",
            "workerId"
          ],
          "additionalProperties": false,
          "properties": {
            "heartbeatAt": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "leaseDurationMs": {
              "type": "integer",
              "minimum": 0
            },
            "leaseExpiresAt": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "recoveredFromStaleLeaseAt": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "recoveryCount": {
              "type": "integer",
              "minimum": 0
            },
            "workerId": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          }
        },
        "error": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "message"
              ],
              "additionalProperties": false,
              "properties": {
                "message": {
                  "type": "string"
                }
              }
            },
            {
              "type": "null"
            }
          ]
        },
        "eventsPath": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "nodes": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "attemptCount",
              "attempts",
              "completedAt",
              "dependsOn",
              "error",
              "id",
              "kind",
              "label",
              "output",
              "provenance",
              "startedAt",
              "status",
              "summary"
            ],
            "additionalProperties": false,
            "properties": {
              "attemptCount": {
                "type": "integer",
                "minimum": 0
              },
              "attempts": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "attempt",
                    "completedAt",
                    "error",
                    "outputHash",
                    "provenance",
                    "startedAt",
                    "status",
                    "summary"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "attempt": {
                      "type": "integer",
                      "minimum": 1
                    },
                    "completedAt": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "error": {
                      "anyOf": [
                        {
                          "type": "object",
                          "required": [
                            "message"
                          ],
                          "additionalProperties": false,
                          "properties": {
                            "message": {
                              "type": "string"
                            }
                          }
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "outputHash": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "provenance": {
                      "anyOf": [
                        {
                          "type": "object",
                          "required": [
                            "input",
                            "notes",
                            "outputHash",
                            "references",
                            "sources"
                          ],
                          "additionalProperties": false,
                          "properties": {
                            "input": {},
                            "notes": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "outputHash": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "references": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sources": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "id",
                                  "kind",
                                  "label",
                                  "path",
                                  "url"
                                ],
                                "additionalProperties": false,
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "kind": {
                                    "enum": [
                                      "derived",
                                      "reference",
                                      "report"
                                    ]
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "url": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                }
                              }
                            }
                          }
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "startedAt": {
                      "type": "string"
                    },
                    "status": {
                      "enum": [
                        "completed",
                        "failed",
                        "queued",
                        "running"
                      ]
                    },
                    "summary": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  }
                }
              },
              "completedAt": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "dependsOn": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "error": {
                "anyOf": [
                  {
                    "type": "object",
                    "required": [
                      "message"
                    ],
                    "additionalProperties": false,
                    "properties": {
                      "message": {
                        "type": "string"
                      }
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "id": {
                "type": "string"
              },
              "kind": {
                "enum": [
                  "analysis",
                  "input",
                  "publish",
                  "retrieval",
                  "transform"
                ]
              },
              "label": {
                "type": "string"
              },
              "output": {},
              "provenance": {
                "anyOf": [
                  {
                    "type": "object",
                    "required": [
                      "input",
                      "notes",
                      "outputHash",
                      "references",
                      "sources"
                    ],
                    "additionalProperties": false,
                    "properties": {
                      "input": {},
                      "notes": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "outputHash": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "references": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "required": [
                            "id",
                            "kind",
                            "label",
                            "path",
                            "url"
                          ],
                          "additionalProperties": false,
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "kind": {
                              "enum": [
                                "derived",
                                "reference",
                                "report"
                              ]
                            },
                            "label": {
                              "type": "string"
                            },
                            "path": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        }
                      }
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "startedAt": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "status": {
                "enum": [
                  "completed",
                  "failed",
                  "queued",
                  "running"
                ]
              },
              "summary": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            }
          }
        },
        "request": {
          "type": "object",
          "required": [
            "focus",
            "slug",
            "template",
            "topic"
          ],
          "additionalProperties": false,
          "properties": {
            "focus": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "slug": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "template": {
              "enum": [
                "daily_operator_watch",
                "topic_brief"
              ]
            },
            "topic": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            }
          }
        },
        "result": {
          "anyOf": [
            {
              "type": "object",
              "required": [
                "archiveContext",
                "dag",
                "job",
                "note",
                "product",
                "result",
                "template",
                "unitPrice"
              ],
              "additionalProperties": false,
              "properties": {
                "archiveContext": {
                  "type": "object",
                  "required": [
                    "latestReport",
                    "reportArchiveCount",
                    "selectedReport"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "latestReport": {
                      "type": "object",
                      "required": [
                        "date",
                        "dateLabel",
                        "referenceCount",
                        "signalCount",
                        "slug",
                        "timezone",
                        "title"
                      ],
                      "additionalProperties": false,
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "dateLabel": {
                          "type": "string"
                        },
                        "referenceCount": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "signalCount": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "slug": {
                          "type": "string"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      }
                    },
                    "reportArchiveCount": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "selectedReport": {
                      "type": "object",
                      "required": [
                        "date",
                        "dateLabel",
                        "referenceCount",
                        "signalCount",
                        "slug",
                        "timezone",
                        "title"
                      ],
                      "additionalProperties": false,
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "dateLabel": {
                          "type": "string"
                        },
                        "referenceCount": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "signalCount": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "slug": {
                          "type": "string"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "dag": {
                  "type": "object",
                  "required": [
                    "edges",
                    "nodes"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "edges": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "from",
                          "to"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "from": {
                            "type": "string"
                          },
                          "to": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "dependsOn",
                          "id",
                          "kind",
                          "label",
                          "status",
                          "summary"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "attemptCount": {
                            "type": "integer",
                            "minimum": 0
                          },
                          "completedAt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "dependsOn": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "id": {
                            "type": "string"
                          },
                          "kind": {
                            "enum": [
                              "analysis",
                              "input",
                              "publish",
                              "retrieval",
                              "transform"
                            ]
                          },
                          "label": {
                            "type": "string"
                          },
                          "provenance": {
                            "anyOf": [
                              {
                                "type": "object",
                                "required": [
                                  "input",
                                  "notes",
                                  "outputHash",
                                  "references",
                                  "sources"
                                ],
                                "additionalProperties": false,
                                "properties": {
                                  "input": {},
                                  "notes": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "outputHash": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "references": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "sources": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "required": [
                                        "id",
                                        "kind",
                                        "label",
                                        "path",
                                        "url"
                                      ],
                                      "additionalProperties": false,
                                      "properties": {
                                        "id": {
                                          "type": "string"
                                        },
                                        "kind": {
                                          "enum": [
                                            "derived",
                                            "reference",
                                            "report"
                                          ]
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "path": {
                                          "anyOf": [
                                            {
                                              "type": "string"
                                            },
                                            {
                                              "type": "null"
                                            }
                                          ]
                                        },
                                        "url": {
                                          "anyOf": [
                                            {
                                              "type": "string"
                                            },
                                            {
                                              "type": "null"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "startedAt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "status": {
                            "enum": [
                              "completed"
                            ]
                          },
                          "summary": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        }
                      }
                    }
                  }
                },
                "job": {
                  "type": "object",
                  "required": [
                    "completedAt",
                    "createdAt",
                    "id",
                    "status"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "completedAt": {
                      "type": "string"
                    },
                    "createdAt": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "status": {
                      "enum": [
                        "completed"
                      ]
                    }
                  }
                },
                "note": {
                  "type": "string"
                },
                "product": {
                  "type": "string"
                },
                "result": {
                  "type": "object",
                  "required": [
                    "confidence",
                    "highlights",
                    "nextActions",
                    "references",
                    "relatedReports",
                    "summary",
                    "supportingSignals",
                    "topSignals",
                    "watchlist"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "confidence": {
                      "enum": [
                        "high",
                        "low",
                        "medium",
                        "snapshot"
                      ]
                    },
                    "highlights": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "insight",
                          "report",
                          "type"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "insight": {
                            "type": "string"
                          },
                          "report": {
                            "type": "object",
                            "required": [
                              "date",
                              "dateLabel",
                              "slug",
                              "title"
                            ],
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "dateLabel": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              }
                            }
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "nextActions": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "references": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "relatedReports": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "date",
                          "dateLabel",
                          "slug",
                          "title"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "dateLabel": {
                            "type": "string"
                          },
                          "slug": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "summary": {
                      "type": "string"
                    },
                    "supportingSignals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "description",
                          "label",
                          "report"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          },
                          "report": {
                            "type": "object",
                            "required": [
                              "date",
                              "dateLabel",
                              "slug",
                              "title"
                            ],
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "dateLabel": {
                                "type": "string"
                              },
                              "slug": {
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "topSignals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "description",
                          "label"
                        ],
                        "additionalProperties": false,
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "watchlist": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "template": {
                  "type": "object",
                  "required": [
                    "description",
                    "id",
                    "name"
                  ],
                  "additionalProperties": false,
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "id": {
                      "enum": [
                        "daily_operator_watch",
                        "topic_brief"
                      ]
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "unitPrice": {
                  "type": "string"
                }
              }
            },
            {
              "type": "null"
            }
          ]
        },
        "resumePath": {
          "type": "string"
        },
        "startedAt": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "status": {
          "enum": [
            "completed",
            "failed",
            "queued",
            "running"
          ]
        },
        "statusPath": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string"
        }
      }
    },
    "note": {
      "type": "string"
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    }
  }
}

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#workflow.jobs",
    "url": "https://temporal.rest/capabilities#workflow.jobs"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:workflow.jobs@1",
    "endpointPath": "/api/workflows/jobs",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "5",
    "unitType": "job",
    "unitPrice": "0.25",
    "validFrom": "2026-03-20T18:06:35.120Z",
    "validUntil": "2026-03-20T18:11:35.120Z",
    "quoteHash": "c5c8c9e89eca81250e6d900e33bc691a6a9db47c0e25e00aad4893d17e08fcd1",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "89a278bb63922313de2524da3547fc9bc451ef183d91d2dc8724948cf791975e",
      "signedAt": "2026-03-20T18:06:35.120Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "dcdab7e34ab853de09e1f39ee1d6a146df4f531930d8e9f8c357f9c8466d30e0",
  "schemaHashes": {
    "input": "9e973909d135a717d631aea0cf106bf77ed38b53386457ac34c4991b3860c109",
    "output": "d1906ee6993146971e078848933a91576e9e85996bc76f6f63d808587db13b29"
  }
}
workflow$0.25/jobStale

/api/workflows/run

Temporal workflow DAG job

temporal:workflow.run@1

Run a completed multi-step archive workflow job that resolves context, retrieves matches, selects signals, and can fold in private research and artifact evidence when those lanes are enabled.

Latest successful run is outside the advertised freshness window.

workflowdagjobarchivetempox402

Reliability

Current trust snapshot

  • Last successful run: Oct 20, 2018, 1:46 AM
  • Last published artifact: Oct 20, 2018, 1:46 AM
  • On time 1d: 0.0% (0/1 expected days)
  • On time 7d: 0.0% (0/7 expected days)
  • On time 30d: 0.0% (0/30 expected days)
  • Median latency: 1200ms (published hint)
  • Payment success: Pending public telemetry

Endpoint

Operational shape

  • Method + path: GET /api/workflows/run
  • Auth: tempo_mpp_x402_session
  • Typical latency: 1200ms, upper bound 3600ms
  • Freshness: Workflow outputs are derived from the latest published archive until the next nightly issue lands.

Trust

Proof + signed quote

  • Proof method: tempo_mpp_session+workflow_receipt
  • Signed quote validity: 2026-03-20T18:06:35.122Z to 2026-03-20T18:11:35.122Z
  • Quote signer key: temporal-rest-discovery:6ad17a1eb19a
  • Commitments: 0x3e952b8D270640C5a9B5711d532B984Bcd1218b8 and 0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35

Operational notes

Current caveats

  • At least one issue label is ahead of the current runtime date, so liveness uses observed file publish time instead of the report slug date.
  • Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly.
  • Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.

Incidents

Recent failures or disputes

No recent public operational failures are recorded.

Inputs

5 top-level fields

  • focus
  • q
  • slug
  • template
  • topic
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "focus": {
      "type": "string",
      "minLength": 1,
      "description": "Optional focus label for daily_operator_watch."
    },
    "q": {
      "type": "string",
      "minLength": 1,
      "description": "Alias for topic when using topic_brief."
    },
    "slug": {
      "type": "string",
      "minLength": 1,
      "description": "Optional report slug to anchor the workflow on a specific issue."
    },
    "template": {
      "type": "string",
      "enum": [
        "daily_operator_watch",
        "topic_brief"
      ],
      "description": "Workflow template to run."
    },
    "topic": {
      "type": "string",
      "minLength": 1,
      "description": "Optional topic prompt for topic_brief."
    }
  }
}

Outputs

10 top-level fields

  • archiveContext
  • dag
  • job
  • note
  • product
  • result
  • template
  • unitPrice
  • capability
  • payer
{
  "type": "object",
  "required": [
    "archiveContext",
    "capability",
    "dag",
    "job",
    "note",
    "payer",
    "product",
    "result",
    "template",
    "unitPrice"
  ],
  "additionalProperties": false,
  "properties": {
    "archiveContext": {
      "type": "object",
      "required": [
        "latestReport",
        "reportArchiveCount",
        "selectedReport"
      ],
      "additionalProperties": false,
      "properties": {
        "latestReport": {
          "type": "object",
          "required": [
            "date",
            "dateLabel",
            "referenceCount",
            "signalCount",
            "slug",
            "timezone",
            "title"
          ],
          "additionalProperties": false,
          "properties": {
            "date": {
              "type": "string"
            },
            "dateLabel": {
              "type": "string"
            },
            "referenceCount": {
              "type": "integer",
              "minimum": 0
            },
            "signalCount": {
              "type": "integer",
              "minimum": 0
            },
            "slug": {
              "type": "string"
            },
            "timezone": {
              "type": "string"
            },
            "title": {
              "type": "string"
            }
          }
        },
        "reportArchiveCount": {
          "type": "integer",
          "minimum": 0
        },
        "selectedReport": {
          "type": "object",
          "required": [
            "date",
            "dateLabel",
            "referenceCount",
            "signalCount",
            "slug",
            "timezone",
            "title"
          ],
          "additionalProperties": false,
          "properties": {
            "date": {
              "type": "string"
            },
            "dateLabel": {
              "type": "string"
            },
            "referenceCount": {
              "type": "integer",
              "minimum": 0
            },
            "signalCount": {
              "type": "integer",
              "minimum": 0
            },
            "slug": {
              "type": "string"
            },
            "timezone": {
              "type": "string"
            },
            "title": {
              "type": "string"
            }
          }
        }
      }
    },
    "dag": {
      "type": "object",
      "required": [
        "edges",
        "nodes"
      ],
      "additionalProperties": false,
      "properties": {
        "edges": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "from",
              "to"
            ],
            "additionalProperties": false,
            "properties": {
              "from": {
                "type": "string"
              },
              "to": {
                "type": "string"
              }
            }
          }
        },
        "nodes": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "dependsOn",
              "id",
              "kind",
              "label",
              "status",
              "summary"
            ],
            "additionalProperties": false,
            "properties": {
              "attemptCount": {
                "type": "integer",
                "minimum": 0
              },
              "completedAt": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "dependsOn": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "id": {
                "type": "string"
              },
              "kind": {
                "enum": [
                  "analysis",
                  "input",
                  "publish",
                  "retrieval",
                  "transform"
                ]
              },
              "label": {
                "type": "string"
              },
              "provenance": {
                "anyOf": [
                  {
                    "type": "object",
                    "required": [
                      "input",
                      "notes",
                      "outputHash",
                      "references",
                      "sources"
                    ],
                    "additionalProperties": false,
                    "properties": {
                      "input": {},
                      "notes": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "outputHash": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "references": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "required": [
                            "id",
                            "kind",
                            "label",
                            "path",
                            "url"
                          ],
                          "additionalProperties": false,
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "kind": {
                              "enum": [
                                "derived",
                                "reference",
                                "report"
                              ]
                            },
                            "label": {
                              "type": "string"
                            },
                            "path": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        }
                      }
                    }
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "startedAt": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "status": {
                "enum": [
                  "completed"
                ]
              },
              "summary": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            }
          }
        }
      }
    },
    "job": {
      "type": "object",
      "required": [
        "completedAt",
        "createdAt",
        "id",
        "status"
      ],
      "additionalProperties": false,
      "properties": {
        "completedAt": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "status": {
          "enum": [
            "completed"
          ]
        }
      }
    },
    "note": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "result": {
      "type": "object",
      "required": [
        "confidence",
        "highlights",
        "nextActions",
        "references",
        "relatedReports",
        "summary",
        "supportingSignals",
        "topSignals",
        "watchlist"
      ],
      "additionalProperties": false,
      "properties": {
        "confidence": {
          "enum": [
            "high",
            "low",
            "medium",
            "snapshot"
          ]
        },
        "highlights": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "insight",
              "report",
              "type"
            ],
            "additionalProperties": false,
            "properties": {
              "insight": {
                "type": "string"
              },
              "report": {
                "type": "object",
                "required": [
                  "date",
                  "dateLabel",
                  "slug",
                  "title"
                ],
                "additionalProperties": false,
                "properties": {
                  "date": {
                    "type": "string"
                  },
                  "dateLabel": {
                    "type": "string"
                  },
                  "slug": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  }
                }
              },
              "type": {
                "type": "string"
              }
            }
          }
        },
        "nextActions": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "references": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "relatedReports": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "date",
              "dateLabel",
              "slug",
              "title"
            ],
            "additionalProperties": false,
            "properties": {
              "date": {
                "type": "string"
              },
              "dateLabel": {
                "type": "string"
              },
              "slug": {
                "type": "string"
              },
              "title": {
                "type": "string"
              }
            }
          }
        },
        "summary": {
          "type": "string"
        },
        "supportingSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label",
              "report"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              },
              "report": {
                "type": "object",
                "required": [
                  "date",
                  "dateLabel",
                  "slug",
                  "title"
                ],
                "additionalProperties": false,
                "properties": {
                  "date": {
                    "type": "string"
                  },
                  "dateLabel": {
                    "type": "string"
                  },
                  "slug": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "topSignals": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "description",
              "label"
            ],
            "additionalProperties": false,
            "properties": {
              "description": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          }
        },
        "watchlist": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "template": {
      "type": "object",
      "required": [
        "description",
        "id",
        "name"
      ],
      "additionalProperties": false,
      "properties": {
        "description": {
          "type": "string"
        },
        "id": {
          "enum": [
            "daily_operator_watch",
            "topic_brief"
          ]
        },
        "name": {
          "type": "string"
        }
      }
    },
    "unitPrice": {
      "type": "string"
    },
    "capability": {
      "type": "object",
      "required": [
        "capabilityId",
        "category",
        "documentationPath",
        "endpoint",
        "manifestPath",
        "schemaBoundCapabilityId"
      ],
      "additionalProperties": false,
      "properties": {
        "capabilityId": {
          "type": "string"
        },
        "category": {
          "enum": [
            "data",
            "report",
            "workflow"
          ]
        },
        "documentationPath": {
          "type": "string"
        },
        "endpoint": {
          "type": "string"
        },
        "manifestPath": {
          "type": "string"
        },
        "schemaBoundCapabilityId": {
          "type": "string"
        }
      }
    },
    "payer": {
      "anyOf": [
        {
          "type": "object",
          "required": [
            "address",
            "did"
          ],
          "additionalProperties": false,
          "properties": {
            "address": {
              "type": "string"
            },
            "did": {
              "type": "string"
            }
          }
        },
        {
          "type": "null"
        }
      ]
    }
  }
}

Manifest integrity

Hashes + signature

{
  "documentation": {
    "path": "/capabilities#workflow.run",
    "url": "https://temporal.rest/capabilities#workflow.run"
  },
  "freshQuote": {
    "asset": "0x20c000000000000000000000b9537d11c60e8b50",
    "capabilityId": "temporal:workflow.run@1",
    "endpointPath": "/api/workflows/run",
    "paymentKind": "session",
    "recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
    "settlementChain": "Tempo Mainnet",
    "suggestedDeposit": "5",
    "unitType": "job",
    "unitPrice": "0.25",
    "validFrom": "2026-03-20T18:06:35.122Z",
    "validUntil": "2026-03-20T18:11:35.122Z",
    "quoteHash": "b37034651ac84751a538397e2fb0cd4f3e75248cf145b9e38d405beac1a1a505",
    "signature": {
      "alg": "hmac-sha256",
      "keyId": "temporal-rest-discovery:6ad17a1eb19a",
      "value": "f3b875da64f40b2caccd6093e23fff721f9f03762d577d09195024e17368ac87",
      "signedAt": "2026-03-20T18:06:35.122Z"
    },
    "note": "Discovery quote is signed by the Temporal server for cache and manifest integrity. Live payment enforcement still comes from the x402 challenge on the endpoint itself."
  },
  "manifestHash": "dd1e9f7d8555fa9e8caa48e6a7d94b9c4ffc4ac3fef8c2102fb7b8b9fb554424",
  "schemaHashes": {
    "input": "9e973909d135a717d631aea0cf106bf77ed38b53386457ac34c4991b3860c109",
    "output": "efcf7403bd884c1dab39b850695666fa926216780213eb360c269f143877fe1e"
  }
}