{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4527f3b5-93e4-453c-8578-671480040631",
    "slug": "HgR-fs",
    "name": "Git Backup",
    "description": "Automated Github Backup System for Disaster Recovery",
    "url": "https://railway.com/deploy/HgR-fs",
    "upstream": {
      "repo_url": "https://github.com/romitkarmakar/git-backup"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "git-backup",
      "source": {
        "repo": "https://github.com/romitkarmakar/git-backup"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "CONFIG_JSON",
      "service": "git-backup",
      "description": "Provide a value for CONFIG_JSON.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "HgR-fs"
      }
    },
    "cli": "railway deploy --template HgR-fs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4527f3b5-93e4-453c-8578-671480040631",
            "serializedConfig": {
              "services": {
                "fa3ea45e-22be-4519-b4d9-8d92d7b24bf5": {
                  "name": "git-backup",
                  "source": {
                    "repo": "romitkarmakar/git-backup",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "CONFIG_JSON": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{CONFIG_JSON}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
