{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4d106d2a-8f98-4258-964b-9da116be55fc",
    "slug": "n2VG0v",
    "name": "SvelteKit Starter",
    "description": "Sveltekit starter template with essentials util",
    "url": "https://railway.com/deploy/n2VG0v",
    "upstream": {
      "repo_url": "https://github.com/zxdev7/sveltekit-starter"
    }
  },
  "services": [
    {
      "name": "sveltekit-starter",
      "source": {
        "repo": "https://github.com/zxdev7/sveltekit-starter"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PUBLIC_API_URL",
      "service": "sveltekit-starter",
      "description": "Provide a value for PUBLIC_API_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://api.example.com"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "n2VG0v"
      }
    },
    "cli": "railway deploy --template n2VG0v",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4d106d2a-8f98-4258-964b-9da116be55fc",
            "serializedConfig": {
              "services": {
                "7babf7fc-ce53-42b0-bd27-73d08c7d3e0e": {
                  "name": "sveltekit-starter",
                  "deploy": {
                    "startCommand": "node build"
                  },
                  "source": {
                    "repo": "zxdev7/sveltekit-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PUBLIC_API_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "https://api.example.com"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T07:02:32.771Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_54bba2b2b96149958478",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 131,
    "typical_build_seconds": 36,
    "typical_start_seconds": 10,
    "slowest_service": "sveltekit-starter"
  }
}
