{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1da8c216-a568-4f5a-982e-eeb187fa4a54",
    "slug": "fireplexity",
    "name": "fireplexity",
    "description": "Fast AI search engine with citations and streaming responses.",
    "url": "https://railway.com/deploy/fireplexity",
    "upstream": {
      "repo_url": "https://github.com/chinpeerapat/fireplexity-v2"
    }
  },
  "services": [
    {
      "name": "fireplexity-v2",
      "source": {
        "repo": "https://github.com/chinpeerapat/fireplexity-v2"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GROQ_API_KEY",
      "service": "fireplexity-v2",
      "description": "Provide a value for GROQ_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "FIRECRAWL_API_KEY",
      "service": "fireplexity-v2",
      "description": "Provide a value for FIRECRAWL_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fireplexity"
      }
    },
    "cli": "railway deploy --template fireplexity",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1da8c216-a568-4f5a-982e-eeb187fa4a54",
            "serializedConfig": {
              "services": {
                "18e779ae-59d5-4a55-bbc5-cc3df5579d32": {
                  "icon": null,
                  "name": "fireplexity-v2",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/chinpeerapat/fireplexity-v2",
                    "rootDirectory": null
                  },
                  "variables": {
                    "GROQ_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{GROQ_API_KEY}}"
                    },
                    "FIRECRAWL_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{FIRECRAWL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T20:41:33.408Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_4e4b5a9f9ee34529aa66",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
