{
  "manifest_version": "1.0.0",
  "template": {
    "id": "14469820-274f-4888-a34e-a69f993e57e1",
    "slug": "gitingest",
    "name": "GitIngest",
    "description": "Turn any Git repository into a prompt-friendly text ingest for LLMs.",
    "url": "https://railway.com/deploy/gitingest",
    "upstream": {
      "image": "ghcr.io/coderamp-labs/gitingest:main"
    }
  },
  "services": [
    {
      "name": "Gitingest",
      "source": {
        "image": "ghcr.io/coderamp-labs/gitingest:main"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GITHUB_TOKEN",
      "service": "Gitingest",
      "description": "Get token here https://github.com/settings/personal-access-tokens",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ALLOWED_HOSTS",
      "service": "Gitingest",
      "description": "Provide a value for ALLOWED_HOSTS.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gitingest"
      }
    },
    "cli": "railway deploy --template gitingest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "14469820-274f-4888-a34e-a69f993e57e1",
            "serializedConfig": {
              "services": {
                "9f7126bb-ff31-4f05-867f-114517f4e853": {
                  "name": "Gitingest",
                  "source": {
                    "image": "ghcr.io/coderamp-labs/gitingest:main"
                  },
                  "variables": {
                    "GITHUB_TOKEN": {
                      "description": "Get token here https://github.com/settings/personal-access-tokens",
                      "defaultValue": "{{GITHUB_TOKEN}}"
                    },
                    "ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-05T23:57:21.892Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d88bc456628f443dabca",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 52,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Gitingest"
  }
}
