{
  "manifest_version": "1.0.0",
  "template": {
    "id": "71d2e648-138e-4c97-a875-15bc76c0c795",
    "slug": "logcar",
    "name": "LogCar",
    "description": "Database using Railway logs as storage-medium",
    "url": "https://railway.com/deploy/logcar",
    "upstream": {
      "repo_url": "https://github.com/FraglyG/logcar"
    }
  },
  "services": [
    {
      "name": "LogCar",
      "source": {
        "repo": "https://github.com/FraglyG/logcar"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "LogCar",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "AUTH_TOKEN",
      "service": "LogCar",
      "description": "Your database's authentication token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILWAY_API_KEY",
      "service": "LogCar",
      "description": "Your Railway API key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "logcar"
      }
    },
    "cli": "railway deploy --template logcar",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "71d2e648-138e-4c97-a875-15bc76c0c795",
            "serializedConfig": {
              "services": {
                "b7c3ff42-5921-48dd-972a-f6ea2c3fac92": {
                  "icon": "https://emojigraph.org/media/joypixels/train_1f686.png",
                  "name": "LogCar",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/FraglyG/logcar",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    },
                    "AUTH_TOKEN": {
                      "description": "Your database's authentication token",
                      "defaultValue": "{{AUTH_TOKEN}}"
                    },
                    "RAILWAY_API_KEY": {
                      "isOptional": false,
                      "description": "Your Railway API key",
                      "defaultValue": "{{RAILWAY_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-12T22:14:39.841Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T03:00:36.230Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fc7649ee2f7d48019d75",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 100,
    "typical_build_seconds": 35,
    "typical_start_seconds": 5,
    "slowest_service": "LogCar"
  }
}
