open, interoperable sandbox platform for agents and humans 📦 ✨ pocketenv.io
claude-code atproto sandbox openclaw agent
at main 24 lines 477 B view raw
1{ 2 "lexicon": 1, 3 "id": "io.pocketenv.variable.addVariable", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "input": { 8 "encoding": "application/json", 9 "schema": { 10 "type": "object", 11 "required": [ 12 "variable" 13 ], 14 "properties": { 15 "variable": { 16 "type": "ref", 17 "ref": "io.pocketenv.variable.defs#variable" 18 } 19 } 20 } 21 } 22 } 23 } 24}