{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5e0f0175-d60b-4d98-91c3-977dce586d8c",
    "slug": "dark-cool",
    "name": "FlowEngine",
    "description": "White-label client portal for automation agencies using n8n",
    "url": "https://railway.com/deploy/dark-cool",
    "upstream": {
      "repo_url": "https://github.com/FlowEngine-cloud/flowengine"
    }
  },
  "services": [
    {
      "name": "flowengine",
      "source": {
        "repo": "https://github.com/FlowEngine-cloud/flowengine"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dark-cool"
      }
    },
    "cli": "railway deploy --template dark-cool",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5e0f0175-d60b-4d98-91c3-977dce586d8c",
            "serializedConfig": {
              "services": {
                "a92219ee-fdfc-46e2-9aa5-bc254d057689": {
                  "name": "flowengine",
                  "source": {
                    "repo": "FlowEngine-cloud/flowengine",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-15T22:14:40.394Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-15T23:26:31.060Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f5c5fc3e0811458cb051",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
