QUICKSTARTS
Pick your language. Each guide covers install, provisioning a bridge, pairing a phone, sending a message, and receiving webhook events.
You need an API key - get one free from the dashboard.
Node.js
axios + Express. Async/await throughout.
Python
requests + Flask. Threaded webhook handler.
PHP
Built-in curl. Zero dependencies.
Ruby
Net::HTTP stdlib client + Sinatra webhook receiver.
Go
Pure stdlib. net/http + encoding/json.
Rust
reqwest blocking client + axum webhook server.
Java
java.net.http.HttpClient + Spark webhook server.