{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f98b1088-4a29-4cb0-88fc-6705e9f8c5b1",
    "slug": "2vnBb4",
    "name": "riverui",
    "description": "Deploy River UI easily for managing background jobs in Go applications",
    "url": "https://railway.com/deploy/2vnBb4",
    "upstream": {
      "image": "ghcr.io/riverqueue/riverui:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "riverui",
      "source": {
        "image": "ghcr.io/riverqueue/riverui:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "riverui",
      "description": "Provide a value for DATABASE_URL.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "2vnBb4"
      }
    },
    "cli": "railway deploy --template 2vnBb4",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f98b1088-4a29-4cb0-88fc-6705e9f8c5b1",
            "serializedConfig": {
              "services": {
                "f15ce3e1-f24d-4c3e-93d9-290a02bd6312": {
                  "icon": "https://riverqueue.com/favicon.svg",
                  "name": "riverui",
                  "source": {
                    "image": "ghcr.io/riverqueue/riverui:latest"
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{DATABASE_URL}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
