{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0607c8da-8929-4033-9ec0-c3e69e48c218",
    "slug": "mermify",
    "name": "Mermify - Diagram,Flowchart Editor",
    "description": "Hybrid editor for Mermaid.js flowcharts and sequence diagrams",
    "url": "https://railway.com/deploy/mermify",
    "upstream": {
      "repo_url": "https://github.com/kaviarahul123/mermify"
    }
  },
  "services": [
    {
      "name": "mermify",
      "source": {
        "repo": "https://github.com/kaviarahul123/mermify"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NODE_ENV",
      "service": "mermify",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mermify"
      }
    },
    "cli": "railway deploy --template mermify",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0607c8da-8929-4033-9ec0-c3e69e48c218",
            "serializedConfig": {
              "services": {
                "6179fa58-d371-4003-a4fa-cdc0e3303752": {
                  "name": "mermify",
                  "source": {
                    "repo": "kaviarahul123/mermify",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "NODE_ENV": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T06:16:48.626Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_7b134de1570446939122",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 115,
    "typical_build_seconds": 52,
    "typical_start_seconds": 10,
    "slowest_service": "mermify"
  }
}
