{
  "manifest_version": "1.0.0",
  "template": {
    "id": "59795b78-69ba-4d9e-8e24-ee14373527fd",
    "slug": "believable-sparkle",
    "name": "believable-sparkle",
    "description": "A simple template for host your telegram bots",
    "url": "https://railway.com/deploy/believable-sparkle",
    "upstream": {
      "repo_url": "https://github.com/error403op/Railway"
    }
  },
  "services": [
    {
      "name": "Railway",
      "source": {
        "repo": "https://github.com/error403op/Railway"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REPO_URL",
      "service": "Railway",
      "description": "Put your GitHub repo link",
      "secret": false,
      "strategy": "default",
      "default": "Puthere"
    },
    {
      "key": "START_CMD",
      "service": "Railway",
      "description": "Put your project start command here",
      "secret": false,
      "strategy": "default",
      "default": "Puthere"
    },
    {
      "key": "APT_PACKAGES",
      "service": "Railway",
      "description": "Put your missing apt packages here",
      "secret": false,
      "strategy": "default",
      "default": "git"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "believable-sparkle"
      }
    },
    "cli": "railway deploy --template believable-sparkle",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "59795b78-69ba-4d9e-8e24-ee14373527fd",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "491d2e47-216c-4d11-845c-c585fcc15d3d": {
                  "icon": "https://raw.githubusercontent.com/error403op/Railway/main/icon.png",
                  "name": "Railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/error403op/Railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "REPO_URL": {
                      "isOptional": false,
                      "description": "Put your GitHub repo link",
                      "defaultValue": "Puthere"
                    },
                    "START_CMD": {
                      "isOptional": false,
                      "description": "Put your project start command here",
                      "defaultValue": "Puthere"
                    },
                    "APT_PACKAGES": {
                      "isOptional": false,
                      "description": "Put your missing apt packages here",
                      "defaultValue": "git"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T16:42:44.791Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_0fc47e7d00574130b7cd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
