{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9acc969c-98b4-43c4-ae5f-5700c1c3f297",
    "slug": "a0ln90",
    "name": "Telegram Bot Python",
    "description": "A simple Python Telegram bot built using the telebot",
    "url": "https://railway.com/deploy/a0ln90",
    "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": "a0ln90"
      }
    },
    "cli": "railway deploy --template a0ln90",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9acc969c-98b4-43c4-ae5f-5700c1c3f297",
            "serializedConfig": {
              "services": {
                "2c0da141-f669-4269-bd9c-f1eddf22c9c7": {
                  "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-18T22:14:40.474Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-16T20:05:49.539Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ca58b9c8942746afb472",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 116,
    "typical_build_seconds": 10,
    "typical_start_seconds": 5,
    "slowest_service": "telegram-bot-python"
  }
}
