{
  "manifest_version": "1.0.0",
  "template": {
    "id": "11761a04-402f-44fd-9ed4-01d9f6a1c2d0",
    "slug": "open-loveable-mendableai",
    "name": "Open Loveable (MendableAI)",
    "description": "Deploy and Host open-loveable (MendableAI) with Railway",
    "url": "https://railway.com/deploy/open-loveable-mendableai",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/open-lovable"
    }
  },
  "services": [
    {
      "name": "open-lovable",
      "source": {
        "repo": "https://github.com/bilalnawaz072/open-lovable"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "E2B_API_KEY",
      "service": "open-lovable",
      "description": "REQUIRED - Sandboxes for code execution. Get yours at https://e2b.dev",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SANDBOX_PROVIDER",
      "service": "open-lovable",
      "description": "Provide a value for SANDBOX_PROVIDER.",
      "secret": false,
      "strategy": "default",
      "default": "e2b"
    },
    {
      "key": "FIRECRAWL_API_KEY",
      "service": "open-lovable",
      "description": "REQUIRED - Web scraping for cloning websites. Get yours at https://firecrawl.dev",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-loveable-mendableai"
      }
    },
    "cli": "railway deploy --template open-loveable-mendableai",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "11761a04-402f-44fd-9ed4-01d9f6a1c2d0",
            "serializedConfig": {
              "services": {
                "ea6920a6-20bf-42c0-b104-647c2ed00cc5": {
                  "name": "open-lovable",
                  "source": {
                    "repo": "bilalnawaz072/open-lovable",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "E2B_API_KEY": {
                      "description": "REQUIRED - Sandboxes for code execution. Get yours at https://e2b.dev",
                      "defaultValue": "{{E2B_API_KEY}}"
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Get yours at https://console.groq.com",
                      "defaultValue": ""
                    },
                    "GEMINI_API_KEY": {
                      "isOptional": true,
                      "description": "Get yours at https://aistudio.google.com/app/apikey",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Get yours at https://platform.openai.com",
                      "defaultValue": ""
                    },
                    "SANDBOX_PROVIDER": {
                      "isOptional": false,
                      "defaultValue": "e2b"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Get yours at https://console.anthropic.com",
                      "defaultValue": ""
                    },
                    "FIRECRAWL_API_KEY": {
                      "description": "REQUIRED - Web scraping for cloning websites. Get yours at https://firecrawl.dev",
                      "defaultValue": "{{FIRECRAWL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "ea6920a6-20bf-42c0-b104-647c2ed00cc5": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T05:04:38.973Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b190b51d909940068fac",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 194,
    "typical_build_seconds": 102,
    "typical_start_seconds": 20,
    "slowest_service": "open-lovable"
  }
}
