{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3ebd0162-cd6f-4617-abcf-9e71798331fe",
    "slug": "vibecheck",
    "name": "VibeCheck",
    "description": "A quiz on every pull request, so you understand the code you're merging",
    "url": "https://railway.com/deploy/vibecheck",
    "upstream": {
      "repo_url": "https://github.com/boJackEden/vibecheck"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "vibecheck",
      "source": {
        "repo": "https://github.com/boJackEden/vibecheck"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "vibecheck",
      "description": "Your Anthropic API key (make sure you have some token credits!)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VIBECHECK_ALLOWED_OWNERS",
      "service": "vibecheck",
      "description": "Your GitHub username or org, e.g. boJackEden",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vibecheck"
      }
    },
    "cli": "railway deploy --template vibecheck",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3ebd0162-cd6f-4617-abcf-9e71798331fe",
            "serializedConfig": {
              "services": {
                "476d8fa8-5014-427b-9c90-dc197229c0ce": {
                  "name": "vibecheck",
                  "source": {
                    "repo": "boJackEden/vibecheck",
                    "branch": null,
                    "rootDirectory": "server/"
                  },
                  "variables": {
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "Your Anthropic API key (make sure you have some token credits!)",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "VIBECHECK_ALLOWED_OWNERS": {
                      "isOptional": false,
                      "description": "Your GitHub username or org, e.g. boJackEden",
                      "defaultValue": "{{VIBECHECK_ALLOWED_OWNERS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
