{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5f223a38-e3eb-464f-b485-a3faf2d219bb",
    "slug": "railq",
    "name": "railq",
    "description": "Deploy and Host sqs like queues on Railway with minimal memory footprint",
    "url": "https://railway.com/deploy/railq",
    "upstream": {
      "repo_url": "https://github.com/davidachris/railq"
    }
  },
  "services": [
    {
      "name": "railq",
      "source": {
        "repo": "https://github.com/davidachris/railq"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "QUEUE_RETENTION_PERIOD",
      "service": "railq",
      "description": "Time to retain a message in the queue (default: '7d')",
      "secret": false,
      "strategy": "default",
      "default": "7d"
    },
    {
      "key": "QUEUE_VISIBILITY_TIMEOUT",
      "service": "railq",
      "description": "Time a message is in flight (default: 30)",
      "secret": false,
      "strategy": "default",
      "default": "30"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "railq"
      }
    },
    "cli": "railway deploy --template railq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5f223a38-e3eb-464f-b485-a3faf2d219bb",
            "serializedConfig": {
              "services": {
                "1aa8504e-e6ed-4c4d-a815-7e0d9970b6bb": {
                  "name": "railq",
                  "deploy": {
                    "healthcheckPath": "/config"
                  },
                  "source": {
                    "repo": "davidachris/railq",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "QUEUE_RETENTION_PERIOD": {
                      "isOptional": true,
                      "description": "Time to retain a message in the queue (default: '7d')",
                      "defaultValue": "7d"
                    },
                    "QUEUE_VISIBILITY_TIMEOUT": {
                      "isOptional": true,
                      "description": "Time a message is in flight (default: 30)",
                      "defaultValue": "30"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T21:54:18.232Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_aa45b29b8db146858b21",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 114,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "railq"
  }
}
