{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7800b4d8-79fe-4c80-a10c-d3e15bd15464",
    "slug": "fQSStq",
    "name": "Grist",
    "description": "Grist is an Airtable / Google Sheets alternative",
    "url": "https://railway.com/deploy/fQSStq",
    "upstream": {
      "image": "gristlabs/grist:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "gristlabs/grist:latest",
      "source": {
        "image": "gristlabs/grist:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/persist",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "gristlabs/grist:latest",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8484"
    },
    {
      "key": "APP_HOME_URL",
      "service": "gristlabs/grist:latest",
      "description": "Provide a value for APP_HOME_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "GRIST_DEFAULT_EMAIL",
      "service": "gristlabs/grist:latest",
      "description": "Provide a value for GRIST_DEFAULT_EMAIL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GRIST_SESSION_SECRET",
      "service": "gristlabs/grist:latest",
      "description": "Provide a value for GRIST_SESSION_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fQSStq"
      }
    },
    "cli": "railway deploy --template fQSStq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7800b4d8-79fe-4c80-a10c-d3e15bd15464",
            "serializedConfig": {
              "services": {
                "01b0f0cc-b76b-4499-a3c1-7e1708272657": {
                  "name": "gristlabs/grist:latest",
                  "source": {
                    "image": "gristlabs/grist:latest"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8484"
                    },
                    "APP_HOME_URL": {
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "GRIST_DEFAULT_EMAIL": {
                      "defaultValue": "{{GRIST_DEFAULT_EMAIL}}"
                    },
                    "GRIST_SESSION_SECRET": {
                      "description": "",
                      "defaultValue": "{{GRIST_SESSION_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "01b0f0cc-b76b-4499-a3c1-7e1708272657": {
                      "mountPath": "/persist"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-08T11:54:27.954Z",
  "generator_version": "0.1.0"
}
