open, interoperable sandbox platform for agents and humans 📦 ✨ pocketenv.io
claude-code atproto sandbox openclaw agent
at main 21 lines 403 B view raw
1{ 2 "lexicon": 1, 3 "id": "io.pocketenv.variable.deleteVariable", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "parameters": { 8 "type": "params", 9 "required": [ 10 "id" 11 ], 12 "properties": { 13 "id": { 14 "type": "string", 15 "description": "The ID of the environment variable to delete" 16 } 17 } 18 } 19 } 20 } 21}