{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a1850c3c-4927-497a-a569-5a90b5b50b4a",
    "slug": "f1replaytiming",
    "name": "F1ReplayTiming",
    "description": "Visualisation of real-time track data and telemetry synced to F1 replays.",
    "url": "https://railway.com/deploy/f1replaytiming",
    "upstream": {
      "image": "ghcr.io/adn8naiagent/f1replaytiming:latest"
    }
  },
  "services": [
    {
      "name": "F1ReplayTiming",
      "source": {
        "image": "ghcr.io/adn8naiagent/f1replaytiming:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "f1replaytiming"
      }
    },
    "cli": "railway deploy --template f1replaytiming",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a1850c3c-4927-497a-a569-5a90b5b50b4a",
            "serializedConfig": {
              "services": {
                "d82722bd-6290-49e5-94a9-a86678de6bb7": {
                  "icon": "https://raw.githubusercontent.com/adn8naiagent/F1ReplayTiming/refs/heads/main/.claude/Assets/Roundedicon.png",
                  "name": "F1ReplayTiming",
                  "source": {
                    "image": "ghcr.io/adn8naiagent/f1replaytiming:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "d82722bd-6290-49e5-94a9-a86678de6bb7": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T23:06:30.314Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3a2e47ff907d405baf52",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "F1ReplayTiming"
  }
}
