{
  "manifest_version": "1.0.0",
  "template": {
    "id": "306c3556-7a44-427e-9abd-bf8fe18356ec",
    "slug": "fire-enrich",
    "name": "Fire Enrich",
    "description": "Fire Enrich - AI-Powered Data Enrichment Tool",
    "url": "https://railway.com/deploy/fire-enrich",
    "upstream": {
      "repo_url": "https://github.com/firecrawl/fire-enrich"
    }
  },
  "services": [
    {
      "name": "Fire Enrich",
      "source": {
        "repo": "https://github.com/firecrawl/fire-enrich"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENAI_API_KEY",
      "service": "Fire Enrich",
      "description": "API key for OpenAI language models. Get it from https://platform.openai.com/api-keys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "FIRECRAWL_API_KEY",
      "service": "Fire Enrich",
      "description": "API key for Firecrawl web scraping service. Get it from https://firecrawl.link/api-keys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fire-enrich"
      }
    },
    "cli": "railway deploy --template fire-enrich",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "306c3556-7a44-427e-9abd-bf8fe18356ec",
            "serializedConfig": {
              "services": {
                "88a4c60d-704d-45ae-b709-7ec5a5bb9c7d": {
                  "icon": "https://somi-public-assets.s3.ap-southeast-1.amazonaws.com/railway/firecrawl-logo.png",
                  "name": "Fire Enrich",
                  "source": {
                    "repo": "firecrawl/fire-enrich",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "API key for OpenAI language models. Get it from https://platform.openai.com/api-keys",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "FIRECRAWL_API_KEY": {
                      "isOptional": false,
                      "description": "API key for Firecrawl web scraping service. Get it from https://firecrawl.link/api-keys",
                      "defaultValue": "{{FIRECRAWL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T18:55:17.195Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_405eec5395c846b2a559",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
