{
  "schemaVersion": "0.1",
  "name": "NovaHyper Agent API",
  "description": "Public, read-only API exposing NovaHyper on-chain first-loss fund data (pools, params, balances, settlements) for AI agents.",
  "version": "1.0.0",
  "provider": {
    "name": "NovaHyper",
    "url": "https://novahyper.io"
  },
  "capabilities": {
    "authentication": "none",
    "transport": "https",
    "formats": [
      "application/json"
    ],
    "openapi": "https://novahyper.io/openapi.json"
  },
  "documentation": "https://novahyper.io/developers",
  "llms": {
    "txt": "https://novahyper.io/llms.txt",
    "full": "https://novahyper.io/llms-full.txt"
  },
  "interfaces": [
    {
      "type": "openapi",
      "url": "https://novahyper.io/openapi.json"
    },
    {
      "type": "llms-txt",
      "url": "https://novahyper.io/llms.txt"
    }
  ],
  "servers": [
    {
      "url": "https://novahyper.io/api/v1"
    }
  ]
}
