Update api/relay.ts (Vercel entry point) and src/worker.ts (Cloudflare Workers entry point) to serve the interactive API test console at /docs and /test, replacing the old inline docs page. api/relay.ts uses Bun's HTML import (bundled inline at build time) since filesystem access is unavailable in Vercel serverless runtime. Co-Authored-By: Claude <noreply@anthropic.com>