--- title: "Official client libraries for Python and Node" url: "https://demo.myforumcat.com/q/103/official-client-libraries-for-python-and-node" forum: "Demo" question_number: 103 category: "General" tags: ["Email", "Custom Domains", "Data Retention"] status: "solved" solved: true votes: 33 replies: 6 views: 209 asked_at: "2026-07-26T09:32:18.936Z" updated_at: "2026-09-18T22:18:09.946Z" --- # Official client libraries for Python and Node Asked by Jane Cooper on 2026-07-26 · 33 votes Are there official SDKs, or should we plan to wrap the REST API and OpenAPI spec ourselves? ## 6 replies ### Reply 1 Sam Rivera (Agent) · 2026-07-26 · 1 vote No official SDKs on our roadmap right now, the OpenAPI spec is fully typed though, so generating one with a tool like openapi-typescript gets you most of the way there without waiting on us. ### Reply 2 (marked as the solution) meow (Owner) · 2026-07-26 · 6 votes Generating a typed client off the OpenAPI spec has worked well for the handful of customers who have asked, happy to look at anything specific that trips up the generator for you. ### Reply 3 Rebecca Stone · 2026-07-26 · 2 votes Used openapi-typescript exactly as suggested, took maybe twenty minutes to get a working client. ### Reply 4 Kai Tanaka · 2026-07-26 · 1 vote Generated ours in about twenty minutes following the suggestion here, works well. ### Reply 5 Chloe Bennett · 2026-07-26 · 1 vote Would still love an official SDK eventually but the generated client covers our needs for now. ### Reply 6 Elena Marsh (Agent) · 2026-07-26 · 1 vote · In reply to Reply 1 Noted as continued interest, added another data point to the official SDK conversation.