{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0a1853c7-1907-424a-93c1-695c95b06288",
    "slug": "kit-mcp-server",
    "name": "Kit MCP Server",
    "description": "Self-hosted Kit MCP server to manage your account",
    "url": "https://railway.com/deploy/kit-mcp-server",
    "upstream": {
      "repo_url": "https://github.com/Benanna2019/kit-mcp"
    }
  },
  "services": [
    {
      "name": "kit-mcp",
      "source": {
        "repo": "https://github.com/Benanna2019/kit-mcp"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "KIT_API_KEY",
      "service": "kit-mcp",
      "description": "Get your Kit API key from the developer dashboard within Kit at https://app.kit.com/account_settings/developer_settings",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kit-mcp-server"
      }
    },
    "cli": "railway deploy --template kit-mcp-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0a1853c7-1907-424a-93c1-695c95b06288",
            "serializedConfig": {
              "services": {
                "a5656683-3538-4cf1-8c5c-051513e3a858": {
                  "name": "kit-mcp",
                  "source": {
                    "repo": "Benanna2019/kit-mcp",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "KIT_API_KEY": {
                      "isOptional": false,
                      "description": "Get your Kit API key from the developer dashboard within Kit at https://app.kit.com/account_settings/developer_settings",
                      "defaultValue": "{{KIT_API_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:16:04.226Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5dfce4d29f574791ae40",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 119,
    "typical_build_seconds": 61,
    "typical_start_seconds": 10,
    "slowest_service": "kit-mcp"
  }
}
