{
  "manifest_version": "1.0.0",
  "template": {
    "id": "486240b2-184d-4682-a59c-6ee35b170e4b",
    "slug": "NpN5Jl",
    "name": "Prisma Studio",
    "description": "Quickly host the database viewer Prisma Studio with only a database url",
    "url": "https://railway.com/deploy/NpN5Jl",
    "upstream": {
      "repo_url": "https://github.com/OscarNOW/prisma-studio"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "prisma-studio",
      "source": {
        "repo": "https://github.com/OscarNOW/prisma-studio"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "prisma-studio",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "SECURE_PASS",
      "service": "prisma-studio",
      "description": "The password to login with",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SECURE_USER",
      "service": "prisma-studio",
      "description": "The username to login with",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "DATABASE_URL",
      "service": "prisma-studio",
      "description": "The database url prisma uses to connect to the database",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SECURE_ENABLED",
      "service": "prisma-studio",
      "description": "Provide a value for SECURE_ENABLED.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "NpN5Jl"
      }
    },
    "cli": "railway deploy --template NpN5Jl",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "486240b2-184d-4682-a59c-6ee35b170e4b",
            "serializedConfig": {
              "services": {
                "e889fe77-f97b-4c54-beeb-bb9303aa79f6": {
                  "name": "prisma-studio",
                  "deploy": {
                    "startCommand": "bun run start",
                    "preDeployCommand": ""
                  },
                  "source": {
                    "repo": "OscarNOW/prisma-studio",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3001"
                    },
                    "PROVIDER": {
                      "isOptional": true,
                      "description": "The database provider prisma uses. Possible values: cockroachdb mongodb mysql postgresql sqlite sqlserver",
                      "defaultValue": ""
                    },
                    "SECURE_PASS": {
                      "isOptional": true,
                      "description": "The password to login with",
                      "defaultValue": "{{SECURE_PASS}}"
                    },
                    "SECURE_USER": {
                      "isOptional": true,
                      "description": "The username to login with",
                      "defaultValue": "admin"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "The database url prisma uses to connect to the database",
                      "defaultValue": "{{DATABASE_URL}}"
                    },
                    "SCHEMA_SOURCE": {
                      "isOptional": true,
                      "description": "Optional, the source from which to load the prisma schema. Could be a direct link or a github repo. If unset, a schema will be generated from the database. See the template description for examples.",
                      "defaultValue": ""
                    },
                    "SECURE_ENABLED": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
