SDKs & Libraries
Official and community client libraries for Python, Node.js, Go, .NET, and more.
SDK Matrix
| SDK | Package | Modules |
|---|---|---|
| TypeScript | @quantumapi/sdk | Encryption, Keys, Secrets, Users, Applications, EndUsers, Audit, Billing, Health |
| Python | quantumapi | Encryption, Keys, Secrets, Applications, EndUsers, Health (sync + async) |
| .NET | QuantumAPI.Client | Encryption, Keys, Secrets, Users, Applications, EndUsers, Audit, Billing, Health |
| Rust | quantumapi | Encryption, Keys, Secrets, Applications, EndUsers, Health, Audit, Billing (async) |
| CLI | qapi | Encryption, Keys, Secrets, Applications, EndUsers, Audit, Billing |
Installation
npm install @quantumapi/sdkQuickstart
Create a client and check health
const client = new QuantumAPIClient({ apiKey: process.env.QUANTUMAPI_API_KEY! })
await client.health.getStatus()