{
  "manifest_version": "1.0.0",
  "template": {
    "id": "42abf873-cb0a-421b-aed6-1603f74e7077",
    "slug": "aircache",
    "name": "AirBoost",
    "description": "High-performance SQLite database for Airtable",
    "url": "https://railway.com/deploy/aircache",
    "upstream": {
      "repo_url": "https://github.com/Guischk/AirBoost"
    }
  },
  "services": [
    {
      "name": "AirBoost",
      "source": {
        "repo": "https://github.com/Guischk/AirBoost"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "aircache"
      }
    },
    "cli": "railway deploy --template aircache",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "42abf873-cb0a-421b-aed6-1603f74e7077",
            "serializedConfig": {
              "services": {
                "15234570-143a-44f4-afa7-276e10dccb47": {
                  "name": "AirBoost",
                  "source": {
                    "repo": "Guischk/AirBoost",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "volumeMounts": {
                    "15234570-143a-44f4-afa7-276e10dccb47": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T02:56:29.497Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_1c1e7cd5fc8f4c58b54a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Repository \"Guischk/AirBoost\" not found or is not accessible"
      }
    ]
  }
}
