@1claw/openapi-spec 0.61.4 → 0.61.5

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.
package/openapi.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "1Claw API",
5
- "version": "0.61.4",
5
+ "version": "0.61.5",
6
6
  "description": "Secure secret management for AI agents. Provides vaults, secrets,\npolicy-based access control, agent identity, Intents API,\nsharing, billing, and audit logging. Automations (workflow_spec,\nwebhook tokens, event triggers, Assist), cloud runtimes with\ninteractive shell sessions, agent memory, and discovery.\n\n## Domains\n\n`api.1claw.co` is canonical: it is the OIDC issuer, the `aud` the API\nmints, and the first entry in `servers` — a generated client takes its\nbase URL from there, and the previous ordering pointed every SDK at the\ndomain the issuer had already left. `api.1claw.xyz` still answers and is\nstill accepted on token validation, because tokens minted before the\nmove carry it; it is never minted now.\n\nOne deliberate exception: the Shroud attestation identity token is\nrequested from GCP with `audience: https://api.1claw.xyz`, so\n`/v1/shroud/attestation` reports that as its `expected_audience`. That\nis accurate rather than stale — the audience is a verification contract\nwith anyone already checking the token, and moving it is a breaking\nchange for them, not a rename.\n\nAll endpoints require JWT Bearer authentication unless marked with\n`security: []`.\n",
7
7
  "contact": {
8
8
  "email": "ops@1claw.co"
@@ -25057,7 +25057,7 @@
25057
25057
  }
25058
25058
  }
25059
25059
  },
25060
- "/otel/v1/stream": {
25060
+ "/v1/otel/stream": {
25061
25061
  "get": {
25062
25062
  "tags": [
25063
25063
  "Observability"
@@ -25112,7 +25112,7 @@
25112
25112
  }
25113
25113
  }
25114
25114
  },
25115
- "/otel/v1/threats": {
25115
+ "/v1/otel/threats": {
25116
25116
  "get": {
25117
25117
  "tags": [
25118
25118
  "Observability"
@@ -25248,13 +25248,13 @@
25248
25248
  }
25249
25249
  }
25250
25250
  },
25251
- "/otel/v1/summary": {
25251
+ "/v1/otel/summary": {
25252
25252
  "get": {
25253
25253
  "tags": [
25254
25254
  "Observability"
25255
25255
  ],
25256
25256
  "summary": "Posture score and the counts behind it",
25257
- "description": "`posture_score` is the mean agent trust score, less a penalty per open critical threat scaled by the fraction of the organization that threat can reach. Scaling by fraction rather than count is what makes the number comparable between a seven-agent org and a fifty-agent one.\n\nIt returns 100 when there are no agents, and also while the trust engine is still in shadow mode and no scores exist yet — absence of data is not evidence of compromise. It never goes below 0.\n\n`top_threats` uses the same ranking as `/otel/v1/threats`, so clicking through from the summary lands on the same first row.",
25257
+ "description": "`posture_score` is the mean agent trust score, less a penalty per open critical threat scaled by the fraction of the organization that threat can reach. Scaling by fraction rather than count is what makes the number comparable between a seven-agent org and a fifty-agent one.\n\nIt returns 100 when there are no agents, and also while the trust engine is still in shadow mode and no scores exist yet — absence of data is not evidence of compromise. It never goes below 0.\n\n`top_threats` uses the same ranking as `/v1/otel/threats`, so clicking through from the summary lands on the same first row.",
25258
25258
  "operationId": "get_otel_summary",
25259
25259
  "responses": {
25260
25260
  "200": {
@@ -25291,7 +25291,7 @@
25291
25291
  },
25292
25292
  "top_threats": {
25293
25293
  "type": "array",
25294
- "description": "At most five, same ranking as /otel/v1/threats.",
25294
+ "description": "At most five, same ranking as /v1/otel/threats.",
25295
25295
  "items": {
25296
25296
  "type": "object"
25297
25297
  }
@@ -25310,7 +25310,7 @@
25310
25310
  }
25311
25311
  }
25312
25312
  },
25313
- "/otel/v1/topology": {
25313
+ "/v1/otel/topology": {
25314
25314
  "get": {
25315
25315
  "tags": [
25316
25316
  "Observability"
package/openapi.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
 
3
3
  info:
4
4
  title: 1Claw API
5
- version: "0.61.4"
5
+ version: "0.61.5"
6
6
  description: |
7
7
  Secure secret management for AI agents. Provides vaults, secrets,
8
8
  policy-based access control, agent identity, Intents API,
@@ -16118,7 +16118,7 @@ paths:
16118
16118
  description: Forbidden, or the plan does not include this
16119
16119
  '404':
16120
16120
  description: Not found
16121
- /otel/v1/stream:
16121
+ /v1/otel/stream:
16122
16122
  get:
16123
16123
  tags: [Observability]
16124
16124
  summary: "SSE stream of this org's telemetry signals"
@@ -16166,7 +16166,7 @@ paths:
16166
16166
  description: Not a human user, or fixtures are not available here
16167
16167
  '429':
16168
16168
  description: Too many concurrent streams for this user
16169
- /otel/v1/threats:
16169
+ /v1/otel/threats:
16170
16170
  get:
16171
16171
  tags: [Observability]
16172
16172
  summary: "Durable threat register for the org, worst reach first"
@@ -16230,7 +16230,7 @@ paths:
16230
16230
  description: Unauthenticated
16231
16231
  '403':
16232
16232
  description: Not a human user
16233
- /otel/v1/summary:
16233
+ /v1/otel/summary:
16234
16234
  get:
16235
16235
  tags: [Observability]
16236
16236
  summary: "Posture score and the counts behind it"
@@ -16248,7 +16248,7 @@ paths:
16248
16248
  below 0.
16249
16249
 
16250
16250
 
16251
- `top_threats` uses the same ranking as `/otel/v1/threats`, so
16251
+ `top_threats` uses the same ranking as `/v1/otel/threats`, so
16252
16252
  clicking through from the summary lands on the same first row.
16253
16253
  operationId: get_otel_summary
16254
16254
  responses:
@@ -16267,13 +16267,13 @@ paths:
16267
16267
  agent_count: { type: integer }
16268
16268
  top_threats:
16269
16269
  type: array
16270
- description: At most five, same ranking as /otel/v1/threats.
16270
+ description: At most five, same ranking as /v1/otel/threats.
16271
16271
  items: { type: object }
16272
16272
  '401':
16273
16273
  description: Unauthenticated
16274
16274
  '403':
16275
16275
  description: Not a human user
16276
- /otel/v1/topology:
16276
+ /v1/otel/topology:
16277
16277
  get:
16278
16278
  tags: [Observability]
16279
16279
  summary: "Agent, vault, policy, connector and chain graph for the org"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/openapi-spec",
3
- "version": "0.61.4",
3
+ "version": "0.61.5",
4
4
  "description": "OpenAPI 3.1.0 specification for the 1Claw Vault API \u2014 generate clients in any language",
5
5
  "license": "MIT",
6
6
  "repository": {