{
  "manifest_version": "1.0.0",
  "template": {
    "id": "06a2c1eb-bb52-447e-9abf-ca146136d0ad",
    "slug": "executor",
    "name": "Executor",
    "description": "The missing integration layer for AI agents.",
    "url": "https://railway.com/deploy/executor",
    "upstream": {
      "image": "ghcr.io/rhyssullivan/executor-selfhost:1.5.12"
    }
  },
  "services": [
    {
      "name": "executor-selfhost",
      "source": {
        "image": "ghcr.io/rhyssullivan/executor-selfhost:1.5.12"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "EXECUTOR_WEB_BASE_URL",
      "service": "executor-selfhost",
      "description": "Provide a value for EXECUTOR_WEB_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "executor"
      }
    },
    "cli": "railway deploy --template executor",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "06a2c1eb-bb52-447e-9abf-ca146136d0ad",
            "serializedConfig": {
              "services": {
                "b554ea2b-2125-474f-a35b-c4b46619ade7": {
                  "name": "executor-selfhost",
                  "source": {
                    "image": "ghcr.io/rhyssullivan/executor-selfhost:1.5.12"
                  },
                  "variables": {
                    "EXECUTOR_WEB_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "b554ea2b-2125-474f-a35b-c4b46619ade7": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T09:29:48.496Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ddae45f35a914cda8c64",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 90,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "executor-selfhost"
  }
}
