{
  "manifest_version": "1.0.0",
  "template": {
    "id": "63581b19-d899-4663-8241-b8ef5c534e32",
    "slug": "2apifare",
    "name": "2Apifare",
    "description": "GeminiCLI into OpenAI,GEMINI API, supporting Antigravity models.",
    "url": "https://railway.com/deploy/2apifare",
    "upstream": {
      "image": "ghcr.io/axibayuit-a11y/2apifare:latest"
    }
  },
  "services": [
    {
      "name": "2apifare",
      "source": {
        "image": "ghcr.io/axibayuit-a11y/2apifare:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "2apifare",
      "description": "Bind to all interfaces for Railway.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "2apifare",
      "description": "Internal application listening port.",
      "secret": false,
      "strategy": "default",
      "default": "7861"
    },
    {
      "key": "DOMAIN",
      "service": "2apifare",
      "description": "Service access domain provided by Railway.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PASSWORD",
      "service": "2apifare",
      "description": "User password for accessing API and control panel.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "2apifare"
      }
    },
    "cli": "railway deploy --template 2apifare",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "63581b19-d899-4663-8241-b8ef5c534e32",
            "serializedConfig": {
              "services": {
                "7d889afd-9a4e-4652-8234-ca1bf646c1fb": {
                  "name": "2apifare",
                  "source": {
                    "image": "ghcr.io/axibayuit-a11y/2apifare:latest"
                  },
                  "variables": {
                    "HOST": {
                      "description": "Bind to all interfaces for Railway.",
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "description": "Internal application listening port.",
                      "defaultValue": "7861"
                    },
                    "DOMAIN": {
                      "description": "Service access domain provided by Railway.",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PASSWORD": {
                      "description": "User password for accessing API and control panel.",
                      "defaultValue": "{{PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:7861": {
                        "port": 7861
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T18:58:13.169Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fb9a2727ee954962a0aa",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 124,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "2apifare"
  }
}
