{
"id": 22,
"name": "OpenClaw (Ubuntu 24)",
"minimum_ram": 2,
"eol": false,
"ssh_keys_support": true,
"amd_sev_supported": true,
"group": {
"name": "OpenClaw",
"type": "app",
"key": "openclaw",
"icon": "http://www.vps.local:9000/vpsbg-media/23/openclaw.svg",
"order": 3,
"coming_soon": false,
"public_url": "http://www.vps.local//app-templates/openclaw-vps",
"environment_variables": [
{
"name": "ANTHROPIC_API_KEY",
"label": "Anthropic API Key",
"input_type": "password",
"placeholder": "sk-ant-...",
"help_text": "Your Anthropic API key for the AI features.",
"validation": "^sk-ant-[A-Za-z0-9\\-_]+$",
"required_group": "ai_key",
"required": false
},
{
"name": "OPENAI_API_KEY",
"label": "OpenAI API Key",
"input_type": "password",
"placeholder": "sk-...",
"help_text": "Your OpenAI API key for the AI features.",
"validation": "^sk-[A-Za-z0-9\\-_]+$",
"required_group": "ai_key",
"required": false
},
{
"name": "GATEWAY_PASSWORD",
"label": "Gateway Password",
"input_type": "password",
"placeholder": "Enter a strong password",
"help_text": "Password used to access the OpenClaw gateway.",
"validation": "^.{8,}$",
"required": true
},
{
"name": "ADMIN_EMAIL",
"label": "Admin Email",
"input_type": "text",
"placeholder": "admin@example.com",
"help_text": "Email address for the admin account.",
"validation": "^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$",
"required": true
}
],
"content": null
},
"order": 0
}