SDKs
Official OmniDimension SDKs for the backend and the browser.
OmniDimension offers two kinds of SDK, split by where they run and which key they use.
Server SDKs
Run on your backend and call the REST API with a secret API key. Use these to build and manage agents, dispatch calls, run campaigns, and handle knowledge bases from your own services. See Authentication to get a key.
Python
The omnidimension package. Install with pip.
TypeScript
The @omnidim-ai/sdk package. Typed, server-side, works in JavaScript too.
Client SDKs
Run in the browser with a public, agent-scoped key. Use these to put a voice or chat experience directly on your website.
More languages are on the way. If you'd like to see one prioritized, let us know.
