{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b1ad72cf-6b57-408c-b3f2-5d2a2dc16839",
    "slug": "fakecloud",
    "name": "fakecloud",
    "description": "An open-source AWS emulator for development, testing, and automation.",
    "url": "https://railway.com/deploy/fakecloud",
    "upstream": {
      "image": "ghcr.io/faiscadev/fakecloud:latest"
    }
  },
  "services": [
    {
      "name": "fakecloud",
      "source": {
        "image": "ghcr.io/faiscadev/fakecloud:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "fakecloud",
      "description": "Port",
      "secret": false,
      "strategy": "default",
      "default": "4566"
    },
    {
      "key": "FAKECLOUD_ADDR",
      "service": "fakecloud",
      "description": "Listen on Railway network",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0:4566"
    },
    {
      "key": "FAKECLOUD_REGION",
      "service": "fakecloud",
      "description": "Default AWS region",
      "secret": false,
      "strategy": "default",
      "default": "us-east-1"
    },
    {
      "key": "FAKECLOUD_DATA_PATH",
      "service": "fakecloud",
      "description": "Persistent storage path",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "FAKECLOUD_LOG_LEVEL",
      "service": "fakecloud",
      "description": "Application log level",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "FAKECLOUD_STORAGE_MODE",
      "service": "fakecloud",
      "description": "Persist emulator state",
      "secret": false,
      "strategy": "default",
      "default": "persistent"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fakecloud"
      }
    },
    "cli": "railway deploy --template fakecloud",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b1ad72cf-6b57-408c-b3f2-5d2a2dc16839",
            "serializedConfig": {
              "services": {
                "1a256d45-40eb-436c-ac66-eddd156aeb61": {
                  "icon": "https://raw.githubusercontent.com/faiscadev/fakecloud/refs/heads/main/website/static/favicon.png",
                  "name": "fakecloud",
                  "source": {
                    "image": "ghcr.io/faiscadev/fakecloud:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port",
                      "defaultValue": "4566"
                    },
                    "FAKECLOUD_ADDR": {
                      "description": "Listen on Railway network",
                      "defaultValue": "0.0.0.0:4566"
                    },
                    "FAKECLOUD_REGION": {
                      "description": "Default AWS region",
                      "defaultValue": "us-east-1"
                    },
                    "FAKECLOUD_DATA_PATH": {
                      "description": "Persistent storage path",
                      "defaultValue": "/data"
                    },
                    "FAKECLOUD_LOG_LEVEL": {
                      "description": "Application log level",
                      "defaultValue": "info"
                    },
                    "FAKECLOUD_STORAGE_MODE": {
                      "description": "Persist emulator state",
                      "defaultValue": "persistent"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4566": {
                        "port": 4566
                      }
                    }
                  },
                  "volumeMounts": {
                    "1a256d45-40eb-436c-ac66-eddd156aeb61": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T06:02:34.665Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T04:20:20.392Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_da82ab0475f04820b55a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "fakecloud"
  }
}
