{
  "manifest_version": "1.0.0",
  "template": {
    "id": "dfbe0443-6674-4b1e-b04f-000670655990",
    "slug": "openbb",
    "name": "OpenBB",
    "description": "OpenBB — investment research platform API with market data providers",
    "url": "https://railway.com/deploy/openbb",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/openbb"
    }
  },
  "services": [
    {
      "name": "openbb",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/openbb"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "openbb",
      "description": "Container timezone (IANA name).",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "openbb",
      "description": "Port the container listens on (mapped to OPENBB_API_PORT by the entrypoint).",
      "secret": false,
      "strategy": "default",
      "default": "6900"
    },
    {
      "key": "OPENBB_API_AUTH",
      "service": "openbb",
      "description": "Enable HTTP Basic auth on the endpoints (true/false). false = open access on a private project.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "OPENBB_API_PASSWORD",
      "service": "openbb",
      "description": "Basic-auth password (only used when OPENBB_API_AUTH=true). Auto-generated on deploy; change it from the Variables tab.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENBB_API_USERNAME",
      "service": "openbb",
      "description": "Basic-auth username (only used when OPENBB_API_AUTH=true). Auto-filled so you can deploy one-click and change it later.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openbb"
      }
    },
    "cli": "railway deploy --template openbb",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "dfbe0443-6674-4b1e-b04f-000670655990",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1c29e1ae-147a-41f8-811d-c396947bac6a": {
                  "icon": null,
                  "name": "openbb",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/openbb",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Container timezone (IANA name).",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the container listens on (mapped to OPENBB_API_PORT by the entrypoint).",
                      "defaultValue": "6900"
                    },
                    "FMP_API_KEY": {
                      "isOptional": true,
                      "description": "Financial Modeling Prep (FMP) key — premium equity/ETF/FX. Paste your key to enable FMP calls; leave empty to use keyless providers (yfinance) and add it later from the Variables tab. Get one: https://site.financialmodelingprep.com/developer/docs.",
                      "defaultValue": ""
                    },
                    "FRED_API_KEY": {
                      "isOptional": true,
                      "description": "FRED (St. Louis Fed, free) key — macro/economic series (CPI, GDP series, rate curves). Paste your key to enable FRED calls; leave empty and add it later. Free tier: https://fred.stlouisfed.org/docs/api/api_key.html.",
                      "defaultValue": ""
                    },
                    "OPENBB_API_AUTH": {
                      "isOptional": false,
                      "description": "Enable HTTP Basic auth on the endpoints (true/false). false = open access on a private project.",
                      "defaultValue": "false"
                    },
                    "INTRINIO_API_KEY": {
                      "isOptional": true,
                      "description": "Intrinio key — fundamentals & market data. Paste your key to enable Intrinio calls; leave empty and add it later from the Variables tab.",
                      "defaultValue": ""
                    },
                    "OPENBB_API_PASSWORD": {
                      "isOptional": false,
                      "description": "Basic-auth password (only used when OPENBB_API_AUTH=true). Auto-generated on deploy; change it from the Variables tab.",
                      "defaultValue": "{{OPENBB_API_PASSWORD}}"
                    },
                    "OPENBB_API_USERNAME": {
                      "isOptional": false,
                      "description": "Basic-auth username (only used when OPENBB_API_AUTH=true). Auto-filled so you can deploy one-click and change it later.",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {},
                      "<hasDomain>:6900": {
                        "port": 6900
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-12T04:14:32.537Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T14:57:35.779Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1a7a3e01190f432db31a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 117,
    "typical_build_seconds": 92,
    "typical_start_seconds": 10,
    "slowest_service": "openbb"
  }
}
