Reports
3
Packaged daily research with open public access.
Capabilities
What each research surface does, whether it is open, whether a preview exists, how fresh the data is, whether workflow policies are enforced, and whether the endpoint is currently healthy. Query /api/capabilities for the machine-readable version.
Overview
Reports
Packaged daily research with open public access.
Data
Machine-readable feeds for repeated queries.
Workflows
Multi-step research jobs run on demand.
Status
Last published Mar 21, 2026, 12:00 PM.
Browse
GET /api/report/standard
Full latest nightly synthesis as structured JSON with open public access.
Reliability
Notes
Endpoint
publictempo_mpp_charge+report_commitmentExamples
/api/report/standardInput schema
{
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {}
}Output schema
capabilitycommitmentsmetadatapayerpriceproductreportunitEndpoints{
"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"
}
}
}
}
}Integrity
{
"freshQuote": {
"asset": "0x20c000000000000000000000b9537d11c60e8b50",
"capabilityId": "temporal:report.standard@1",
"endpointPath": "/api/report/standard",
"paymentKind": "free",
"recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
"settlementChain": "Tempo Mainnet",
"suggestedDeposit": null,
"unitType": "request",
"unitPrice": "0",
"validFrom": "2026-05-20T03:32:11.785Z",
"validUntil": "2026-05-20T03:37:11.785Z",
"quoteHash": "fcfe87502bceef486de75810038a847352b3d3e9a3f933698a5718f999323d83",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "cccc76f9cb9fc4423d243813aecf0af8256db0c7936bed3c5a8316b333167837",
"signedAt": "2026-05-20T03:32:11.785Z"
},
"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": "f229ca7712eacada5d328c0a71fe99d961e7c783b83a81b5e4bdd679f7db74b4",
"schemaHashes": {
"input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
"output": "9533c399a7e05bd2bbf1d9a7f20049803a8a801b5e69276db2d55ed590c95ced"
},
"commitments": {
"identityLedger": "0x3e952b8D270640C5a9B5711d532B984Bcd1218b8",
"signalScoreboard": "0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"
}
}GET /api/report/alpha
Higher-conviction framing and operator packaging with open public access.
Reliability
Notes
Endpoint
publictempo_mpp_charge+report_commitmentExamples
/api/report/alphaInput schema
{
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {}
}Output schema
capabilitycommitmentsmetadataoperatorFramepayerpriceproductreportunitEndpoints{
"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"
}
}
}
}
}Integrity
{
"freshQuote": {
"asset": "0x20c000000000000000000000b9537d11c60e8b50",
"capabilityId": "temporal:report.alpha@1",
"endpointPath": "/api/report/alpha",
"paymentKind": "free",
"recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
"settlementChain": "Tempo Mainnet",
"suggestedDeposit": null,
"unitType": "request",
"unitPrice": "0",
"validFrom": "2026-05-20T03:32:11.785Z",
"validUntil": "2026-05-20T03:37:11.785Z",
"quoteHash": "0551c725e216d50aa226eda0bb5a5b69bb35b5ab52eb98a2df61b2642d74c133",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "c0b4db1730e7eb6ddc1646f8ee51b58562d5a9d357e6b70b3b5a2c5498079bf5",
"signedAt": "2026-05-20T03:32:11.785Z"
},
"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": "9f2e34ac101a5818b25833a569243598dc87982fd45b22ba36383b72b05349d5",
"schemaHashes": {
"input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
"output": "4aecba61ec6468b03a1dda23f1e1e9731f1414a67b4f67684b761502bff57bef"
},
"commitments": {
"identityLedger": "0x3e952b8D270640C5a9B5711d532B984Bcd1218b8",
"signalScoreboard": "0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"
}
}GET /api/report/executive
Most compressed decision memo for the current issue with open public access.
Reliability
Notes
Endpoint
publictempo_mpp_charge+report_commitmentExamples
/api/report/executiveInput schema
{
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {}
}Output schema
briefcapabilitycommitmentsmetadatapayerpriceproductunitEndpoints{
"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"
}
}
}
}
}Integrity
{
"freshQuote": {
"asset": "0x20c000000000000000000000b9537d11c60e8b50",
"capabilityId": "temporal:report.executive@1",
"endpointPath": "/api/report/executive",
"paymentKind": "free",
"recipient": "0x42d3e055a371d4a58cb3df34819dfa3c395d693e",
"settlementChain": "Tempo Mainnet",
"suggestedDeposit": null,
"unitType": "request",
"unitPrice": "0",
"validFrom": "2026-05-20T03:32:11.785Z",
"validUntil": "2026-05-20T03:37:11.785Z",
"quoteHash": "bc43afb52a5af85e004340bae12757e6a7bb19e47f653c97c556b6a562e952c7",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "82f2f5afe36c144e1c89d26e0485a7710b1b6488cc87bde73404a9b1fe9b204e",
"signedAt": "2026-05-20T03:32:11.785Z"
},
"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": "0fbe9e62bfe75cf6bb0605a1b16b0762d938907d1c253b8e807a9ff30dc88fef",
"schemaHashes": {
"input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
"output": "1e84c467a77cb134ad0f295be4a127516f7b601311aee85392bd9417cd50c832"
},
"commitments": {
"identityLedger": "0x3e952b8D270640C5a9B5711d532B984Bcd1218b8",
"signalScoreboard": "0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"
}
}