{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1be5c1f9-7563-44e1-a549-c360a02852ac",
    "slug": "hippocamp",
    "name": "hippocamp",
    "description": "Run Hippocamp Dream overnight and open reviewable memory compaction PRs.",
    "url": "https://railway.com/deploy/hippocamp",
    "upstream": {
      "repo_url": "https://github.com/guillaumegay13/hippocamp"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "dream",
      "source": {
        "repo": "https://github.com/guillaumegay13/hippocamp"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "GITHUB_TOKEN",
      "service": "dream",
      "description": "Provide a value for GITHUB_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MANIFEST_API_KEY",
      "service": "dream",
      "description": "Provide a value for MANIFEST_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAGOON_REPOSITORY",
      "service": "dream",
      "description": "Provide a value for LAGOON_REPOSITORY.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MANIFEST_BASE_URL",
      "service": "dream",
      "description": "Provide a value for MANIFEST_BASE_URL.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hippocamp"
      }
    },
    "cli": "railway deploy --template hippocamp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1be5c1f9-7563-44e1-a549-c360a02852ac",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d830dc35-adcb-460b-b340-9a0878e221f6": {
                  "icon": null,
                  "name": "dream",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/guillaumegay13/hippocamp",
                    "rootDirectory": null
                  },
                  "variables": {
                    "GITHUB_TOKEN": {
                      "isOptional": false,
                      "defaultValue": "{{GITHUB_TOKEN}}"
                    },
                    "MANIFEST_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{MANIFEST_API_KEY}}"
                    },
                    "LAGOON_REPOSITORY": {
                      "isOptional": false,
                      "defaultValue": "{{LAGOON_REPOSITORY}}"
                    },
                    "MANIFEST_BASE_URL": {
                      "isOptional": false,
                      "defaultValue": "{{MANIFEST_BASE_URL}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
