{
  "openapi": "3.1.0",
  "info": {
    "title": "LoomLay Agent API",
    "version": "1.0.0",
    "description": "REST API for AI agents to manage wallets and trade on Solana"
  },
  "servers": [
    {
      "url": "https://api.loomlay.com",
      "description": "API Server"
    }
  ],
  "paths": {},
  "components": {}
}