{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b275debc-cfd5-4036-a403-54bc25a49727",
    "slug": "perplexica",
    "name": "Perplexica",
    "description": "Open source alternative to Perplexity AI",
    "url": "https://railway.com/deploy/perplexica",
    "upstream": {
      "image": "itzcrazykns1337/perplexica:latest"
    }
  },
  "services": [
    {
      "name": "Perplexica",
      "source": {
        "image": "itzcrazykns1337/perplexica:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/perplexica/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "perplexica"
      }
    },
    "cli": "railway deploy --template perplexica",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b275debc-cfd5-4036-a403-54bc25a49727",
            "serializedConfig": {
              "services": {
                "3e27467b-1018-43cf-a9da-76f39c7fc9c6": {
                  "icon": "https://avatars.githubusercontent.com/u/95534749?s=48&v=4",
                  "name": "Perplexica",
                  "source": {
                    "image": "itzcrazykns1337/perplexica:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "3e27467b-1018-43cf-a9da-76f39c7fc9c6": {
                      "mountPath": "/home/perplexica/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-18T22:14:40.474Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T17:45:35.527Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1c337e80618649c4a0cb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 70,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "Perplexica"
  }
}
