{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d3cf328f-96dc-4e46-a481-f5297b3dc0eb",
    "slug": "vygil-ai",
    "name": "vygil-ai",
    "description": "Autonomous Activity Tracking & Anomaly Detection",
    "url": "https://railway.com/deploy/vygil-ai",
    "upstream": {
      "repo_url": "https://github.com/harmanpunn/vygil-ai"
    }
  },
  "services": [
    {
      "name": "vygil-ai",
      "source": {
        "repo": "https://github.com/harmanpunn/vygil-ai"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENAI_API_KEY",
      "service": "vygil-ai",
      "description": "Enter your OPENAI API Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vygil-ai"
      }
    },
    "cli": "railway deploy --template vygil-ai",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d3cf328f-96dc-4e46-a481-f5297b3dc0eb",
            "serializedConfig": {
              "services": {
                "36f90b14-a62f-4778-b82d-dfe5c7b8f95a": {
                  "icon": "https://img.icons8.com/pastel-glyph/64/FFFFFF/define-location--v1.png",
                  "name": "vygil-ai",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/harmanpunn/vygil-ai",
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "Enter your OPENAI API Key",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T21:33:28.491Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_2dae8f2cc75e497a9578",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
