{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3d69831a-3422-4a16-8575-7e1c535ea744",
    "slug": "picoclaw-1",
    "name": "PicoClaw",
    "description": "$10 Hardware · 10MB RAM · 1s Boot 🚀🦞!",
    "url": "https://railway.com/deploy/picoclaw-1",
    "upstream": {
      "repo_url": "https://github.com/8u9i/picoclaw"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "picoclaw",
      "source": {
        "repo": "https://github.com/8u9i/picoclaw"
      },
      "needs_volume": true,
      "volume_mount_path": "/tmp/picoclaw/workspace",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PICOCLAW_GATEWAY_HOST",
      "service": "picoclaw",
      "description": "Gateway bind host",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PICOCLAW_GATEWAY_PORT",
      "service": "picoclaw",
      "description": "Gateway listen port ",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PICOCLAW_CHANNELS_TELEGRAM_TOKEN",
      "service": "picoclaw",
      "description": "Telegram bot token from BotFather.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PICOCLAW_AGENTS_DEFAULTS_PROVIDER",
      "service": "picoclaw",
      "description": "Default LLM provider name (e.g. openrouter).",
      "secret": false,
      "strategy": "default",
      "default": "openrouter"
    },
    {
      "key": "PICOCLAW_AGENTS_DEFAULTS_WORKSPACE",
      "service": "picoclaw",
      "description": "Provide a value for PICOCLAW_AGENTS_DEFAULTS_WORKSPACE.",
      "secret": false,
      "strategy": "default",
      "default": "/tmp/picoclaw/workspace"
    },
    {
      "key": "PICOCLAW_CHANNELS_TELEGRAM_ENABLED",
      "service": "picoclaw",
      "description": "Enable Telegram bot channel.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PICOCLAW_PROVIDERS_OPENROUTER_API_KEY",
      "service": "picoclaw",
      "description": "OpenRouter API key (required unless another provider key is set).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "picoclaw-1"
      }
    },
    "cli": "railway deploy --template picoclaw-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3d69831a-3422-4a16-8575-7e1c535ea744",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "083a1fab-bad5-4b6a-b7f1-84601b80eeb8": {
                  "icon": "https://picoclaw.net/logo.png",
                  "name": "picoclaw",
                  "deploy": {
                    "startCommand": "gateway",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/8u9i/picoclaw",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PICOCLAW_GATEWAY_HOST": {
                      "isOptional": true,
                      "description": "Gateway bind host",
                      "defaultValue": "0.0.0.0"
                    },
                    "PICOCLAW_GATEWAY_PORT": {
                      "isOptional": true,
                      "description": "Gateway listen port ",
                      "defaultValue": "8080"
                    },
                    "PICOCLAW_HEARTBEAT_ENABLED": {
                      "isOptional": true,
                      "description": "Enable periodic heartbeat logs/tasks.",
                      "defaultValue": ""
                    },
                    "PICOCLAW_AGENTS_DEFAULTS_MODEL": {
                      "isOptional": true,
                      "description": "Default model ID used for requests.",
                      "defaultValue": ""
                    },
                    "PICOCLAW_CHANNELS_DISCORD_TOKEN": {
                      "isOptional": true,
                      "description": "Discord bot token.",
                      "defaultValue": ""
                    },
                    "PICOCLAW_CHANNELS_TELEGRAM_TOKEN": {
                      "isOptional": false,
                      "description": "Telegram bot token from BotFather.",
                      "defaultValue": "{{PICOCLAW_CHANNELS_TELEGRAM_TOKEN}}"
                    },
                    "PICOCLAW_TOOLS_WEB_BRAVE_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "PICOCLAW_TOOLS_WEB_BRAVE_ENABLED": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "PICOCLAW_AGENTS_DEFAULTS_PROVIDER": {
                      "isOptional": true,
                      "description": "Default LLM provider name (e.g. openrouter).",
                      "defaultValue": "openrouter"
                    },
                    "PICOCLAW_CHANNELS_DISCORD_ENABLED": {
                      "isOptional": true,
                      "description": "Enable discord for interacting with llm",
                      "defaultValue": ""
                    },
                    "PICOCLAW_AGENTS_DEFAULTS_WORKSPACE": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "/tmp/picoclaw/workspace"
                    },
                    "PICOCLAW_CHANNELS_TELEGRAM_ENABLED": {
                      "isOptional": false,
                      "description": "Enable Telegram bot channel.",
                      "defaultValue": "true"
                    },
                    "PICOCLAW_PROVIDERS_OPENROUTER_API_KEY": {
                      "isOptional": false,
                      "description": "OpenRouter API key (required unless another provider key is set).",
                      "defaultValue": "{{PICOCLAW_PROVIDERS_OPENROUTER_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "083a1fab-bad5-4b6a-b7f1-84601b80eeb8": {
                      "mountPath": "/tmp/picoclaw/workspace"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-07T23:54:17.958Z",
  "generator_version": "0.1.0"
}
