{
  "manifest_version": "1.0.0",
  "template": {
    "id": "53004b54-7d9d-4587-a238-14b806f77161",
    "slug": "deep-vast",
    "name": "deep-vast",
    "description": "Deploy and Host deep-vast with Railway",
    "url": "https://railway.com/deploy/deep-vast",
    "upstream": {
      "repo_url": "https://github.com/marketadvocate-sudo/Finding-Hidden-Customers-Public-Agent"
    }
  },
  "services": [
    {
      "name": "Finding-Hidden-Customers-Public-Agent",
      "source": {
        "repo": "https://github.com/marketadvocate-sudo/Finding-Hidden-Customers-Public-Agent"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "Finding-Hidden-Customers-Public-Agent",
      "description": "Provide a value for ANTHROPIC_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CANNONBALL_PASSWORD",
      "service": "Finding-Hidden-Customers-Public-Agent",
      "description": "Provide a value for CANNONBALL_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "deep-vast"
      }
    },
    "cli": "railway deploy --template deep-vast",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "53004b54-7d9d-4587-a238-14b806f77161",
            "serializedConfig": {
              "services": {
                "74074f93-5d28-4d92-9b03-0904c60b6c31": {
                  "name": "Finding-Hidden-Customers-Public-Agent",
                  "deploy": {
                    "preDeployCommand": [
                      "gunicorn cannonball:app --bind 0.0.0.0:$PORT --timeout 300"
                    ]
                  },
                  "source": {
                    "repo": "marketadvocate-sudo/Finding-Hidden-Customers-Public-Agent",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "CANNONBALL_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{CANNONBALL_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T09:42:03.503Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_ea015698221749ce8e4e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "BUILDING"
      }
    ]
  }
}
