The customer activation platform.Every interaction becomes a qualified contact. Book a demo

Available SDKs

Understand the current SDK posture for OmniLab and how to integrate safely without an official SDK.

OmniLab does not publish an official customer SDK today.

What to do instead

  • Call the approved endpoints over HTTPS from your own backend.
  • Keep your own thin client for token retrieval, retries, and response parsing.
  • Isolate OmniLab-specific logic behind an interface so you can swap to an official SDK later.
  • Use the embedding guides for browser, kiosk, and WebView delivery.

What your thin client should cover

ConcernWhat your wrapper should do
AuthenticationRequest and cache the bearer token securely
RetriesBack off safely on 429 and transient failures
PaginationHandle page_size and page_number for list-style calls
Webhook verificationVerify signatures before processing events
Booking flowsWrap the fetch and cancellation calls that your product needs

Keep your wrapper intentionally small

Build only the adapter you need around the documented OmniLab surface. A thin wrapper is easier to maintain while the public API reference is still expanding.

Was this helpful?

Optional comments help us improve this page for future authors and readers.

On this page