Official SDKs
Official SDKs for popular programming languages are coming soon. We’re actively developing SDKs for:- Node.js / TypeScript
- Python
- PHP
- Go
- Java
- C# / .NET
- Ruby
Until official SDKs are available, use the direct HTTP API with your preferred HTTP library.
Current Integration
The NativeMessage API is a REST API that works with any HTTP library. All endpoints follow standard REST conventions with JSON request/response bodies.Recommended HTTP Libraries
Use these battle-tested HTTP clients for your language:| Language | Recommended Libraries |
|---|---|
| Node.js | axios, node-fetch |
| Python | requests, httpx |
| PHP | Guzzle, cURL |
| Go | net/http (standard library) |
| Java | HttpClient (java.net.http) |
| C# / .NET | HttpClient (System.Net.Http) |
| Ruby | Net::HTTP, HTTParty |