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-04T20:39:41.450Z",
"validUntil": "2026-05-04T20:44:41.450Z",
"quoteHash": "f5509e19306024ef3e84913fa220cf32ba848107dc1795117db94eda67d83a64",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "2b9ffab65814945a787d00f4a8f8499dadab2a43618d1398e3bc2ccaa8e4706e",
"signedAt": "2026-05-04T20:39:41.450Z"
},
"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": "8217095d91f4e7347a7348cf47e4b448c1cd011291d314978a4140007a2c866c",
"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-04T20:39:41.450Z",
"validUntil": "2026-05-04T20:44:41.450Z",
"quoteHash": "406448f1d18dcfd09667715e69fd196c8d863d76b8b7dafe36b0348d6ae228d5",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "4aecc6e7fd782f4b3ce0f74c1a85afa447c3972cf929a3af429406c63e0ac157",
"signedAt": "2026-05-04T20:39:41.450Z"
},
"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": "233240cc66a177fcc7a12828ef8ec3cf2bde09269edb402f6f466d124e2a98f4",
"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-04T20:39:41.451Z",
"validUntil": "2026-05-04T20:44:41.451Z",
"quoteHash": "75093e8471004924791814f1acd47abb2be0b25fb4908e9087440695c9e9ab65",
"signature": {
"alg": "hmac-sha256",
"keyId": "temporal-rest-discovery:6ad17a1eb19a",
"value": "6b7169efd992165ec95db8fec836d297607dc76fc6c975751332be14ffe1d0d8",
"signedAt": "2026-05-04T20:39:41.451Z"
},
"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": "881701d0f5e790639e780d2aa657c37b237cfebe30cc621eb286625c07add278",
"schemaHashes": {
"input": "d746974fa9afd5e951f76f9af38954b0ad7f436f2120dc974da65e5ee39f856f",
"output": "1e84c467a77cb134ad0f295be4a127516f7b601311aee85392bd9417cd50c832"
},
"commitments": {
"identityLedger": "0x3e952b8D270640C5a9B5711d532B984Bcd1218b8",
"signalScoreboard": "0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"
}
}