{
  "service": "soul-switching",
  "routes": [
    "GET /",
    "GET /health",
    "GET /souls/catalog",
    "POST /souls/adopt",
    "GET /souls/current",
    "POST /souls/switch",
    "GET /souls/:id"
  ],
  "store": "kv"
}