{"name":"temporal.rest capability registry","version":"v1","generatedAt":"2026-05-04T20:40:11.912Z","baseUrl":"https://temporal.rest","discoveryPath":"/api/capabilities","latestPublishedReport":{"date":"2026-03-21","slug":"2026-03-21","title":"TEMPO SIGNAL Daily Brief"},"count":1,"capabilities":[{"manifestId":"workflow.run","capabilityId":"temporal:workflow.run@1","schemaBoundCapabilityId":"temporal:workflow.run@1:0e06a03ec7119c0160dcc595e34e65cf436f54f78259e00649bc453e81ea70e3:eb75e214afcce06fdc153ddb9a88fcdd80a4244fb998ff184bf753678fa0555e","category":"workflow","name":"Temporal workflow DAG job","description":"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.","operationalStatus":"stale","endpoint":{"method":"GET","path":"/api/workflows/run","url":"https://temporal.rest/api/workflows/run"},"documentation":{"path":"/capabilities#workflow.run","url":"https://temporal.rest/capabilities#workflow.run"},"pricingModel":{"amount":"0.25","kind":"session","suggestedDeposit":"5","unitType":"job","currency":"0x20c000000000000000000000b9537d11c60e8b50","recipient":"0x42d3e055a371d4a58cb3df34819dfa3c395d693e","settlementChain":"Tempo Mainnet"},"expectedLatencyMs":{"typical":1200,"upperBound":3600},"freshnessWindow":{"seconds":86400,"description":"Workflow outputs are derived from the latest published archive until the next nightly issue lands."},"proofMethod":{"id":"tempo_mpp_session+workflow_receipt","description":"MPP/x402 session challenge plus a job receipt, DAG execution summary, and published archive references.","commitments":["0x3e952b8D270640C5a9B5711d532B984Bcd1218b8","0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"]},"authMethod":"tempo_mpp_x402_session","examples":[{"name":"Run a topic brief workflow","description":"Build a completed DAG job for a topic-focused brief.","path":"/api/workflows/run?template=topic_brief&topic=tempo%20mainnet","url":"https://temporal.rest/api/workflows/run?template=topic_brief&topic=tempo%20mainnet"},{"name":"Run a daily operator watch workflow","description":"Build a watch-style DAG job over the selected issue or latest issue.","path":"/api/workflows/run?template=daily_operator_watch&focus=partners","url":"https://temporal.rest/api/workflows/run?template=daily_operator_watch&focus=partners"},{"name":"Run a competitor watch workflow","description":"Build a competitor-focused watch DAG over the latest issue.","path":"/api/workflows/run?template=competitor_watch&focus=stablecoin%20rivals","url":"https://temporal.rest/api/workflows/run?template=competitor_watch&focus=stablecoin%20rivals"},{"name":"Run an explain-this-signal workflow","description":"Build a paid explanation receipt for one live signal thread.","path":"/api/workflows/run?template=signal_explain&topic=Launch%20anchor%20Tempo%20mainnet","url":"https://temporal.rest/api/workflows/run?template=signal_explain&topic=Launch%20anchor%20Tempo%20mainnet"}],"tags":["workflow","dag","job","archive","tempo","x402"],"inputSchema":{"type":"object","additionalProperties":false,"properties":{"allowedCapabilities":{"anyOf":[{"type":"array","items":{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}},{"type":"string","minLength":1}],"description":"Optional capability allowlist. Comma-separated strings are also accepted on query surfaces."},"focus":{"type":"string","minLength":1,"description":"Optional focus label for watch templates like daily_operator_watch, partner_monitor, and competitor_watch."},"freshnessMaxAgeSeconds":{"type":"integer","minimum":0,"description":"Optional freshness ceiling in seconds. Runs older than this archive age are blocked."},"maxSpendPerDayUsdc":{"type":"number","minimum":0,"description":"Optional rolling 24-hour cap for this workflow lineage."},"maxSpendPerMonthUsdc":{"type":"number","minimum":0,"description":"Optional rolling 30-day cap for this workflow lineage."},"maxSpendPerRunUsdc":{"type":"number","minimum":0,"description":"Optional per-run cap. Runs above this amount are blocked."},"previewHash":{"type":"string","minLength":12,"description":"Optional hash returned by /api/workflows/preview. When it still matches the live preflight state, the resulting receipt links back to that preview."},"q":{"type":"string","minLength":1,"description":"Alias for topic when using brief templates like topic_brief, launch_tracker, or signal_explain."},"requireCitations":{"anyOf":[{"type":"boolean"},{"type":"string","minLength":1}],"description":"Optional citation gate. When enabled, the workflow blocks before publish unless at least one reference is available."},"requireHumanLease":{"anyOf":[{"type":"boolean"},{"type":"string","minLength":1}],"description":"Optional human-lease gate. When enabled, the job is persisted but stays blocked until a passkey-signed lease is attached."},"requiresApprovalAboveUsdc":{"type":"number","minimum":0,"description":"Optional approval threshold. Runs above this estimate pause for passkey approval."},"slug":{"type":"string","minLength":1,"description":"Optional report slug to anchor the workflow on a specific issue."},"sourceLeaseId":{"type":"string","minLength":8,"description":"Optional attached or inherited human lease id to evaluate during job creation."},"template":{"type":"string","enum":["topic_brief","launch_tracker","daily_operator_watch","partner_monitor","competitor_watch","signal_explain","deep_report_create","deep_report_refresh"],"description":"Workflow template to run."},"topic":{"type":"string","minLength":1,"description":"Optional topic prompt for brief templates like topic_brief, launch_tracker, and signal_explain."}}},"outputSchema":{"type":"object","required":["archiveContext","capability","dag","job","note","payer","product","result","template","unitPrice"],"additionalProperties":false,"properties":{"approval":{"type":"object","required":["decidedAt","decidedBy","note","required","status","thresholdUsdc"],"additionalProperties":false,"properties":{"decidedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"decidedBy":{"anyOf":[{"type":"object","required":["credentialId","method"],"additionalProperties":false,"properties":{"credentialId":{"anyOf":[{"type":"string"},{"type":"null"}]},"method":{"enum":["header","passkey","secret"]}}},{"type":"null"}]},"note":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":{"type":"boolean"},"status":{"enum":["approved","denied","not_required","pending"]},"thresholdUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]}}},"artifacts":{"type":"array","items":{"type":"object","required":["artifactId","capturedAt","contentType","estimatedTokens","hash","kind","label","nodeId","path","readPath","sizeBytes","slices","sourceUrls","summary"],"additionalProperties":false,"properties":{"artifactId":{"type":"string"},"capturedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"contentType":{"type":"string"},"estimatedTokens":{"type":"integer","minimum":0},"hash":{"type":"string"},"kind":{"enum":["private_capture","report_anchor","workflow_capture"]},"label":{"type":"string"},"nodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"path":{"anyOf":[{"type":"string"},{"type":"null"}]},"readPath":{"type":"string"},"sizeBytes":{"type":"integer","minimum":0},"slices":{"type":"array","items":{"type":"object","required":["contentType","estimatedTokens","id","label","readPath","sizeBytes"],"additionalProperties":false,"properties":{"contentType":{"type":"string"},"estimatedTokens":{"type":"integer","minimum":0},"id":{"type":"string"},"label":{"type":"string"},"readPath":{"type":"string"},"sizeBytes":{"type":"integer","minimum":0}}}},"sourceUrls":{"type":"array","items":{"type":"string"}},"summary":{"type":"string"}}}},"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"},"policyEvaluation":{"type":"object","required":["allowed","approvalRequired","blockingReasons","checkedAt","checkedEstimatedUsdc","checkedNodeId","checkedPhase","currentCapability","freshnessMaxAgeSeconds","referenceCount","remainingDailyUsdc","remainingMonthlyUsdc","requireCitations","selectedReportAgeSeconds","selectedReportIsLatest","touchedCapabilities"],"additionalProperties":false,"properties":{"allowed":{"type":"boolean"},"approvalRequired":{"type":"boolean"},"blockingReasons":{"type":"array","items":{"type":"string"}},"checkedAt":{"type":"string"},"checkedEstimatedUsdc":{"type":"number","minimum":0},"checkedNodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"checkedPhase":{"enum":["preflight","runtime"]},"currentCapability":{"anyOf":[{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]},{"type":"null"}]},"freshnessMaxAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"referenceCount":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"remainingDailyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"remainingMonthlyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"requireCitations":{"type":"boolean"},"selectedReportAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"selectedReportIsLatest":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"touchedCapabilities":{"type":"array","items":{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}}}},"policyTrace":{"type":"array","items":{"type":"object","required":["allowed","approvalRequired","blockingReasons","checkedAt","checkedEstimatedUsdc","checkedNodeId","checkedPhase","currentCapability","freshnessMaxAgeSeconds","referenceCount","remainingDailyUsdc","remainingMonthlyUsdc","requireCitations","selectedReportAgeSeconds","selectedReportIsLatest","touchedCapabilities"],"additionalProperties":false,"properties":{"allowed":{"type":"boolean"},"approvalRequired":{"type":"boolean"},"blockingReasons":{"type":"array","items":{"type":"string"}},"checkedAt":{"type":"string"},"checkedEstimatedUsdc":{"type":"number","minimum":0},"checkedNodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"checkedPhase":{"enum":["preflight","runtime"]},"currentCapability":{"anyOf":[{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]},{"type":"null"}]},"freshnessMaxAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"referenceCount":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"remainingDailyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"remainingMonthlyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"requireCitations":{"type":"boolean"},"selectedReportAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"selectedReportIsLatest":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"touchedCapabilities":{"type":"array","items":{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}}}}},"product":{"type":"string"},"preview":{"anyOf":[{"type":"object","required":["hash","id","intent","matchedAt"],"additionalProperties":false,"properties":{"hash":{"type":"string"},"id":{"type":"string"},"intent":{"enum":["job","run"]},"matchedAt":{"type":"string"}}},{"type":"null"}]},"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"}}}},"runRecord":{"type":"object","required":["conclusion","evidence","generatedAt","hypothesis","lease","policyChecks","spend"],"additionalProperties":false,"properties":{"conclusion":{"type":"object","required":["status","summary"],"additionalProperties":false,"properties":{"status":{"enum":["confirmed","qualified","unverified"]},"summary":{"type":"string"}}},"evidence":{"type":"array","items":{"type":"object","required":["citation","freshnessCheckedAt","id","kind","label","nodeId","path","summary","url"],"additionalProperties":false,"properties":{"citation":{"anyOf":[{"type":"string"},{"type":"null"}]},"freshnessCheckedAt":{"type":"string"},"id":{"type":"string"},"kind":{"enum":["artifact","reference","report","signal"]},"label":{"type":"string"},"nodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"path":{"anyOf":[{"type":"string"},{"type":"null"}]},"summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}}}},"generatedAt":{"type":"string"},"hypothesis":{"type":"object","required":["confidenceLabel","confidenceScore","summary"],"additionalProperties":false,"properties":{"confidenceLabel":{"enum":["high","low","medium","snapshot"]},"confidenceScore":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"summary":{"type":"string"}}},"lease":{"anyOf":[{"type":"object","required":["allowed","checkedAt","detail","currentCapability","inheritedFromSubscription","lease","leaseId","projectedSpendUsd","reason","required","source","status","target","template","usesPrivateRoutes","verification","webhookHost"],"additionalProperties":false,"properties":{"allowed":{"type":"boolean"},"checkedAt":{"type":"string"},"detail":{"type":"string"},"currentCapability":{"anyOf":[{"enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]},{"type":"null"}]},"inheritedFromSubscription":{"type":"boolean"},"lease":{"anyOf":[{"type":"object","required":["createdAt","expiresAt","id","issuer","payloadHash","policy","scope","target","updatedAt","validFrom","verification"],"additionalProperties":false,"properties":{"createdAt":{"type":"string"},"expiresAt":{"type":"string"},"id":{"type":"string"},"issuer":{"type":"object","required":["credentialId","userId"],"additionalProperties":false,"properties":{"credentialId":{"type":"string"},"userId":{"type":"string"}}},"payloadHash":{"type":"string"},"policy":{"type":"object","required":["maxIntervalHours","maxRuns","maxSpendUsd"],"additionalProperties":false,"properties":{"maxIntervalHours":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}]},"maxRuns":{"anyOf":[{"type":"integer","minimum":1},{"type":"null"}]},"maxSpendUsd":{"anyOf":[{"type":"string"},{"type":"null"}]}}},"scope":{"type":"object","required":["capabilityIds","privateRoutes","templates","webhookHosts"],"additionalProperties":false,"properties":{"capabilityIds":{"type":"array","items":{"enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}},"privateRoutes":{"type":"boolean"},"templates":{"type":"array","items":{"enum":["topic_brief","launch_tracker","daily_operator_watch","partner_monitor","competitor_watch","signal_explain","deep_report_create","deep_report_refresh"]}},"webhookHosts":{"type":"array","items":{"type":"string"}}}},"target":{"type":"object","required":["id","kind"],"additionalProperties":false,"properties":{"id":{"type":"string"},"kind":{"enum":["job","subscription"]}}},"updatedAt":{"type":"string"},"validFrom":{"type":"string"},"verification":{"type":"object","required":["checkedAt","detail","passed","status","verifiedAt"],"additionalProperties":false,"properties":{"checkedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"detail":{"type":"string"},"passed":{"type":"boolean"},"status":{"enum":["invalid","missing","pending","verified"]},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}},{"type":"null"}]},"leaseId":{"anyOf":[{"type":"string"},{"type":"null"}]},"projectedSpendUsd":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"reason":{"anyOf":[{"enum":["expired","out_of_scope","renewal_required"]},{"type":"null"}]},"required":{"type":"boolean"},"source":{"enum":["attached","inherited_subscription","missing","operator_override"]},"status":{"enum":["active","admin_override","expiring_soon","expired","missing","rejected"]},"target":{"type":"object","required":["id","kind"],"additionalProperties":false,"properties":{"id":{"type":"string"},"kind":{"enum":["job","subscription"]}}},"template":{"enum":["topic_brief","launch_tracker","daily_operator_watch","partner_monitor","competitor_watch","signal_explain","deep_report_create","deep_report_refresh"]},"usesPrivateRoutes":{"type":"boolean"},"verification":{"type":"object","required":["checkedAt","detail","passed","status","verifiedAt"],"additionalProperties":false,"properties":{"checkedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"detail":{"type":"string"},"passed":{"type":"boolean"},"status":{"enum":["invalid","missing","pending","verified"]},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}}},"webhookHost":{"anyOf":[{"type":"string"},{"type":"null"}]}}},{"type":"null"}]},"policyChecks":{"type":"array","items":{"type":"object","required":["allowed","approvalRequired","blockingReasons","checkedAt","checkedEstimatedUsdc","checkedNodeId","checkedPhase","currentCapability","freshnessMaxAgeSeconds","referenceCount","remainingDailyUsdc","remainingMonthlyUsdc","requireCitations","selectedReportAgeSeconds","selectedReportIsLatest","touchedCapabilities"],"additionalProperties":false,"properties":{"allowed":{"type":"boolean"},"approvalRequired":{"type":"boolean"},"blockingReasons":{"type":"array","items":{"type":"string"}},"checkedAt":{"type":"string"},"checkedEstimatedUsdc":{"type":"number","minimum":0},"checkedNodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"checkedPhase":{"enum":["preflight","runtime"]},"currentCapability":{"anyOf":[{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]},{"type":"null"}]},"freshnessMaxAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"referenceCount":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"remainingDailyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"remainingMonthlyUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"requireCitations":{"type":"boolean"},"selectedReportAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"selectedReportIsLatest":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"touchedCapabilities":{"type":"array","items":{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}}}}},"spend":{"type":"object","required":["actualUsdc","actualizedAt","estimatedUsdc"],"additionalProperties":false,"properties":{"actualUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"actualizedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"estimatedUsdc":{"type":"number","minimum":0}}}}},"spend":{"type":"object","required":["actualUsdc","actualizedAt","estimatedAt","estimatedUsdc","payer","touchedCapabilities"],"additionalProperties":false,"properties":{"actualUsdc":{"anyOf":[{"type":"number","minimum":0},{"type":"null"}]},"actualizedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"estimatedAt":{"type":"string"},"estimatedUsdc":{"type":"number","minimum":0},"payer":{"anyOf":[{"type":"object","required":["address","did"],"additionalProperties":false,"properties":{"address":{"type":"string"},"did":{"type":"string"}}},{"type":"null"}]},"touchedCapabilities":{"type":"array","items":{"type":"string","enum":["workflow.run","data.answer","data.signals","research.private","data.artifacts"]}}}},"template":{"type":"object","required":["description","id","name"],"additionalProperties":false,"properties":{"description":{"type":"string"},"id":{"enum":["topic_brief","launch_tracker","daily_operator_watch","partner_monitor","competitor_watch","signal_explain","deep_report_create","deep_report_refresh"]},"name":{"type":"string"}}},"unitPrice":{"type":"string"},"verification":{"type":"object","required":["checkedAt","citations","delivery","freshness","publication","schema"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"citations":{"type":"object","required":["checkedAt","issues","passed","referenceCount","sourceCount"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"issues":{"type":"array","items":{"type":"string"}},"passed":{"type":"boolean"},"referenceCount":{"type":"integer","minimum":0},"sourceCount":{"type":"integer","minimum":0}}},"delivery":{"anyOf":[{"type":"object","required":["checkedAt","detail","passed","target"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"detail":{"type":"string"},"passed":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"target":{"anyOf":[{"type":"string"},{"type":"null"}]}}},{"type":"null"}]},"freshness":{"type":"object","required":["checkedAt","maxAgeSeconds","passed","reason","selectedReportAgeSeconds","selectedReportIsLatest","selectedReportPublishedAt"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"maxAgeSeconds":{"type":"integer","minimum":0},"passed":{"type":"boolean"},"reason":{"type":"string"},"selectedReportAgeSeconds":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}]},"selectedReportIsLatest":{"type":"boolean"},"selectedReportPublishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}}},"publication":{"type":"object","required":["checkedAt","detail","nodeId","passed","publishedAt"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"detail":{"type":"string"},"nodeId":{"anyOf":[{"type":"string"},{"type":"null"}]},"passed":{"type":"boolean"},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}}},"schema":{"type":"object","required":["checkedAt","issues","passed"],"additionalProperties":false,"properties":{"checkedAt":{"type":"string"},"issues":{"type":"array","items":{"type":"string"}},"passed":{"type":"boolean"}}}}},"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"}]}}},"schemaHashes":{"input":"0e06a03ec7119c0160dcc595e34e65cf436f54f78259e00649bc453e81ea70e3","output":"eb75e214afcce06fdc153ddb9a88fcdd80a4244fb998ff184bf753678fa0555e"},"preview":{"description":"Preview the inline paid DAG receipt before accepting the x402 session challenge.","path":"/api/workflows/preview","url":"https://temporal.rest/api/workflows/preview"},"workflowSupport":{"previewSupport":{"description":"Uses the companion preview endpoint before accepting the inline paid run.","level":"companion","path":"/api/workflows/preview"},"approval":{"description":"Inline paid runs do not pause for operator approval; they execute immediately after payment.","level":"none"},"freshnessPolicy":{"configurable":false,"defaultWindowSeconds":86400,"description":"Inline runs report freshness in the final receipt, but do not currently accept custom runtime freshness policy inputs.","level":"reported"},"citationPolicy":{"configurable":false,"description":"Inline runs report citation verification in the final receipt, but do not currently accept custom citation policy inputs.","level":"reported"},"artifactHandles":{"description":"Completed inline receipts return artifact handles with selective-read support.","level":"returned","readPath":"/api/data/artifacts"},"humanLease":{"description":"Inline paid runs do not attach human leases directly, but the final receipt still reports the evaluated lease snapshot that governed execution context.","level":"reported","managementPaths":{"job":null,"subscription":null},"notes":["Use async jobs or subscriptions when you need passkey-signed lease attachment and renewal flows.","Inline runs surface lease context in receipts, but they do not expose a lease ceremony of their own."],"renewal":{"expiringSoonEvents":false,"passkeyPresets":false},"requiredByDefault":false,"scope":{"capabilityIds":false,"privateRoutes":false,"spendWindow":false,"webhookHosts":false}},"verification":{"description":"Inline receipts include run records plus freshness, schema, citation, and publication verification.","level":"receipt"},"contract":{"guarantees":["preview before pay","artifact handles returned","selective artifact reads","verification-rich receipt","lease visibility"],"leaseScopeLabels":[],"mechanicalPolicy":false,"operatorSurfaces":["/api/workflows/preview","/api/data/artifacts"],"previewBeforePay":true,"renewalSupport":false,"requiresHumanLeaseByDefault":false,"returnsArtifactHandles":true,"selectiveReads":true,"verificationReceipt":true}},"commitments":{"identityLedger":"0x3e952b8D270640C5a9B5711d532B984Bcd1218b8","signalScoreboard":"0x8D674Bb9f0416a2D491400110fEeAD041FC2Dd35"},"reliability":{"cadence":"daily","freshnessLagMs":3832811888,"lastPublishedAt":"2026-03-21T12:00:00.000Z","lastSuccessfulRun":"2026-03-21T12:00:00.000Z","notes":["Median latency currently mirrors the capability's published latency hint; live request telemetry is not yet persisted publicly."],"onTime":{"day1":{"issuesExpected":1,"issuesPublished":0,"percentage":0,"windowDays":1},"day7":{"issuesExpected":7,"issuesPublished":0,"percentage":0,"windowDays":7},"day30":{"issuesExpected":30,"issuesPublished":0,"percentage":0,"windowDays":30}},"paymentSuccessRate":{"note":"Payment telemetry is not yet persisted publicly; live x402 challenges remain authoritative.","percentage":null,"sampleSize":0},"recentFailures":[],"medianLatencyMs":1200,"latencySource":"expected_latency_hint","status":"stale","statusReason":"Latest successful run is outside the advertised freshness window."},"runtime":{"deployment":"vercel:production","sessionStore":"vercel_kv"},"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-05-04T20:40:11.911Z","validUntil":"2026-05-04T20:45:11.911Z","quoteHash":"1882c00118b5392a30dacc3f7e5d25bba8a5b2f2c146961ebcfe1ca6353496ad","signature":{"alg":"hmac-sha256","keyId":"temporal-rest-discovery:6ad17a1eb19a","value":"cce3ec959781df6d3d9e6a0a037aa10705f0e50ec5e00b9f6b7d4561714f3fb3","signedAt":"2026-05-04T20:40:11.911Z"},"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":"5d0a04ecb3e639260c67020548586d84b1bdefd844c967673f7aac5c95d51fb1"}],"healthSummary":{"degraded":0,"healthy":0,"lastPublishedAt":"2026-03-21T12:00:00.000Z","lastSuccessfulRun":"2026-03-21T12:00:00.000Z","stale":1},"note":"Capabilities describe the current public surface in a machine-readable way. Freshness and workflow policy quotes are discovery hints; route responses remain authoritative."}