{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2cd6897e-2f42-4cf9-a5d3-d65eb84e61a6",
    "slug": "telegram-bot-python-telebot",
    "name": "Telegram Bot Starter — Python + telebot",
    "description": "Production-ready Python Telegram bot: commands, keyboards, long polling",
    "url": "https://railway.com/deploy/telegram-bot-python-telebot",
    "upstream": {
      "repo_url": "https://github.com/aeither/telegram-bot-python"
    }
  },
  "services": [
    {
      "name": "Telegram Bot Python",
      "source": {
        "repo": "https://github.com/aeither/telegram-bot-python"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "Telegram Bot Python",
      "description": "Provide a value for TELEGRAM_BOT_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "telegram-bot-python-telebot"
      }
    },
    "cli": "railway deploy --template telegram-bot-python-telebot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2cd6897e-2f42-4cf9-a5d3-d65eb84e61a6",
            "serializedConfig": {
              "services": {
                "a65e9548-d837-4712-8659-0cfca7c027ce": {
                  "icon": "https://devicons.railway.com/i/telegram.svg",
                  "name": "Telegram Bot Python",
                  "source": {
                    "repo": "aeither/telegram-bot-python",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-12T10:14:41.946Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T04:38:29.255Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7d92729254db47c9b416",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 105,
    "typical_build_seconds": 26,
    "typical_start_seconds": 5,
    "slowest_service": "Telegram Bot Python"
  }
}
