{ "openapi": "3.1.0", "info": { "title": "Webpress Hub API", "description": "API specifications generated by AI Agent Ready plugin.", "version": "1.0.0" }, "servers": [ { "url": "https://webpresshub.net/wp-json/" } ], "paths": { "/ai-agent-ready/v1/mcp": { "post": { "summary": "Model Context Protocol JSON-RPC gateway", "responses": { "200": { "description": "JSON-RPC response" } } } }, "/ai-agent-ready/v1/ask": { "get": { "summary": "Natural language query endpoint", "parameters": [ { "name": "q", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Query matching documents result" } }, "x-payment-info": { "intent": "charge", "method": "lightning", "amount": 50, "currency": "SATS" } } } } }