{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3c07280a-ebbd-4610-88f4-39d6e555f4a2",
    "slug": "carrs",
    "name": "Car.rs",
    "description": "calendar, scheduling, cal.com, calendarly, cal.rs",
    "url": "https://railway.com/deploy/carrs",
    "upstream": {
      "image": "ghcr.io/olivierlambert/calrs:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "olivierlambert/calrs:latest",
      "source": {
        "image": "ghcr.io/olivierlambert/calrs:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/calrs",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "CALRS_BASE_URL",
      "service": "olivierlambert/calrs:latest",
      "description": "Provide a value for CALRS_BASE_URL.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "carrs"
      }
    },
    "cli": "railway deploy --template carrs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3c07280a-ebbd-4610-88f4-39d6e555f4a2",
            "serializedConfig": {
              "services": {
                "696f8ae3-041a-4a39-9449-6b70e2d9dc5c": {
                  "name": "olivierlambert/calrs:latest",
                  "source": {
                    "image": "ghcr.io/olivierlambert/calrs:latest"
                  },
                  "variables": {
                    "CALRS_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{CALRS_BASE_URL}}"
                    }
                  },
                  "volumeMounts": {
                    "696f8ae3-041a-4a39-9449-6b70e2d9dc5c": {
                      "mountPath": "/var/lib/calrs"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-04T13:32:45.587Z",
  "generator_version": "0.1.0"
}
