{"components":{"securitySchemes":{"GateKey":{"in":"header","name":"X-API-Key","type":"apiKey"}}},"info":{"description":"Unified agent gateway: one gate_* key meters access to ARGUS, Hyperion, Omninexus and the AI Research Engine.","title":"NEXUS GATE","version":"1.0.0"},"openapi":"3.0.3","paths":{"/api/argus/{path}":{"get":{"summary":"Proxy to ARGUS"},"parameters":[{"in":"path","name":"path","required":true,"schema":{"type":"string"}}],"post":{"summary":"Proxy to ARGUS"},"responses":{"200":{"description":"Upstream response"},"402":{"description":"Free tier exhausted"}}},"/api/catalog/{path}":{"get":{"summary":"Proxy to Omninexus catalog"},"parameters":[{"in":"path","name":"path","required":true,"schema":{"type":"string"}}],"post":{"summary":"Proxy to Omninexus catalog"},"responses":{"200":{"description":"Upstream response"},"402":{"description":"Free tier exhausted"}}},"/api/hyperion/{path}":{"get":{"summary":"Proxy to Hyperion"},"parameters":[{"in":"path","name":"path","required":true,"schema":{"type":"string"}}],"post":{"summary":"Proxy to Hyperion"},"responses":{"200":{"description":"Upstream response"},"402":{"description":"Free tier exhausted"}}},"/api/keys":{"post":{"responses":{"201":{"description":"Key minted"}},"security":[],"summary":"Mint a unified gate_* API key"}},"/api/research/{path}":{"get":{"summary":"Proxy to AI Research Engine"},"parameters":[{"in":"path","name":"path","required":true,"schema":{"type":"string"}}],"post":{"summary":"Proxy to AI Research Engine"},"responses":{"200":{"description":"Upstream response"},"402":{"description":"Free tier exhausted"}}},"/api/usage":{"get":{"responses":{"200":{"description":"Usage"}},"summary":"Per-key usage for today"}},"/mcp":{"post":{"responses":{"200":{"description":"JSON-RPC result"}},"summary":"MCP JSON-RPC: tools/list + tools/call (union of all downstream tools)"}}},"security":[{"GateKey":[]}],"servers":[{"url":"https://nexushub.thetempleofdoom.com"}]}
