{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ec10ccb6-835d-4378-8008-1d23ed913681",
    "slug": "_RXeq1",
    "name": "flux",
    "description": "A data streaming proxy service that uses Server-Sent Events (SSE).",
    "url": "https://railway.com/deploy/_RXeq1",
    "upstream": {
      "repo_url": "https://github.com/notskamr/flux"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "flux",
      "source": {
        "repo": "https://github.com/notskamr/flux"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TURSO_URL",
      "service": "flux",
      "description": "URL to libSQL/Turso database/SQLite file",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "_RXeq1"
      }
    },
    "cli": "railway deploy --template _RXeq1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ec10ccb6-835d-4378-8008-1d23ed913681",
            "serializedConfig": {
              "services": {
                "00086ed6-235d-4232-a3ac-24a8802cbd9f": {
                  "name": "flux",
                  "deploy": {
                    "startCommand": "bunx drizzle-kit push:sqlite && bun run start"
                  },
                  "source": {
                    "repo": "notskamr/flux",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": true,
                      "description": "Optional API Key that needs to be provided as a bearer token to create new fluxpoints",
                      "defaultValue": ""
                    },
                    "WAL_MODE": {
                      "isOptional": true,
                      "description": "Set to 'true' to run local SQLite in WAL mode",
                      "defaultValue": ""
                    },
                    "TURSO_URL": {
                      "isOptional": false,
                      "description": "URL to libSQL/Turso database/SQLite file",
                      "defaultValue": "{{TURSO_URL}}"
                    },
                    "TURSO_AUTH_TOKEN": {
                      "isOptional": true,
                      "description": "Auth token for Turso database (not needed for local file)",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T10:14:47.278Z",
  "generator_version": "0.1.0"
}
