Skip to main content
Splox provides official SDKs so you can integrate workflows, chats, and billing into your applications without hand-rolling HTTP requests.

Python

pip install splox

Node.js / TypeScript

npm install splox

Go

go get github.com/splox-ai/go-sdk

Quick Start

Available Services

Every SDK client exposes the same four service namespaces:

Authentication

All SDKs accept an API key directly or via the SPLOX_API_KEY environment variable:
Generate API tokens from your account settings.

Async Support

The Python SDK includes a fully async client for use with asyncio:

Error Handling

All SDKs raise typed errors you can catch individually:

Source Code

Python SDK

GitHub Repository

Node.js SDK

GitHub Repository

Go SDK

GitHub Repository