{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5a50d230-164d-4119-8ef0-9235dae58106",
    "slug": "flipt-local",
    "name": "Flipt Local",
    "description": "Flipt v2 with local, persistent storage and proper file permissions.",
    "url": "https://railway.com/deploy/flipt-local",
    "upstream": {
      "repo_url": "https://github.com/vehm/railway-flipt"
    }
  },
  "services": [
    {
      "name": "Flipt",
      "source": {
        "repo": "https://github.com/vehm/railway-flipt"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/opt/flipt",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flipt-local"
      }
    },
    "cli": "railway deploy --template flipt-local",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5a50d230-164d-4119-8ef0-9235dae58106",
            "serializedConfig": {
              "services": {
                "399c461a-9e5f-4ae8-b357-fb925bed7e68": {
                  "icon": "https://raw.githubusercontent.com/flipt-io/flipt/v2/ui/src/assets/logo-flag.png",
                  "name": "Flipt",
                  "source": {
                    "repo": "vehm/railway-flipt",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "volumeMounts": {
                    "399c461a-9e5f-4ae8-b357-fb925bed7e68": {
                      "mountPath": "/var/opt/flipt"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T22:14:40.394Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T17:13:25.970Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9d3da26998c9465abe66",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 90,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "Flipt"
  }
}
