@1claw/openapi-spec 0.51.0 → 0.52.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.
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.51.0",
5
+ "version": "0.52.0",
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\nAll endpoints require JWT Bearer authentication unless marked with\n`security: []`.\n",
7
7
  "contact": {
8
8
  "email": "ops@1claw.xyz"
@@ -17789,6 +17789,20 @@
17789
17789
  "format": "date-time",
17790
17790
  "nullable": true,
17791
17791
  "description": "Optional expiration time for the agent's API key."
17792
+ },
17793
+ "environment": {
17794
+ "type": "string",
17795
+ "description": "Named environment for this agent (production, preview, development, or custom)."
17796
+ },
17797
+ "environment_locked": {
17798
+ "type": "boolean",
17799
+ "default": false,
17800
+ "description": "When true, the environment tag cannot be changed after creation."
17801
+ },
17802
+ "env_auto_resolve": {
17803
+ "type": "boolean",
17804
+ "default": false,
17805
+ "description": "When true, env var resolve endpoints auto-fill environment from this agent's tag."
17792
17806
  }
17793
17807
  }
17794
17808
  },
@@ -17976,6 +17990,24 @@
17976
17990
  "format": "date-time",
17977
17991
  "nullable": true,
17978
17992
  "description": "Optional expiration time for the agent's API key. Set to null to clear."
17993
+ },
17994
+ "environment": {
17995
+ "type": "string",
17996
+ "nullable": true,
17997
+ "description": "Named environment for this agent (production, preview, development, or custom)."
17998
+ },
17999
+ "environment_locked": {
18000
+ "type": "boolean",
18001
+ "description": "When true, the environment tag cannot be changed after creation."
18002
+ },
18003
+ "env_auto_resolve": {
18004
+ "type": "boolean",
18005
+ "description": "When true, env var resolve endpoints auto-fill environment from this agent's tag."
18006
+ },
18007
+ "per_environment_guardrails": {
18008
+ "type": "object",
18009
+ "additionalProperties": true,
18010
+ "description": "Per-environment guardrail overrides keyed by environment slug."
17979
18011
  }
17980
18012
  }
17981
18013
  },
@@ -18279,6 +18311,24 @@
18279
18311
  "items": {
18280
18312
  "$ref": "#/components/schemas/AgentSmartAccountResponse"
18281
18313
  }
18314
+ },
18315
+ "environment": {
18316
+ "type": "string",
18317
+ "nullable": true,
18318
+ "description": "Named environment this agent belongs to (production, preview, development, or custom)."
18319
+ },
18320
+ "environment_locked": {
18321
+ "type": "boolean",
18322
+ "description": "When true, the environment tag is locked and cannot be changed."
18323
+ },
18324
+ "env_auto_resolve": {
18325
+ "type": "boolean",
18326
+ "description": "When true, env var resolve endpoints auto-fill environment from this agent's tag."
18327
+ },
18328
+ "per_environment_guardrails": {
18329
+ "type": "object",
18330
+ "additionalProperties": true,
18331
+ "description": "Per-environment guardrail overrides keyed by environment slug."
18282
18332
  }
18283
18333
  }
18284
18334
  },
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.51.0
5
+ version: 0.52.0
6
6
  description: |
7
7
  Secure secret management for AI agents. Provides vaults, secrets,
8
8
  policy-based access control, agent identity, Intents API,
@@ -11457,6 +11457,17 @@ components:
11457
11457
  format: date-time
11458
11458
  nullable: true
11459
11459
  description: Optional expiration time for the agent's API key.
11460
+ environment:
11461
+ type: string
11462
+ description: Named environment for this agent (production, preview, development, or custom).
11463
+ environment_locked:
11464
+ type: boolean
11465
+ default: false
11466
+ description: When true, the environment tag cannot be changed after creation.
11467
+ env_auto_resolve:
11468
+ type: boolean
11469
+ default: false
11470
+ description: When true, env var resolve endpoints auto-fill environment from this agent's tag.
11460
11471
 
11461
11472
  UpdateAgentRequest:
11462
11473
  type: object
@@ -11609,6 +11620,20 @@ components:
11609
11620
  format: date-time
11610
11621
  nullable: true
11611
11622
  description: Optional expiration time for the agent's API key. Set to null to clear.
11623
+ environment:
11624
+ type: string
11625
+ nullable: true
11626
+ description: Named environment for this agent (production, preview, development, or custom).
11627
+ environment_locked:
11628
+ type: boolean
11629
+ description: When true, the environment tag cannot be changed after creation.
11630
+ env_auto_resolve:
11631
+ type: boolean
11632
+ description: When true, env var resolve endpoints auto-fill environment from this agent's tag.
11633
+ per_environment_guardrails:
11634
+ type: object
11635
+ additionalProperties: true
11636
+ description: Per-environment guardrail overrides keyed by environment slug.
11612
11637
 
11613
11638
  AgentResponse:
11614
11639
  type: object
@@ -11837,6 +11862,20 @@ components:
11837
11862
  description: Multi-chain; one Safe per chain
11838
11863
  items:
11839
11864
  $ref: "#/components/schemas/AgentSmartAccountResponse"
11865
+ environment:
11866
+ type: string
11867
+ nullable: true
11868
+ description: Named environment this agent belongs to (production, preview, development, or custom).
11869
+ environment_locked:
11870
+ type: boolean
11871
+ description: When true, the environment tag is locked and cannot be changed.
11872
+ env_auto_resolve:
11873
+ type: boolean
11874
+ description: When true, env var resolve endpoints auto-fill environment from this agent's tag.
11875
+ per_environment_guardrails:
11876
+ type: object
11877
+ additionalProperties: true
11878
+ description: Per-environment guardrail overrides keyed by environment slug.
11840
11879
 
11841
11880
  KnownToken:
11842
11881
  type: object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/openapi-spec",
3
- "version": "0.51.0",
3
+ "version": "0.52.0",
4
4
  "description": "OpenAPI 3.1.0 specification for the 1Claw Vault API — generate clients in any language",
5
5
  "license": "MIT",
6
6
  "repository": {