{
  "manifest_version": "1.0.0",
  "template": {
    "id": "65949168-15cb-413f-992f-210fcab0c988",
    "slug": "bifrost",
    "name": "Bifrost",
    "description": "Tiny encryption API in Rust",
    "url": "https://railway.com/deploy/bifrost",
    "upstream": {
      "repo_url": "https://github.com/arjunkomath/Bifrost"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Bifrost",
      "source": {
        "repo": "https://github.com/arjunkomath/Bifrost"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Bifrost",
      "description": "Port to listen",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "API_KEY",
      "service": "Bifrost",
      "description": "API key for authenticating requests (sent via `x-api-key` header)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DATABASE_URL",
      "service": "Bifrost",
      "description": "PostgreSQL connection string",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "Bifrost",
      "description": "Must be exactly 32 characters for AES-256-GCM encryption",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bifrost"
      }
    },
    "cli": "railway deploy --template bifrost",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "65949168-15cb-413f-992f-210fcab0c988",
            "serializedConfig": {
              "services": {
                "f1421c21-e019-4de1-9076-d671aa9002d9": {
                  "name": "Bifrost",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "arjunkomath/Bifrost",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Port to listen",
                      "defaultValue": "8080"
                    },
                    "API_KEY": {
                      "description": "API key for authenticating requests (sent via `x-api-key` header)",
                      "defaultValue": "{{API_KEY}}"
                    },
                    "DATABASE_URL": {
                      "description": "PostgreSQL connection string",
                      "defaultValue": "{{DATABASE_URL}}"
                    },
                    "ENCRYPTION_KEY": {
                      "description": "Must be exactly 32 characters for AES-256-GCM encryption",
                      "defaultValue": "{{ENCRYPTION_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
