Skip to main content
MeshAPI provides official SDKs for Python, Node.js, and Go. Each SDK wraps the REST API with typed parameters, streaming helpers, and automatic retries.
Java SDK is coming soon.

Installation

For realtime (WebSocket) support:
Python 3.9+. Built on httpx and Pydantic v2.

Initialize the client

For async applications, use AsyncMeshAPI:

What’s covered