{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bb942844-6543-4fee-a04c-55299968bab9",
    "slug": "hono-openapi-rpc",
    "name": "hono-openapi-rpc",
    "description": "A full-stack monorepo with Hono API, React, and type-safe OpenAPI endpoints",
    "url": "https://railway.com/deploy/hono-openapi-rpc",
    "upstream": {
      "repo_url": "https://github.com/aldotestino/hono-openapi-rpc"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "hono-openapi-rpc",
      "source": {
        "repo": "https://github.com/aldotestino/hono-openapi-rpc"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "hono-openapi-rpc",
      "description": "Neon Database URL",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hono-openapi-rpc"
      }
    },
    "cli": "railway deploy --template hono-openapi-rpc",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bb942844-6543-4fee-a04c-55299968bab9",
            "serializedConfig": {
              "services": {
                "55e39bc1-d825-480c-a651-96f69fea7f57": {
                  "icon": null,
                  "name": "hono-openapi-rpc",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/aldotestino/hono-openapi-rpc",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Neon Database URL",
                      "defaultValue": "{{DATABASE_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "hono-openapi-rpc",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0"
}
