{
  "manifest_version": "1.0.0",
  "template": {
    "id": "95b0f919-3290-4d0b-bbe2-e1c6a6da4a77",
    "slug": "excalidraw-1",
    "name": "Excalidraw",
    "description": "Persistent collaborative whiteboard with a hand-drawn visual style.",
    "url": "https://railway.com/deploy/excalidraw-1",
    "upstream": {
      "image": "ghcr.io/ozencb/excalidraw-persist:0.18.0-persist.7@sha256:8c86a50d299cdcd27e178e80e7567479bf9b6c5eb62d08abbbfcd5ddba60bc26"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Excalidraw",
      "source": {
        "image": "ghcr.io/ozencb/excalidraw-persist:0.18.0-persist.7@sha256:8c86a50d299cdcd27e178e80e7567479bf9b6c5eb62d08abbbfcd5ddba60bc26"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "excalidraw-1"
      }
    },
    "cli": "railway deploy --template excalidraw-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "95b0f919-3290-4d0b-bbe2-e1c6a6da4a77",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6b22fea4-6e45-41a6-bdb2-7db5e4104bed": {
                  "icon": null,
                  "name": "Excalidraw",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/ozencb/excalidraw-persist:0.18.0-persist.7@sha256:8c86a50d299cdcd27e178e80e7567479bf9b6c5eb62d08abbbfcd5ddba60bc26"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6b22fea4-6e45-41a6-bdb2-7db5e4104bed": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Excalidraw",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-07T05:54:14.153Z",
  "generator_version": "0.1.0"
}
