{
  "manifest_version": "1.0.0",
  "template": {
    "id": "41f8ced2-ecd0-4c14-82ae-299ebea46082",
    "slug": "jOiNFt",
    "name": "SQLite3",
    "description": "SQLite3 is a lightweight database",
    "url": "https://railway.com/deploy/jOiNFt",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/sqlite"
    }
  },
  "services": [
    {
      "name": "SQLite3",
      "source": {
        "repo": "https://github.com/railwayapp-templates/sqlite"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SQLITE_WEB_UI_PASSWORD",
      "service": "SQLite3",
      "description": "The password which you'll use to access the WebUI Interface",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_OVERLAP_SECONDS",
      "service": "SQLite3",
      "description": "How long the old deploy will overlap with the newest one being deployed.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jOiNFt"
      }
    },
    "cli": "railway deploy --template jOiNFt",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "41f8ced2-ecd0-4c14-82ae-299ebea46082",
            "serializedConfig": {
              "services": {
                "5daec3e6-a114-4de5-9394-6f3d6fd3d40c": {
                  "name": "SQLite3",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/sqlite"
                  },
                  "variables": {
                    "SQLITE_WEB_UI_PASSWORD": {
                      "isOptional": false,
                      "description": "The password which you'll use to access the WebUI Interface",
                      "defaultValue": "{{SQLITE_WEB_UI_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_OVERLAP_SECONDS": {
                      "isOptional": false,
                      "description": "How long the old deploy will overlap with the newest one being deployed.",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "5daec3e6-a114-4de5-9394-6f3d6fd3d40c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T17:17:22.367Z",
  "success_rate_30d": 0.3333,
  "validation": {
    "last_run_id": "run_2abb220a253b467ba6d8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 141,
    "typical_build_seconds": 66,
    "typical_start_seconds": 25,
    "slowest_service": "SQLite3"
  }
}
