Python
pip install sploxNode.js / TypeScript
npm install sploxGo
go get github.com/splox-ai/go-sdkQuick Start
Available Services
Every SDK client exposes the same four service namespaces:| Service | Description |
|---|---|
| workflows | List, get, run, listen, stop workflows and inspect execution trees |
| chats | Create, list, get, delete chat sessions and message history |
| events | Trigger workflows via webhooks |
| billing | Check balance, transaction history, activity stats, and daily usage |
Authentication
All SDKs accept an API key directly or via theSPLOX_API_KEY environment variable:
Async Support
The Python SDK includes a fully async client for use withasyncio:
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

