{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2f48d327-945f-4dc4-bac2-581fd97b5117",
    "slug": "clanker-laravel",
    "name": "clanker-laravel",
    "description": "Laravel 12 + Clanker Support — an AI-powered support agent on every page",
    "url": "https://railway.com/deploy/clanker-laravel",
    "upstream": {
      "repo_url": "https://github.com/theopenco/clankersupport-templates"
    }
  },
  "services": [
    {
      "name": "clankersupport-templates",
      "source": {
        "repo": "https://github.com/theopenco/clankersupport-templates"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "APP_KEY",
      "service": "clankersupport-templates",
      "description": "\"Your project's public widget key (Dashboard → Project → Embed)\"",
      "secret": true,
      "strategy": "default",
      "default": "CLANKER_PROJECT_KEY"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "clanker-laravel"
      }
    },
    "cli": "railway deploy --template clanker-laravel",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2f48d327-945f-4dc4-bac2-581fd97b5117",
            "serializedConfig": {
              "services": {
                "00962dd7-3262-48b9-b032-f8fd1ac5a3a8": {
                  "name": "clankersupport-templates",
                  "source": {
                    "repo": "theopenco/clankersupport-templates",
                    "branch": "main",
                    "rootDirectory": "templates/laravel"
                  },
                  "variables": {
                    "APP_KEY": {
                      "isOptional": false,
                      "description": "\"Your project's public widget key (Dashboard → Project → Embed)\"",
                      "defaultValue": "CLANKER_PROJECT_KEY"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-09T00:57:12.535Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_32c39bb8c1d1428396cf",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
