{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a3a17f02-ecbc-4854-9ee7-9f335ee81c8f",
    "slug": "claudeclaw-your-ai-agentic-os",
    "name": "ClaudeClaw — Your AI Agentic OS",
    "description": "ClaudeClaw — Your AI Agentic OS accessible from Telegram + Web Dashboard.",
    "url": "https://railway.com/deploy/claudeclaw-your-ai-agentic-os",
    "upstream": {
      "repo_url": "https://github.com/philip-couboura/claudeclaw-os-vanilla"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "claudeclaw-os-vanilla",
      "source": {
        "repo": "https://github.com/philip-couboura/claudeclaw-os-vanilla"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/store",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DASHBOARD_URL",
      "service": "claudeclaw-os-vanilla",
      "description": "Provide a value for DASHBOARD_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ALLOWED_CHAT_ID",
      "service": "claudeclaw-os-vanilla",
      "description": "Your personal Telegram numeric chat ID — only messages from this chat ID will be accepted by the bot. To find yours: after deploying, message your bot once on Telegram, then visit https://api.telegram.org/bot<YOUR_TELEGRAM_BOT_TOKEN>/getUpdates in a browser and find \"chat\":{\"id\":N}. Paste that number here. If you don't know it yet, paste any placeholder digit, deploy, message the bot, retrieve the real ID, then update this variable.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DASHBOARD_TOKEN",
      "service": "claudeclaw-os-vanilla",
      "description": "Provide a value for DASHBOARD_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "claudeclaw-os-vanilla",
      "description": "Your Anthropic API key. Generate one at https://console.anthropic.com → Settings → Keys → Create Key. Format: sk-ant-api03-... (around 108 characters). You pay for Claude usage on the account that owns this key — set spend limits at console.anthropic.com → Billing if needed.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DB_ENCRYPTION_KEY",
      "service": "claudeclaw-os-vanilla",
      "description": "Provide a value for DB_ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "claudeclaw-os-vanilla",
      "description": "Your private Telegram bot token. Create a bot by messaging @BotFather on Telegram, send /newbot, choose a name and username, then paste the token here. Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11. Treat it like a password — anyone with this token can control your bot.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CLAUDECLAW_USE_ANTHROPIC_API_KEY",
      "service": "claudeclaw-os-vanilla",
      "description": "Provide a value for CLAUDECLAW_USE_ANTHROPIC_API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "claudeclaw-your-ai-agentic-os"
      }
    },
    "cli": "railway deploy --template claudeclaw-your-ai-agentic-os",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a3a17f02-ecbc-4854-9ee7-9f335ee81c8f",
            "serializedConfig": {
              "services": {
                "fa535b81-be43-4dc0-aad6-047a1e56c126": {
                  "icon": null,
                  "name": "claudeclaw-os-vanilla",
                  "deploy": {
                    "startCommand": "npm start",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/philip-couboura/claudeclaw-os-vanilla",
                    "rootDirectory": null
                  },
                  "variables": {
                    "USER_NAME": {
                      "isOptional": true,
                      "description": "Your first name — the bot will use this when addressing you. Optional; leave blank to set later from the dashboard.",
                      "defaultValue": ""
                    },
                    "DASHBOARD_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{ RAILWAY_PUBLIC_DOMAIN }}"
                    },
                    "ASSISTANT_NAME": {
                      "isOptional": true,
                      "description": "The bot's display name (e.g. 'Atlas'). Defaults to 'ClaudeClaw' if blank.",
                      "defaultValue": ""
                    },
                    "ALLOWED_CHAT_ID": {
                      "isOptional": false,
                      "description": "Your personal Telegram numeric chat ID — only messages from this chat ID will be accepted by the bot. To find yours: after deploying, message your bot once on Telegram, then visit https://api.telegram.org/bot<YOUR_TELEGRAM_BOT_TOKEN>/getUpdates in a browser and find \"chat\":{\"id\":N}. Paste that number here. If you don't know it yet, paste any placeholder digit, deploy, message the bot, retrieve the real ID, then update this variable.",
                      "defaultValue": "{{ALLOWED_CHAT_ID}}"
                    },
                    "DASHBOARD_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{DASHBOARD_TOKEN}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "Your Anthropic API key. Generate one at https://console.anthropic.com → Settings → Keys → Create Key. Format: sk-ant-api03-... (around 108 characters). You pay for Claude usage on the account that owns this key — set spend limits at console.anthropic.com → Billing if needed.",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "DB_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{DB_ENCRYPTION_KEY}}"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "Your private Telegram bot token. Create a bot by messaging @BotFather on Telegram, send /newbot, choose a name and username, then paste the token here. Format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11. Treat it like a password — anyone with this token can control your bot.",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    },
                    "CLAUDECLAW_USE_ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3141": {
                        "port": 3141
                      }
                    }
                  },
                  "volumeMounts": {
                    "fa535b81-be43-4dc0-aad6-047a1e56c126": {
                      "mountPath": "/app/store"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
