{
  "manifest_version": "1.0.0",
  "template": {
    "id": "87b46bb2-6330-425a-9bdd-b0693ca26b0e",
    "slug": "3d-lens",
    "name": "3D Lens",
    "description": "Interactive 3D lens learning",
    "url": "https://railway.com/deploy/3d-lens",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/3d-lens"
    }
  },
  "services": [
    {
      "name": "3d-lens",
      "source": {
        "repo": "https://github.com/bilalnawaz072/3d-lens"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "3d-lens"
      }
    },
    "cli": "railway deploy --template 3d-lens",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "87b46bb2-6330-425a-9bdd-b0693ca26b0e",
            "serializedConfig": {
              "services": {
                "795dd59f-3201-431c-941d-e823792879c0": {
                  "name": "3d-lens",
                  "source": {
                    "repo": "bilalnawaz072/3d-lens",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "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-07T00:02:13.130Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_11cb070ed0e44b7299ee",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 107,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "3d-lens"
  }
}
