Helium MVNEdocs

Helium MVNE platform

The technology layer for mobile network operators.

A REST API for managing subscribers, SIMs, ports, plans, and carrier wholesale traffic. Bring your own carrier contract; we provide the rest.

Quickstart →API reference

Your first subscriber, in 60 seconds

curl https://api.mvne.example/v1/subscribers \
  -H "Authorization: Bearer sk_sandbox_..." \
  -H "Idempotency-Key: $(uuidgen)" \
  -d email=ada@example.com \
  -d name="Ada Lovelace"
Subscribers & subscriptions
Create end-user records on behalf of your operator, attach addresses, and drive subscription lifecycle.
SIMs lifecycle
Order, activate, suspend, swap, and retire SIMs. State-machine semantics match the carrier.
Port-in / port-out
Full MNP handshake with the carrier, including async validation callbacks and deactivation hooks.
Webhooks
Signed event deliveries with retries, dead-letter, and replay. HMAC verification snippets in five languages.
Sandbox DX
Triggers, clock control, and scenario seeds so you can drive state transitions without talking to the real carrier.
Idempotency
Every mutating call accepts Idempotency-Key. Safe retries, 24h replay window, scoped per environment.