{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d6160db5-8ac4-4086-bca0-15388261d7a8",
    "slug": "carbone",
    "name": "Carbone",
    "description": "[Jul'26] Generate reports, invoices, and documents anywhere",
    "url": "https://railway.com/deploy/carbone",
    "upstream": {
      "image": "carbone/carbone-ee:latest"
    }
  },
  "services": [
    {
      "name": "carbone",
      "source": {
        "image": "carbone/carbone-ee:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/template",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "carbone",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4000"
    },
    {
      "key": "CARBONE_EE_PORT",
      "service": "carbone",
      "description": "Provide a value for CARBONE_EE_PORT.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CARBONE_EE_STUDIO",
      "service": "carbone",
      "description": "Provide a value for CARBONE_EE_STUDIO.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "carbone"
      }
    },
    "cli": "railway deploy --template carbone",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d6160db5-8ac4-4086-bca0-15388261d7a8",
            "serializedConfig": {
              "services": {
                "f64e75e2-90d3-4b17-9900-cbfc7f68f2b1": {
                  "icon": "https://carbone.io/img/carbone-logo.svg",
                  "name": "carbone",
                  "source": {
                    "image": "carbone/carbone-ee:latest"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "4000"
                    },
                    "CARBONE_EE_PORT": {
                      "defaultValue": "${{PORT}}"
                    },
                    "CARBONE_EE_STUDIO": {
                      "defaultValue": "true"
                    },
                    "CARBONE_EE_LICENSE": {
                      "isOptional": true,
                      "defaultValue": ""
                    }
                  },
                  "volumeMounts": {
                    "f64e75e2-90d3-4b17-9900-cbfc7f68f2b1": {
                      "mountPath": "/app/template"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T03:31:52.864Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_21dedd678a52440d954f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 35,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "carbone"
  }
}
