{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cda75f1d-b976-4f9e-a81d-62b54e784818",
    "slug": "rocket-sqlite",
    "name": "Rocket Sqlite",
    "description": "Persistent SQLite database with Railway Volumes",
    "url": "https://railway.com/deploy/rocket-sqlite",
    "upstream": {
      "repo_url": "https://github.com/DhiWisePvtLtd/railway-sqlite-template"
    }
  },
  "services": [
    {
      "name": "railway-sqlite-template",
      "source": {
        "repo": "https://github.com/DhiWisePvtLtd/railway-sqlite-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_PATH",
      "service": "railway-sqlite-template",
      "description": "Provide a value for DATABASE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rocket-sqlite"
      }
    },
    "cli": "railway deploy --template rocket-sqlite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cda75f1d-b976-4f9e-a81d-62b54e784818",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "635ab4eb-c31e-432b-bb27-cb20c66f34f2": {
                  "icon": null,
                  "name": "railway-sqlite-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/DhiWisePvtLtd/railway-sqlite-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATABASE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/data"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "635ab4eb-c31e-432b-bb27-cb20c66f34f2": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T20:56:07.041Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3633e5e188094644844e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 95,
    "typical_build_seconds": 10,
    "typical_start_seconds": 5,
    "slowest_service": "railway-sqlite-template"
  }
}
