@openwop/spec-artifacts 2.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/CORPUS-STAMP.json +234 -0
  2. package/LICENSE +201 -0
  3. package/README.md +7 -0
  4. package/api/.redocly.lint-ignore.yaml +22 -0
  5. package/api/asyncapi.yaml +834 -0
  6. package/api/grpc/openwop.proto +251 -0
  7. package/api/openapi.yaml +2693 -0
  8. package/api/redocly.yaml +23 -0
  9. package/api/seams-v2.yaml +680 -0
  10. package/api/v2/asyncapi.yaml +528 -0
  11. package/api/v2/openapi.yaml +3139 -0
  12. package/api/v2/redocly.yaml +16 -0
  13. package/package.json +10 -0
  14. package/schemas/README.md +144 -0
  15. package/schemas/a2a-task-state.schema.json +78 -0
  16. package/schemas/a2ui-surface-delta-frame.schema.json +48 -0
  17. package/schemas/agent-deployment-transition.schema.json +49 -0
  18. package/schemas/agent-deployment.schema.json +54 -0
  19. package/schemas/agent-eval-suite.schema.json +140 -0
  20. package/schemas/agent-inventory-response.schema.json +115 -0
  21. package/schemas/agent-manifest.schema.json +156 -0
  22. package/schemas/agent-org-chart.schema.json +82 -0
  23. package/schemas/agent-ref.schema.json +63 -0
  24. package/schemas/agent-roster-entry.schema.json +81 -0
  25. package/schemas/agent-roster-response.schema.json +21 -0
  26. package/schemas/ai-envelope.schema.json +134 -0
  27. package/schemas/annotation-create.schema.json +37 -0
  28. package/schemas/annotation.schema.json +56 -0
  29. package/schemas/artifact-type-pack-manifest.schema.json +244 -0
  30. package/schemas/audit-verify-result.schema.json +90 -0
  31. package/schemas/budget-policy.schema.json +18 -0
  32. package/schemas/capabilities.schema.json +4160 -0
  33. package/schemas/certification-bundle-v2.schema.json +118 -0
  34. package/schemas/channel-presence-payload.schema.json +41 -0
  35. package/schemas/channel-written-payload.schema.json +55 -0
  36. package/schemas/chat-card-pack-manifest.schema.json +253 -0
  37. package/schemas/compact-tool-descriptor.schema.json +51 -0
  38. package/schemas/compensation-policy.schema.json +64 -0
  39. package/schemas/conformance-certification-bundle.schema.json +86 -0
  40. package/schemas/connection-pack-manifest.schema.json +353 -0
  41. package/schemas/conversation-event.schema.json +168 -0
  42. package/schemas/conversation-turn.schema.json +117 -0
  43. package/schemas/core-conformance-mock-agent-config.schema.json +152 -0
  44. package/schemas/credential-provenance.schema.json +18 -0
  45. package/schemas/credential-reference.schema.json +21 -0
  46. package/schemas/debug-bundle.schema.json +196 -0
  47. package/schemas/dispatch-config.schema.json +112 -0
  48. package/schemas/envelopes/clarification.request.schema.json +52 -0
  49. package/schemas/envelopes/error.schema.json +30 -0
  50. package/schemas/envelopes/media.audio.schema.json +38 -0
  51. package/schemas/envelopes/media.file.schema.json +37 -0
  52. package/schemas/envelopes/media.image.schema.json +33 -0
  53. package/schemas/envelopes/schema.request.schema.json +26 -0
  54. package/schemas/envelopes/schema.response.schema.json +22 -0
  55. package/schemas/envelopes/ui.a2ui-surface.schema.json +154 -0
  56. package/schemas/error-envelope.schema.json +25 -0
  57. package/schemas/eval-summary.schema.json +92 -0
  58. package/schemas/export-bundle.schema.json +66 -0
  59. package/schemas/form-content-pack-manifest.schema.json +243 -0
  60. package/schemas/frontend-plugin-manifest.schema.json +109 -0
  61. package/schemas/goal.schema.json +104 -0
  62. package/schemas/heartbeat-evaluated.schema.json +14 -0
  63. package/schemas/heartbeat-state-changed.schema.json +14 -0
  64. package/schemas/localized-content-language-settings.schema.json +26 -0
  65. package/schemas/localized-content-page-response.schema.json +60 -0
  66. package/schemas/localized-content-page.schema.json +62 -0
  67. package/schemas/localized-content-section.schema.json +51 -0
  68. package/schemas/memory-entry.schema.json +36 -0
  69. package/schemas/memory-list-options.schema.json +37 -0
  70. package/schemas/node-pack-manifest.schema.json +654 -0
  71. package/schemas/orchestrator-decision.schema.json +90 -0
  72. package/schemas/org-chart-responsibility-view.schema.json +26 -0
  73. package/schemas/pack-lockfile.schema.json +108 -0
  74. package/schemas/prompt-kind.schema.json +8 -0
  75. package/schemas/prompt-pack-manifest.schema.json +117 -0
  76. package/schemas/prompt-ref.schema.json +40 -0
  77. package/schemas/prompt-template.schema.json +149 -0
  78. package/schemas/proposal.schema.json +84 -0
  79. package/schemas/registry-version-manifest.schema.json +208 -0
  80. package/schemas/residency.schema.json +16 -0
  81. package/schemas/run-ancestry-response.schema.json +54 -0
  82. package/schemas/run-diff-response.schema.json +64 -0
  83. package/schemas/run-event-payloads.schema.json +4452 -0
  84. package/schemas/run-event.schema.json +211 -0
  85. package/schemas/run-options.schema.json +80 -0
  86. package/schemas/run-orchestrator-decided-event.schema.json +20 -0
  87. package/schemas/run-snapshot.schema.json +148 -0
  88. package/schemas/security-advisory.schema.json +109 -0
  89. package/schemas/self-hosted-runner-dispatch-frame.schema.json +79 -0
  90. package/schemas/self-hosted-runner-registration.schema.json +53 -0
  91. package/schemas/self-hosted-runner-result-frame.schema.json +38 -0
  92. package/schemas/subject.schema.json +56 -0
  93. package/schemas/suspend-request.schema.json +207 -0
  94. package/schemas/tool-descriptor.schema.json +63 -0
  95. package/schemas/trigger-event.schema.json +222 -0
  96. package/schemas/trigger-subscription-registration.schema.json +67 -0
  97. package/schemas/trigger-subscription.schema.json +26 -0
  98. package/schemas/ui-plugin-message.schema.json +90 -0
  99. package/schemas/v2/a2a-task-state.schema.json +102 -0
  100. package/schemas/v2/a2ui-surface-delta-frame.schema.json +62 -0
  101. package/schemas/v2/agent-deployment-transition.schema.json +67 -0
  102. package/schemas/v2/agent-deployment.schema.json +68 -0
  103. package/schemas/v2/agent-eval-suite.schema.json +214 -0
  104. package/schemas/v2/agent-inventory-response.schema.json +172 -0
  105. package/schemas/v2/agent-manifest.schema.json +218 -0
  106. package/schemas/v2/agent-org-chart.schema.json +149 -0
  107. package/schemas/v2/agent-ref.schema.json +67 -0
  108. package/schemas/v2/agent-roster-entry.schema.json +104 -0
  109. package/schemas/v2/agent-roster-response.schema.json +27 -0
  110. package/schemas/v2/ai-envelope.schema.json +167 -0
  111. package/schemas/v2/annotation-create.schema.json +109 -0
  112. package/schemas/v2/annotation.schema.json +142 -0
  113. package/schemas/v2/artifact-type-pack-manifest.schema.json +245 -0
  114. package/schemas/v2/audit-verify-result.schema.json +110 -0
  115. package/schemas/v2/budget-policy.schema.json +61 -0
  116. package/schemas/v2/capabilities.schema.json +7644 -0
  117. package/schemas/v2/certification-bundle.schema.json +401 -0
  118. package/schemas/v2/channel-presence-payload.schema.json +60 -0
  119. package/schemas/v2/channel-written-payload.schema.json +64 -0
  120. package/schemas/v2/chat-card-pack-manifest.schema.json +254 -0
  121. package/schemas/v2/compact-tool-descriptor.schema.json +108 -0
  122. package/schemas/v2/compensation-policy.schema.json +91 -0
  123. package/schemas/v2/compensation-projection.schema.json +95 -0
  124. package/schemas/v2/configurable.schema.json +110 -0
  125. package/schemas/v2/connection-pack-manifest.schema.json +354 -0
  126. package/schemas/v2/conversation-event.schema.json +281 -0
  127. package/schemas/v2/conversation-turn.schema.json +165 -0
  128. package/schemas/v2/credential-provenance.schema.json +62 -0
  129. package/schemas/v2/credential-reference.schema.json +28 -0
  130. package/schemas/v2/debug-bundle.schema.json +312 -0
  131. package/schemas/v2/dispatch-config.schema.json +147 -0
  132. package/schemas/v2/effect-ledger-projection.schema.json +71 -0
  133. package/schemas/v2/effect-seam-manifest.schema.json +98 -0
  134. package/schemas/v2/envelopes/clarification.request.schema.json +59 -0
  135. package/schemas/v2/envelopes/error.schema.json +35 -0
  136. package/schemas/v2/envelopes/media.audio.schema.json +41 -0
  137. package/schemas/v2/envelopes/media.file.schema.json +40 -0
  138. package/schemas/v2/envelopes/media.image.schema.json +36 -0
  139. package/schemas/v2/envelopes/schema.request.schema.json +29 -0
  140. package/schemas/v2/envelopes/schema.response.schema.json +26 -0
  141. package/schemas/v2/envelopes/ui.a2ui-surface.schema.json +292 -0
  142. package/schemas/v2/error-envelope.schema.json +229 -0
  143. package/schemas/v2/eval-summary.schema.json +166 -0
  144. package/schemas/v2/export-bundle.schema.json +94 -0
  145. package/schemas/v2/form-content-pack-manifest.schema.json +241 -0
  146. package/schemas/v2/frontend-plugin-manifest.schema.json +152 -0
  147. package/schemas/v2/goal.schema.json +188 -0
  148. package/schemas/v2/heartbeat-evaluated.schema.json +34 -0
  149. package/schemas/v2/heartbeat-state-changed.schema.json +31 -0
  150. package/schemas/v2/ids.schema.json +31 -0
  151. package/schemas/v2/localized-content-language-settings.schema.json +34 -0
  152. package/schemas/v2/localized-content-page-response.schema.json +94 -0
  153. package/schemas/v2/localized-content-page.schema.json +87 -0
  154. package/schemas/v2/localized-content-section.schema.json +63 -0
  155. package/schemas/v2/memory-entry.schema.json +45 -0
  156. package/schemas/v2/memory-list-options.schema.json +41 -0
  157. package/schemas/v2/node-pack-manifest.schema.json +657 -0
  158. package/schemas/v2/orchestrator-decision.schema.json +120 -0
  159. package/schemas/v2/org-chart-responsibility-view.schema.json +36 -0
  160. package/schemas/v2/pack-lockfile.schema.json +139 -0
  161. package/schemas/v2/prompt-kind.schema.json +14 -0
  162. package/schemas/v2/prompt-pack-manifest.schema.json +118 -0
  163. package/schemas/v2/prompt-ref.schema.json +42 -0
  164. package/schemas/v2/prompt-template.schema.json +209 -0
  165. package/schemas/v2/proposal.schema.json +145 -0
  166. package/schemas/v2/registry-version-manifest.schema.json +292 -0
  167. package/schemas/v2/residency.schema.json +19 -0
  168. package/schemas/v2/run-ancestry-response.schema.json +68 -0
  169. package/schemas/v2/run-diff-response.schema.json +80 -0
  170. package/schemas/v2/run-event-payloads.schema.json +4588 -0
  171. package/schemas/v2/run-event.schema.json +324 -0
  172. package/schemas/v2/run-options.schema.json +90 -0
  173. package/schemas/v2/run-orchestrator-decided-event.schema.json +22 -0
  174. package/schemas/v2/run-snapshot.schema.json +207 -0
  175. package/schemas/v2/security-advisory.schema.json +138 -0
  176. package/schemas/v2/self-hosted-runner-dispatch-frame.schema.json +119 -0
  177. package/schemas/v2/self-hosted-runner-registration.schema.json +74 -0
  178. package/schemas/v2/self-hosted-runner-result-frame.schema.json +47 -0
  179. package/schemas/v2/subject-link.schema.json +69 -0
  180. package/schemas/v2/subject.schema.json +597 -0
  181. package/schemas/v2/suspend-request.schema.json +370 -0
  182. package/schemas/v2/tool-descriptor.schema.json +150 -0
  183. package/schemas/v2/trigger-event.schema.json +508 -0
  184. package/schemas/v2/trigger-subscription-registration.schema.json +99 -0
  185. package/schemas/v2/trigger-subscription.schema.json +79 -0
  186. package/schemas/v2/ui-plugin-message.schema.json +149 -0
  187. package/schemas/v2/workflow-chain-pack-manifest.schema.json +610 -0
  188. package/schemas/v2/workflow-definition.schema.json +864 -0
  189. package/schemas/v2/workload-identity.schema.json +115 -0
  190. package/schemas/v2/workspace-file-create.schema.json +23 -0
  191. package/schemas/v2/workspace-file.schema.json +45 -0
  192. package/schemas/workflow-chain-pack-manifest.schema.json +615 -0
  193. package/schemas/workflow-definition.schema.json +850 -0
  194. package/schemas/workload-identity.schema.json +79 -0
  195. package/schemas/workspace-file-create.schema.json +20 -0
  196. package/schemas/workspace-file.schema.json +39 -0
  197. package/spec/v1/alias-detectors.json +283 -0
  198. package/spec/v1/capability-declaration-classes.json +176 -0
  199. package/spec/v1/core-standard-manifest.json +423 -0
  200. package/spec/v1/deprecations.json +854 -0
  201. package/spec/v1/deprecations.schema.json +187 -0
  202. package/spec/v1/event-codemap.json +1089 -0
  203. package/spec/v1/event-codemap.schema.json +41 -0
  204. package/spec/v1/extensions.json +1273 -0
  205. package/spec/v1/gaps.json +14581 -0
  206. package/spec/v1/gaps.schema.json +55 -0
  207. package/spec/v1/migrations.json +1822 -0
  208. package/spec/v1/migrations.schema.json +44 -0
  209. package/spec/v1/operation-path-manifest.json +462 -0
  210. package/spec/v1/spec-gaps.json +4823 -0
  211. package/spec/v2/declaration.json +1862 -0
  212. package/spec/v2/declaration.schema.json +305 -0
  213. package/spec/v2/errors.json +837 -0
  214. package/spec/v2/event-codemap.json +1099 -0
  215. package/spec/v2/event-codemap.schema.json +114 -0
  216. package/spec/v2/ext/provider-idempotency/registry.json +6 -0
  217. package/spec/v2/facets/a2a.schema.json +51 -0
  218. package/spec/v2/facets/aiProviders.schema.json +56 -0
  219. package/spec/v2/facets/auth.schema.json +91 -0
  220. package/spec/v2/facets/heartbeat.schema.json +20 -0
  221. package/spec/v2/facets/interrupt.schema.json +29 -0
  222. package/spec/v2/facets/mcp.schema.json +81 -0
  223. package/spec/v2/facets/replay.schema.json +34 -0
  224. package/spec/v2/facets/sandbox.schema.json +31 -0
  225. package/spec/v2/facets/webhooks.schema.json +18 -0
  226. package/spec/v2/path-manifest.json +279 -0
  227. package/spec/v2/peer-dependency-aliases.json +165 -0
  228. package/spec/v2/profiles.json +45 -0
  229. package/spec/v2/release.json +6 -0
@@ -0,0 +1,44 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://openwop.dev/spec/v1/migrations.schema.json",
4
+ "title": "OpenWOP v1→v2 migration register",
5
+ "description": "Shape of spec/v1/migrations.json (RFC 0167 §D). One row per surface the v2 major changes: what it was in v1, what it becomes in v2, which umbrella child owns the change, the codemod that rewrites a persisted or emitted artifact, the disposition of data a v1 host already persisted, and the requirement / gap ids that witness it. Data, not a wire artifact; kept out of schemas/. Each child RFC's §Migration table is checked against this file by scripts/check-migrations.mjs.",
6
+ "type": "object",
7
+ "additionalProperties": false,
8
+ "required": ["$schema", "version", "updated", "rows"],
9
+ "properties": {
10
+ "$schema": { "type": "string", "const": "./migrations.schema.json" },
11
+ "version": { "type": "integer", "const": 1 },
12
+ "updated": { "type": "string", "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$" },
13
+ "rows": { "type": "array", "minItems": 1, "items": { "$ref": "#/$defs/row" } }
14
+ },
15
+ "$defs": {
16
+ "surface": {
17
+ "type": "object",
18
+ "additionalProperties": false,
19
+ "required": ["surface"],
20
+ "properties": {
21
+ "surface": { "type": "string", "minLength": 1, "description": "Wire-visible name: a field path, header, profile id, event type, schema file, endpoint, or `none` when the v2 side removes the surface." },
22
+ "path": { "type": "string", "description": "Where it lives: a JSON path in a document, an HTTP header slot, a file under schemas/ or spec/." }
23
+ }
24
+ },
25
+ "row": {
26
+ "type": "object",
27
+ "additionalProperties": false,
28
+ "required": ["id", "child", "kind", "v1", "v2", "codemod", "persistedData", "requirementIds", "gapIds", "deprecationId"],
29
+ "properties": {
30
+ "id": { "type": "string", "pattern": "^openwop\\.migration\\.C[0-9]{1,2}\\.[0-9]+$", "description": "openwop.migration.<child>.<n>; child is the charter item (C1…C11)." },
31
+ "child": { "type": "string", "pattern": "^C(?:[1-9]|1[01])$", "description": "The umbrella child (RFC 0167 §C) that owns the row." },
32
+ "kind": { "type": "string", "enum": ["rename", "remove", "require", "retype", "unify", "delete-alias", "behavior", "add"], "description": "rename/remove/require/retype/unify/delete-alias/add are codemod-able shape changes; behavior is an obligation change with no artifact rewrite." },
33
+ "v1": { "$ref": "#/$defs/surface" },
34
+ "v2": { "$ref": "#/$defs/surface" },
35
+ "codemod": { "type": ["string", "null"], "pattern": "^openwop\\.codemod\\.[a-z0-9]+(-[a-z0-9]+)*$", "description": "Id of the committed codemod under codemods/<id>/ (scripts/check-codemods.mjs). Required for kind ∈ {rename, remove, retype, unify, delete-alias} at the umbrella's Active predicate; null while the child is Draft." },
36
+ "persistedData": { "type": "string", "enum": ["unchanged", "translated", "drained", "legacy-stamped", "never-upgraded", "not-persisted"], "description": "What happens to data a v1 host already persisted under the v1 surface (RFC 0167 §C.9): unchanged (readable as-is), translated (read through the declared adapter / codemod), drained (in-flight only; ends by policy), legacy-stamped (marked with a legacy value, never rewritten), never-upgraded (stays valid v1 evidence), not-persisted (transient wire only)." },
37
+ "requirementIds": { "type": "array", "items": { "type": "string", "pattern": "^openwop\\." }, "description": "conformance/requirements.json ids (or planned v2 ids) that witness the v2 side." },
38
+ "gapIds": { "type": "array", "items": { "type": "string", "pattern": "^openwop\\.gap\\.[0-9]{4}\\.[0-9]+$" }, "description": "spec/v1/gaps.json rows this migration closes or carries." },
39
+ "deprecationId": { "type": ["string", "null"], "pattern": "^openwop\\.deprecation\\.[a-z0-9]+(-[a-z0-9]+)*$", "description": "The spec/v1/deprecations.json row for the v1 surface, when one exists (every rename/remove/delete-alias row MUST have one — scripts/check-migrations.mjs)." },
40
+ "note": { "type": "string" }
41
+ }
42
+ }
43
+ }
44
+ }
@@ -0,0 +1,462 @@
1
+ {
2
+ "$comment": "GENERATED by scripts/generate-operation-path-manifest.mjs — do not edit. RFC 0149 §A/§Conformance: the canonical resolved operation-path manifest SDK repositories consume. `resolvedPath` is what an SDK MUST issue against a bare base URL. `class`: canonical | host-extension (tags: [host]) | test-catalog (tags: [packs-test]).",
3
+ "generatedFrom": "api/openapi.yaml",
4
+ "serverUrl": "https://{host}",
5
+ "operations": [
6
+ {
7
+ "operationId": "getCapabilities",
8
+ "method": "GET",
9
+ "pathKey": "/.well-known/openwop",
10
+ "resolvedPath": "/.well-known/openwop",
11
+ "tag": "discovery",
12
+ "class": "canonical"
13
+ },
14
+ {
15
+ "operationId": "listAgents",
16
+ "method": "GET",
17
+ "pathKey": "/v1/agents",
18
+ "resolvedPath": "/v1/agents",
19
+ "tag": "agents",
20
+ "class": "canonical"
21
+ },
22
+ {
23
+ "operationId": "getAgent",
24
+ "method": "GET",
25
+ "pathKey": "/v1/agents/{agentId}",
26
+ "resolvedPath": "/v1/agents/{agentId}",
27
+ "tag": "agents",
28
+ "class": "canonical"
29
+ },
30
+ {
31
+ "operationId": "listAgentDeployments",
32
+ "method": "GET",
33
+ "pathKey": "/v1/agents/{agentId}/deployments",
34
+ "resolvedPath": "/v1/agents/{agentId}/deployments",
35
+ "tag": "agents",
36
+ "class": "canonical"
37
+ },
38
+ {
39
+ "operationId": "transitionAgentDeployment",
40
+ "method": "POST",
41
+ "pathKey": "/v1/agents/{agentId}/deployments",
42
+ "resolvedPath": "/v1/agents/{agentId}/deployments",
43
+ "tag": "agents",
44
+ "class": "canonical"
45
+ },
46
+ {
47
+ "operationId": "getAgentOrgChart",
48
+ "method": "GET",
49
+ "pathKey": "/v1/agents/org-chart",
50
+ "resolvedPath": "/v1/agents/org-chart",
51
+ "tag": "agents",
52
+ "class": "canonical"
53
+ },
54
+ {
55
+ "operationId": "getAgentOrgChartDepartment",
56
+ "method": "GET",
57
+ "pathKey": "/v1/agents/org-chart/{departmentId}",
58
+ "resolvedPath": "/v1/agents/org-chart/{departmentId}",
59
+ "tag": "agents",
60
+ "class": "canonical"
61
+ },
62
+ {
63
+ "operationId": "listAgentRoster",
64
+ "method": "GET",
65
+ "pathKey": "/v1/agents/roster",
66
+ "resolvedPath": "/v1/agents/roster",
67
+ "tag": "agents",
68
+ "class": "canonical"
69
+ },
70
+ {
71
+ "operationId": "getAgentRosterEntry",
72
+ "method": "GET",
73
+ "pathKey": "/v1/agents/roster/{rosterId}",
74
+ "resolvedPath": "/v1/agents/roster/{rosterId}",
75
+ "tag": "agents",
76
+ "class": "canonical"
77
+ },
78
+ {
79
+ "operationId": "verifyAuditLog",
80
+ "method": "GET",
81
+ "pathKey": "/v1/audit/verify",
82
+ "resolvedPath": "/v1/audit/verify",
83
+ "tag": "audit",
84
+ "class": "canonical"
85
+ },
86
+ {
87
+ "operationId": "listContentPages",
88
+ "method": "GET",
89
+ "pathKey": "/v1/content/pages",
90
+ "resolvedPath": "/v1/content/pages",
91
+ "tag": "content",
92
+ "class": "canonical"
93
+ },
94
+ {
95
+ "operationId": "createContentPage",
96
+ "method": "POST",
97
+ "pathKey": "/v1/content/pages",
98
+ "resolvedPath": "/v1/content/pages",
99
+ "tag": "content",
100
+ "class": "canonical"
101
+ },
102
+ {
103
+ "operationId": "putContentSection",
104
+ "method": "PUT",
105
+ "pathKey": "/v1/content/pages/{pageId}/sections/{sectionId}",
106
+ "resolvedPath": "/v1/content/pages/{pageId}/sections/{sectionId}",
107
+ "tag": "content",
108
+ "class": "canonical"
109
+ },
110
+ {
111
+ "operationId": "getContentPage",
112
+ "method": "GET",
113
+ "pathKey": "/v1/content/pages/{slug}",
114
+ "resolvedPath": "/v1/content/pages/{slug}",
115
+ "tag": "content",
116
+ "class": "canonical"
117
+ },
118
+ {
119
+ "operationId": "getContentSettings",
120
+ "method": "GET",
121
+ "pathKey": "/v1/content/settings",
122
+ "resolvedPath": "/v1/content/settings",
123
+ "tag": "content",
124
+ "class": "canonical"
125
+ },
126
+ {
127
+ "operationId": "putContentSettings",
128
+ "method": "PUT",
129
+ "pathKey": "/v1/content/settings",
130
+ "resolvedPath": "/v1/content/settings",
131
+ "tag": "content",
132
+ "class": "canonical"
133
+ },
134
+ {
135
+ "operationId": "getA2ATaskState",
136
+ "method": "GET",
137
+ "pathKey": "/v1/host/sample/a2a/tasks/{taskId}",
138
+ "resolvedPath": "/v1/host/sample/a2a/tasks/{taskId}",
139
+ "tag": "host",
140
+ "class": "host-extension"
141
+ },
142
+ {
143
+ "operationId": "listWorkspaceFiles",
144
+ "method": "GET",
145
+ "pathKey": "/v1/host/workspace/files",
146
+ "resolvedPath": "/v1/host/workspace/files",
147
+ "tag": "host",
148
+ "class": "host-extension"
149
+ },
150
+ {
151
+ "operationId": "deleteWorkspaceFile",
152
+ "method": "DELETE",
153
+ "pathKey": "/v1/host/workspace/files/{path}",
154
+ "resolvedPath": "/v1/host/workspace/files/{path}",
155
+ "tag": "host",
156
+ "class": "host-extension"
157
+ },
158
+ {
159
+ "operationId": "getWorkspaceFile",
160
+ "method": "GET",
161
+ "pathKey": "/v1/host/workspace/files/{path}",
162
+ "resolvedPath": "/v1/host/workspace/files/{path}",
163
+ "tag": "host",
164
+ "class": "host-extension"
165
+ },
166
+ {
167
+ "operationId": "putWorkspaceFile",
168
+ "method": "PUT",
169
+ "pathKey": "/v1/host/workspace/files/{path}",
170
+ "resolvedPath": "/v1/host/workspace/files/{path}",
171
+ "tag": "host",
172
+ "class": "host-extension"
173
+ },
174
+ {
175
+ "operationId": "inspectInterruptByToken",
176
+ "method": "GET",
177
+ "pathKey": "/v1/interrupts/{token}",
178
+ "resolvedPath": "/v1/interrupts/{token}",
179
+ "tag": "hitl",
180
+ "class": "canonical"
181
+ },
182
+ {
183
+ "operationId": "resolveInterruptByToken",
184
+ "method": "POST",
185
+ "pathKey": "/v1/interrupts/{token}",
186
+ "resolvedPath": "/v1/interrupts/{token}",
187
+ "tag": "hitl",
188
+ "class": "canonical"
189
+ },
190
+ {
191
+ "operationId": "getOpenApiSpec",
192
+ "method": "GET",
193
+ "pathKey": "/v1/openapi.json",
194
+ "resolvedPath": "/v1/openapi.json",
195
+ "tag": "discovery",
196
+ "class": "canonical"
197
+ },
198
+ {
199
+ "operationId": "deleteTestPackVersion",
200
+ "method": "DELETE",
201
+ "pathKey": "/v1/packs-test/{name}/-/{version}",
202
+ "resolvedPath": "/v1/packs-test/{name}/-/{version}",
203
+ "tag": "packs-test",
204
+ "class": "test-catalog"
205
+ },
206
+ {
207
+ "operationId": "getTestPackSignature",
208
+ "method": "GET",
209
+ "pathKey": "/v1/packs-test/{name}/-/{version}.sig",
210
+ "resolvedPath": "/v1/packs-test/{name}/-/{version}.sig",
211
+ "tag": "packs-test",
212
+ "class": "test-catalog"
213
+ },
214
+ {
215
+ "operationId": "getTestPackTarball",
216
+ "method": "GET",
217
+ "pathKey": "/v1/packs-test/{name}/-/{version}.tgz",
218
+ "resolvedPath": "/v1/packs-test/{name}/-/{version}.tgz",
219
+ "tag": "packs-test",
220
+ "class": "test-catalog"
221
+ },
222
+ {
223
+ "operationId": "putTestPackTarball",
224
+ "method": "PUT",
225
+ "pathKey": "/v1/packs-test/{name}/-/{version}.tgz",
226
+ "resolvedPath": "/v1/packs-test/{name}/-/{version}.tgz",
227
+ "tag": "packs-test",
228
+ "class": "test-catalog"
229
+ },
230
+ {
231
+ "operationId": "listPromptTemplates",
232
+ "method": "GET",
233
+ "pathKey": "/v1/prompts",
234
+ "resolvedPath": "/v1/prompts",
235
+ "tag": "prompts",
236
+ "class": "canonical"
237
+ },
238
+ {
239
+ "operationId": "createPromptTemplate",
240
+ "method": "POST",
241
+ "pathKey": "/v1/prompts",
242
+ "resolvedPath": "/v1/prompts",
243
+ "tag": "prompts",
244
+ "class": "canonical"
245
+ },
246
+ {
247
+ "operationId": "renderPromptTemplate",
248
+ "method": "POST",
249
+ "pathKey": "/v1/prompts:render",
250
+ "resolvedPath": "/v1/prompts:render",
251
+ "tag": "prompts",
252
+ "class": "canonical"
253
+ },
254
+ {
255
+ "operationId": "deletePromptTemplate",
256
+ "method": "DELETE",
257
+ "pathKey": "/v1/prompts/{templateId}",
258
+ "resolvedPath": "/v1/prompts/{templateId}",
259
+ "tag": "prompts",
260
+ "class": "canonical"
261
+ },
262
+ {
263
+ "operationId": "getPromptTemplate",
264
+ "method": "GET",
265
+ "pathKey": "/v1/prompts/{templateId}",
266
+ "resolvedPath": "/v1/prompts/{templateId}",
267
+ "tag": "prompts",
268
+ "class": "canonical"
269
+ },
270
+ {
271
+ "operationId": "updatePromptTemplate",
272
+ "method": "PUT",
273
+ "pathKey": "/v1/prompts/{templateId}",
274
+ "resolvedPath": "/v1/prompts/{templateId}",
275
+ "tag": "prompts",
276
+ "class": "canonical"
277
+ },
278
+ {
279
+ "operationId": "createRun",
280
+ "method": "POST",
281
+ "pathKey": "/v1/runs",
282
+ "resolvedPath": "/v1/runs",
283
+ "tag": "runs",
284
+ "class": "canonical"
285
+ },
286
+ {
287
+ "operationId": "bulkCancelRuns",
288
+ "method": "POST",
289
+ "pathKey": "/v1/runs:bulk-cancel",
290
+ "resolvedPath": "/v1/runs:bulk-cancel",
291
+ "tag": "runs",
292
+ "class": "canonical"
293
+ },
294
+ {
295
+ "operationId": "getRun",
296
+ "method": "GET",
297
+ "pathKey": "/v1/runs/{runId}",
298
+ "resolvedPath": "/v1/runs/{runId}",
299
+ "tag": "runs",
300
+ "class": "canonical"
301
+ },
302
+ {
303
+ "operationId": "diffRun",
304
+ "method": "GET",
305
+ "pathKey": "/v1/runs/{runId}:diff",
306
+ "resolvedPath": "/v1/runs/{runId}:diff",
307
+ "tag": "runs",
308
+ "class": "canonical"
309
+ },
310
+ {
311
+ "operationId": "forkRun",
312
+ "method": "POST",
313
+ "pathKey": "/v1/runs/{runId}:fork",
314
+ "resolvedPath": "/v1/runs/{runId}:fork",
315
+ "tag": "runs",
316
+ "class": "canonical"
317
+ },
318
+ {
319
+ "operationId": "pauseRun",
320
+ "method": "POST",
321
+ "pathKey": "/v1/runs/{runId}:pause",
322
+ "resolvedPath": "/v1/runs/{runId}:pause",
323
+ "tag": "runs",
324
+ "class": "canonical"
325
+ },
326
+ {
327
+ "operationId": "resumeRun",
328
+ "method": "POST",
329
+ "pathKey": "/v1/runs/{runId}:resume",
330
+ "resolvedPath": "/v1/runs/{runId}:resume",
331
+ "tag": "runs",
332
+ "class": "canonical"
333
+ },
334
+ {
335
+ "operationId": "getRunAncestry",
336
+ "method": "GET",
337
+ "pathKey": "/v1/runs/{runId}/ancestry",
338
+ "resolvedPath": "/v1/runs/{runId}/ancestry",
339
+ "tag": "runs",
340
+ "class": "canonical"
341
+ },
342
+ {
343
+ "operationId": "listAnnotations",
344
+ "method": "GET",
345
+ "pathKey": "/v1/runs/{runId}/annotations",
346
+ "resolvedPath": "/v1/runs/{runId}/annotations",
347
+ "tag": "runs",
348
+ "class": "canonical"
349
+ },
350
+ {
351
+ "operationId": "createAnnotation",
352
+ "method": "POST",
353
+ "pathKey": "/v1/runs/{runId}/annotations",
354
+ "resolvedPath": "/v1/runs/{runId}/annotations",
355
+ "tag": "runs",
356
+ "class": "canonical"
357
+ },
358
+ {
359
+ "operationId": "getArtifact",
360
+ "method": "GET",
361
+ "pathKey": "/v1/runs/{runId}/artifacts/{artifactId}",
362
+ "resolvedPath": "/v1/runs/{runId}/artifacts/{artifactId}",
363
+ "tag": "artifacts",
364
+ "class": "canonical"
365
+ },
366
+ {
367
+ "operationId": "cancelRun",
368
+ "method": "POST",
369
+ "pathKey": "/v1/runs/{runId}/cancel",
370
+ "resolvedPath": "/v1/runs/{runId}/cancel",
371
+ "tag": "runs",
372
+ "class": "canonical"
373
+ },
374
+ {
375
+ "operationId": "getEvalSummary",
376
+ "method": "GET",
377
+ "pathKey": "/v1/runs/{runId}/eval-summary",
378
+ "resolvedPath": "/v1/runs/{runId}/eval-summary",
379
+ "tag": "runs",
380
+ "class": "canonical"
381
+ },
382
+ {
383
+ "operationId": "streamRunEvents",
384
+ "method": "GET",
385
+ "pathKey": "/v1/runs/{runId}/events",
386
+ "resolvedPath": "/v1/runs/{runId}/events",
387
+ "tag": "runs",
388
+ "class": "canonical"
389
+ },
390
+ {
391
+ "operationId": "pollRunEvents",
392
+ "method": "GET",
393
+ "pathKey": "/v1/runs/{runId}/events/poll",
394
+ "resolvedPath": "/v1/runs/{runId}/events/poll",
395
+ "tag": "runs",
396
+ "class": "canonical"
397
+ },
398
+ {
399
+ "operationId": "resolveInterruptByRun",
400
+ "method": "POST",
401
+ "pathKey": "/v1/runs/{runId}/interrupts/{nodeId}",
402
+ "resolvedPath": "/v1/runs/{runId}/interrupts/{nodeId}",
403
+ "tag": "hitl",
404
+ "class": "canonical"
405
+ },
406
+ {
407
+ "operationId": "listTools",
408
+ "method": "GET",
409
+ "pathKey": "/v1/tools",
410
+ "resolvedPath": "/v1/tools",
411
+ "tag": "tools",
412
+ "class": "canonical"
413
+ },
414
+ {
415
+ "operationId": "getTool",
416
+ "method": "GET",
417
+ "pathKey": "/v1/tools/{toolId}",
418
+ "resolvedPath": "/v1/tools/{toolId}",
419
+ "tag": "tools",
420
+ "class": "canonical"
421
+ },
422
+ {
423
+ "operationId": "createTriggerSubscription",
424
+ "method": "POST",
425
+ "pathKey": "/v1/trigger-subscriptions",
426
+ "resolvedPath": "/v1/trigger-subscriptions",
427
+ "tag": "triggers",
428
+ "class": "canonical"
429
+ },
430
+ {
431
+ "operationId": "registerWebhook",
432
+ "method": "POST",
433
+ "pathKey": "/v1/webhooks",
434
+ "resolvedPath": "/v1/webhooks",
435
+ "tag": "webhooks",
436
+ "class": "canonical"
437
+ },
438
+ {
439
+ "operationId": "unregisterWebhook",
440
+ "method": "DELETE",
441
+ "pathKey": "/v1/webhooks/{webhookId}",
442
+ "resolvedPath": "/v1/webhooks/{webhookId}",
443
+ "tag": "webhooks",
444
+ "class": "canonical"
445
+ },
446
+ {
447
+ "operationId": "getWorkflow",
448
+ "method": "GET",
449
+ "pathKey": "/v1/workflows/{workflowId}",
450
+ "resolvedPath": "/v1/workflows/{workflowId}",
451
+ "tag": "workflows",
452
+ "class": "canonical"
453
+ }
454
+ ],
455
+ "counts": {
456
+ "total": 56,
457
+ "canonical": 47,
458
+ "hostExtension": 5,
459
+ "testCatalog": 4
460
+ },
461
+ "digest": "ef8c07388acc57ac48c30a7600d5197039cbf32cbf8117a286664dd2388b4a60"
462
+ }