+ End-to-end recipes for the most common integrations. Copy-paste ready, tested against the sandbox. +
++ Every endpoint, grouped by resource. Auto-generated from the same Zod registry that powers the OpenAPI spec, MCP tools, and runtime validators. +
+{children}
+ ), + a: ({ href, children }) => ( + + {children} + + ), + ul: ({ children }) => ( +
+ {children}
+
+ )
+ }
+ return (
+
+ {children}
+
+ )
+ },
+ pre: ({ children }) => (
+
+ {children}
+
+ ),
+ hr: () => + {children} ++ ), + strong: ({ children }) => {children}, + table: ({ children }) => ( +