{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0f2f2247-8255-44fd-979e-5b50e1d2fbc5",
    "slug": "invoiceshelf",
    "name": "InvoiceShelf",
    "description": "Invoicing for freelancers and small businesses. Track payments.",
    "url": "https://railway.com/deploy/invoiceshelf",
    "upstream": {
      "repo_url": "https://github.com/InvoiceShelf/InvoiceShelf"
    }
  },
  "services": [
    {
      "name": "InvoiceShelf",
      "source": {
        "repo": "https://github.com/InvoiceShelf/InvoiceShelf"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "invoiceshelf"
      }
    },
    "cli": "railway deploy --template invoiceshelf",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0f2f2247-8255-44fd-979e-5b50e1d2fbc5",
            "serializedConfig": {
              "services": {
                "631ea281-1dc0-4615-9b27-cbbc217a6f5e": {
                  "name": "InvoiceShelf",
                  "source": {
                    "repo": "InvoiceShelf/InvoiceShelf"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-10T15:02:51.980Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_dc7f481a64fb40608c73",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
