{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3c4d1f05-7f5f-4f41-b280-142e6fcad402",
    "slug": "yrOOdm",
    "name": "Supso",
    "description": "Real-time digital product observability.",
    "url": "https://railway.com/deploy/yrOOdm",
    "upstream": {
      "image": "ghcr.io/palladians/supso:latest"
    }
  },
  "services": [
    {
      "name": "app",
      "source": {
        "image": "ghcr.io/palladians/supso:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PUBLIC_APP_URL",
      "service": "app",
      "description": "The public URL of your Supso. For the cloud instance we use \"https://app.supso.co\".",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SECRET_SQLITE_URL",
      "service": "app",
      "description": "Path to your SQLite DB file",
      "secret": true,
      "strategy": "default",
      "default": "file:./data/sqlite.db"
    },
    {
      "key": "SECRET_PLUNK_API_KEY",
      "service": "app",
      "description": "https://useplunk.com/ API key to send emails (auth).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "yrOOdm"
      }
    },
    "cli": "railway deploy --template yrOOdm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3c4d1f05-7f5f-4f41-b280-142e6fcad402",
            "serializedConfig": {
              "services": {
                "f04ea8d2-d3b3-4eb5-896a-4b39b0219650": {
                  "name": "app",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "ghcr.io/palladians/supso:latest"
                  },
                  "variables": {
                    "PUBLIC_APP_URL": {
                      "isOptional": false,
                      "description": "The public URL of your Supso. For the cloud instance we use \"https://app.supso.co\".",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SECRET_SQLITE_URL": {
                      "isOptional": false,
                      "description": "Path to your SQLite DB file",
                      "defaultValue": "file:./data/sqlite.db"
                    },
                    "SECRET_PLUNK_API_KEY": {
                      "isOptional": false,
                      "description": "https://useplunk.com/ API key to send emails (auth).",
                      "defaultValue": "{{SECRET_PLUNK_API_KEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f04ea8d2-d3b3-4eb5-896a-4b39b0219650": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T16:14:56.866Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T14:11:12.416Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_b64068b0891446bcabc5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
