{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e610bd7f-da89-4b6f-bc20-e7af8586d634",
    "slug": "39bNf0",
    "name": "SoraFlows",
    "description": "SoraFlows is a browser interface for OpenAI Sora, generate text-to-video. ",
    "url": "https://railway.com/deploy/39bNf0",
    "upstream": {
      "repo_url": "https://github.com/flytoagi/SoraFlows"
    }
  },
  "services": [
    {
      "name": "SoraFlows",
      "source": {
        "repo": "https://github.com/flytoagi/SoraFlows"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ENV",
      "service": "SoraFlows",
      "description": "Provide a value for ENV.",
      "secret": false,
      "strategy": "default",
      "default": "PRO"
    },
    {
      "key": "PORT",
      "service": "SoraFlows",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "39bNf0"
      }
    },
    "cli": "railway deploy --template 39bNf0",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e610bd7f-da89-4b6f-bc20-e7af8586d634",
            "serializedConfig": {
              "services": {
                "e0809514-11df-45bb-a60d-8051c824f3eb": {
                  "name": "SoraFlows",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/flytoagi/SoraFlows",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ENV": {
                      "isOptional": false,
                      "defaultValue": "PRO"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T14:10:58.156Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_747c2d366fab42598262",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 162,
    "typical_build_seconds": 99,
    "typical_start_seconds": 10,
    "slowest_service": "SoraFlows"
  }
}
