{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3bf365e3-7e39-41cf-8ee0-f847c2ea7382",
    "slug": "parseable-1",
    "name": "Parseable",
    "description": "Unified observability platform",
    "url": "https://railway.com/deploy/parseable-1",
    "upstream": {
      "repo_url": "https://github.com/parseablehq/parseable-railway-template"
    }
  },
  "services": [
    {
      "name": "Parseable",
      "source": {
        "repo": "https://github.com/parseablehq/parseable-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/staging",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Parseable",
      "description": "8000 (aligns Railway routing/healthcheck with Parseable's listen port)",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "P_S3_URL",
      "service": "Parseable",
      "description": "Bucket endpoint URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "P_PASSWORD",
      "service": "Parseable",
      "description": "admin password",
      "secret": true,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "P_USERNAME",
      "service": "Parseable",
      "description": "admin username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "P_S3_BUCKET",
      "service": "Parseable",
      "description": "Bucket name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "P_S3_REGION",
      "service": "Parseable",
      "description": "Bucket region (give auto for auto detection)",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "P_S3_ACCESS_KEY",
      "service": "Parseable",
      "description": "Bucket ACCESS_KEY_ID",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "P_S3_SECRET_KEY",
      "service": "Parseable",
      "description": "Bucket SECRET_ACCESS_KEY",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "parseable-1"
      }
    },
    "cli": "railway deploy --template parseable-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3bf365e3-7e39-41cf-8ee0-f847c2ea7382",
            "serializedConfig": {
              "buckets": {
                "deebd384-712d-4d5f-8b99-e773bc8fb1cb": {
                  "name": "Bucket"
                }
              },
              "services": {
                "6db32c3d-aff2-4485-9cda-98b749d82feb": {
                  "icon": "https://www.parseable.com/parseable_icon_inverted.svg",
                  "name": "Parseable",
                  "deploy": {
                    "startCommand": "parseable s3-store",
                    "healthcheckPath": "/api/v1/readiness"
                  },
                  "source": {
                    "repo": "parseablehq/parseable-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "8000 (aligns Railway routing/healthcheck with Parseable's listen port)",
                      "defaultValue": "8000"
                    },
                    "P_S3_URL": {
                      "description": "Bucket endpoint URL.",
                      "defaultValue": "${{Bucket.ENDPOINT}}"
                    },
                    "P_PASSWORD": {
                      "description": "admin password",
                      "defaultValue": "admin"
                    },
                    "P_USERNAME": {
                      "description": "admin username",
                      "defaultValue": "admin"
                    },
                    "P_S3_BUCKET": {
                      "description": "Bucket name",
                      "defaultValue": "${{Bucket.BUCKET}}"
                    },
                    "P_S3_REGION": {
                      "description": "Bucket region (give auto for auto detection)",
                      "defaultValue": "${{Bucket.REGION}}"
                    },
                    "P_S3_ACCESS_KEY": {
                      "description": "Bucket ACCESS_KEY_ID",
                      "defaultValue": "${{Bucket.ACCESS_KEY_ID}}"
                    },
                    "P_S3_SECRET_KEY": {
                      "description": "Bucket SECRET_ACCESS_KEY",
                      "defaultValue": "${{Bucket.SECRET_ACCESS_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "6db32c3d-aff2-4485-9cda-98b749d82feb": {
                      "mountPath": "/data/staging"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Parseable",
      "method": "GET",
      "path": "/api/v1/readiness",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T12:26:11.026Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_9ddc3aa6aeff4c58a87f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ]
  }
}
