open, interoperable sandbox platform for agents and humans 📦 ✨
pocketenv.io
claude-code
atproto
sandbox
openclaw
agent
1{
2 "lexicon": 1,
3 "id": "io.pocketenv.variable.updateVariable",
4 "defs": {
5 "main": {
6 "type": "procedure",
7 "input": {
8 "encoding": "application/json",
9 "schema": {
10 "type": "object",
11 "required": [
12 "id",
13 "variable"
14 ],
15 "properties": {
16 "id": {
17 "type": "string",
18 "description": "The ID of the variable to update."
19 },
20 "variable": {
21 "type": "ref",
22 "ref": "io.pocketenv.variable.defs#variable"
23 }
24 }
25 }
26 }
27 }
28 }
29}