{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ae668eee-288e-42a8-afe6-7866eb9b1c4d",
    "slug": "proxied-translate-api",
    "name": "proxied-translate-api",
    "description": "Self-hosted translation API with optional proxy and batch support",
    "url": "https://railway.com/deploy/proxied-translate-api",
    "upstream": {
      "repo_url": "https://github.com/5rom/proxied-translate-api"
    }
  },
  "services": [
    {
      "name": "proxied-translate-api",
      "source": {
        "repo": "https://github.com/5rom/proxied-translate-api"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PROXY_FALLBACK",
      "service": "proxied-translate-api",
      "description": "Provide a value for PROXY_FALLBACK.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "proxied-translate-api"
      }
    },
    "cli": "railway deploy --template proxied-translate-api",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ae668eee-288e-42a8-afe6-7866eb9b1c4d",
            "serializedConfig": {
              "services": {
                "fafbee08-6b75-4bd8-ad33-ebd923f71ae1": {
                  "name": "proxied-translate-api",
                  "source": {
                    "repo": "5rom/proxied-translate-api",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PROXY_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "PROXY_PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "PROXY_FALLBACK": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "true"
                    },
                    "PROXY_PASSWORD": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "PROXY_USERNAME": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T16:56:07.554Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2cba3186fd3b42b6acb2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 40,
    "typical_start_seconds": 0,
    "slowest_service": "proxied-translate-api"
  }
}
