SDKs
Official SDK clients for the Aegis API.
Available SDKs
| SDK | Language | Status |
|---|---|---|
| Node.js | TypeScript/JavaScript | ✅ Stable |
| Python | Python 3.9+ | ✅ Stable |
| Go | Go 1.18+ | ✅ Stable |
| Java | Java 11+ | 🚧 Coming Soon |
Installation
::: code-group
sh [Node.js]
npm install @aegis-tech/sdk
sh [Python]
pip install aegis-sdk
sh [Go]
go get github.com/aegis-tech/go-sdk
:::