{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4b5dfea9-bbf7-4cde-b020-b4995811078b",
    "slug": "inotmovingtoday",
    "name": "I Not Moving Today",
    "description": "AI video generator for Reels, TikTok,  Shorts & YouTube",
    "url": "https://railway.com/deploy/inotmovingtoday",
    "upstream": {
      "image": "supra126/inotmovingtoday"
    }
  },
  "services": [
    {
      "name": "main",
      "source": {
        "image": "supra126/inotmovingtoday"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VIDEO_PROVIDER",
      "service": "main",
      "description": "Video provider: mock (testing), veo (Google Veo 3.1)",
      "secret": false,
      "strategy": "default",
      "default": "veo"
    },
    {
      "key": "VEO_USE_STANDARD",
      "service": "main",
      "description": "Veo quality mode: false = Fast (default), true = Standard (higher quality)",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "RATE_LIMIT_ENABLED",
      "service": "main",
      "description": "Enable rate limiting (default: true)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "NEXT_PUBLIC_SITE_URL",
      "service": "main",
      "description": "Site URL for SEO (default: https://inotmoving.simoko.com)",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "RATE_LIMIT_WINDOW_MS",
      "service": "main",
      "description": "Rate limit time window in ms (default: 60000)",
      "secret": false,
      "strategy": "default",
      "default": "60000"
    },
    {
      "key": "GEMINI_THINKING_BUDGET",
      "service": "main",
      "description": "Model thinking depth 0-24000 (default: 2048)",
      "secret": false,
      "strategy": "default",
      "default": "2048"
    },
    {
      "key": "RATE_LIMIT_MAX_REQUESTS",
      "service": "main",
      "description": "Max requests per time window (default: 10)",
      "secret": false,
      "strategy": "default",
      "default": "10"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "inotmovingtoday"
      }
    },
    "cli": "railway deploy --template inotmovingtoday",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4b5dfea9-bbf7-4cde-b020-b4995811078b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e84c32a1-e706-4bdc-94bd-72c587d826e7": {
                  "icon": "https://raw.githubusercontent.com/supra126/INotMovingToday/refs/heads/main/public/images/logo.svg",
                  "name": "main",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "supra126/inotmovingtoday",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 1,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 2,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 3,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 4,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 5,
                          "endHour": 6,
                          "startHour": 2
                        },
                        {
                          "day": 6,
                          "endHour": 6,
                          "startHour": 2
                        }
                      ]
                    }
                  },
                  "variables": {
                    "GEMINI_API_KEY": {
                      "isOptional": true,
                      "description": "Gemini API Key (optional - if set, users get free access)",
                      "defaultValue": ""
                    },
                    "VIDEO_PROVIDER": {
                      "isOptional": true,
                      "description": "Video provider: mock (testing), veo (Google Veo 3.1)",
                      "defaultValue": "veo"
                    },
                    "VEO_USE_STANDARD": {
                      "isOptional": true,
                      "description": "Veo quality mode: false = Fast (default), true = Standard (higher quality)",
                      "defaultValue": "false"
                    },
                    "RATE_LIMIT_ENABLED": {
                      "isOptional": true,
                      "description": "Enable rate limiting (default: true)",
                      "defaultValue": "true"
                    },
                    "NEXT_PUBLIC_SITE_URL": {
                      "isOptional": true,
                      "description": "Site URL for SEO (default: https://inotmoving.simoko.com)",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "RATE_LIMIT_WINDOW_MS": {
                      "isOptional": true,
                      "description": "Rate limit time window in ms (default: 60000)",
                      "defaultValue": "60000"
                    },
                    "GEMINI_THINKING_BUDGET": {
                      "isOptional": true,
                      "description": "Model thinking depth 0-24000 (default: 2048)",
                      "defaultValue": "2048"
                    },
                    "RATE_LIMIT_MAX_REQUESTS": {
                      "isOptional": true,
                      "description": "Max requests per time window (default: 10)",
                      "defaultValue": "10"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "main",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T00:14:09.191Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f8a9a2e1af984294a155",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "main"
  }
}
