{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3dcf8198-8dfc-4b37-ab69-c9c9e37af690",
    "slug": "qHge9_",
    "name": "Pyrogram Bot",
    "description": "A bot to bypass the Anti Forward And Copy rule of the telegram API.",
    "url": "https://railway.com/deploy/qHge9_",
    "upstream": {
      "repo_url": "https://github.com/NotYourBaka/GhostForwarder"
    }
  },
  "services": [
    {
      "name": "PyroGramBot",
      "source": {
        "repo": "https://github.com/NotYourBaka/GhostForwarder"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SESSION_STRING",
      "service": "PyroGramBot",
      "description": "Read README.md for obtaining the Session String",
      "secret": false,
      "strategy": "default",
      "default": "xx_Your_Session_String_xx"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qHge9_"
      }
    },
    "cli": "railway deploy --template qHge9_",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3dcf8198-8dfc-4b37-ab69-c9c9e37af690",
            "serializedConfig": {
              "services": {
                "da97eba9-93fc-4d40-ab70-400eeaccefd1": {
                  "name": "PyroGramBot",
                  "build": {},
                  "deploy": {
                    "startCommand": "python main.py",
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/NotYourBaka/GhostForwarder",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SESSION_STRING": {
                      "isOptional": false,
                      "description": "Read README.md for obtaining the Session String",
                      "defaultValue": "xx_Your_Session_String_xx"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T15:23:01.529Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_47cf55d3bf034669ab2a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
