{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7572a3ec-a76a-456e-ac46-d88a5cd8c853",
    "slug": "ePrxoz",
    "name": "notebin",
    "description": "A codebin with syntax higlighting and made with ejs.",
    "url": "https://railway.com/deploy/ePrxoz",
    "upstream": {
      "repo_url": "https://github.com/spicybirsge/notebin"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "notebin",
      "source": {
        "repo": "https://github.com/spicybirsge/notebin"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MONGODB_LINK",
      "service": "notebin",
      "description": "Enter your mongodb URI",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ePrxoz"
      }
    },
    "cli": "railway deploy --template ePrxoz",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7572a3ec-a76a-456e-ac46-d88a5cd8c853",
            "serializedConfig": {
              "services": {
                "21b9d414-fe87-4a1f-9ec7-7ece5cf84dc4": {
                  "name": "notebin",
                  "build": {},
                  "deploy": {
                    "startCommand": "node server.js"
                  },
                  "source": {
                    "repo": "https://github.com/spicybirsge/notebin"
                  },
                  "variables": {
                    "MONGODB_LINK": {
                      "isOptional": false,
                      "description": "Enter your mongodb URI",
                      "defaultValue": "{{MONGODB_LINK}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
