{
  "manifest_version": "1.0.0",
  "template": {
    "id": "df034360-8f39-4257-8a12-958f4aa97e7d",
    "slug": "outpost-1",
    "name": "Outpost",
    "description": "Private, browser-based FreeCAD with your work auto-saved to your own GitHub",
    "url": "https://railway.com/deploy/outpost-1",
    "upstream": {
      "repo_url": "https://github.com/nerd-sniped/Outpost"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Outpost",
      "source": {
        "repo": "https://github.com/nerd-sniped/Outpost"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "AUTH_MODE",
      "service": "Outpost",
      "description": "Provide a value for AUTH_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "gatekeeper"
    },
    {
      "key": "SESSION_SECRET",
      "service": "Outpost",
      "description": "Provide a value for SESSION_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ALLOWED_GITHUB_USER",
      "service": "Outpost",
      "description": "Your GitHub Username (This grants that account access) ",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "outpost-1"
      }
    },
    "cli": "railway deploy --template outpost-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "df034360-8f39-4257-8a12-958f4aa97e7d",
            "serializedConfig": {
              "services": {
                "5eee4885-f80f-46f1-8f55-18c09a26fa16": {
                  "name": "Outpost",
                  "source": {
                    "repo": "nerd-sniped/Outpost",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "AUTH_MODE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "gatekeeper"
                    },
                    "SESSION_SECRET": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SESSION_SECRET}}"
                    },
                    "ALLOWED_GITHUB_USER": {
                      "isOptional": false,
                      "description": "Your GitHub Username (This grants that account access) ",
                      "defaultValue": "{{ALLOWED_GITHUB_USER}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
