SDK Reference
Per-language SDKs (TypeScript, Python, Go, Rust, JVM/Android) and SDK-level guides covering authentication, retries, and error handling.
Note — As of 2026-04-30, the per-service
@heossi/qnsi-auth-sdkpackage is consolidated into the unified@heossi/qnsiSDK (one package per language). New integrations should use:import { QnspClient } from "@heossi/qnsi"; const qnsp = new QnspClient({ apiKey: process.env.QNSP_API_KEY! }); await qnsp.auth./* method */(...);See SDK overview for the consolidated package. The per-service shapes documented below remain accurate at the wire level (REST/gRPC) and are kept for reference.
SDK Reference
Per-language SDKs (TypeScript, Python, Go, Rust, JVM/Android) and SDK-level guides covering authentication, retries, and error handling.
Pages
- Access Control SDK (@heossi/qnsi-access-control-sdk)
- AI SDK (@heossi/qnsi-ai-sdk)
- Audit SDK (@heossi/qnsi-audit-sdk)
- Auth SDK (@heossi/qnsi-auth-sdk)
- SDK Authentication
- AutoGen Integration (@heossi/qnsi-autogen-qnsp)
- Billing SDK (@heossi/qnsi-billing-sdk)
- Browser SDK (@heossi/qnsi-browser)
- SDK Compatibility
- SDK Configuration
- Crypto Attestation API
- Crypto Inventory SDK (@heossi/qnsi-crypto-inventory-sdk)
- SDK Error Handling
- KMS Client (@heossi/qnsi-kms-client)
- LangChain Integration (@heossi/qnsi-langchain-qnsp)
- Supported Languages
- LlamaIndex Integration (@heossi/qnsi-llamaindex-qnsp)
- MCP Server (@heossi/qnsi-mcp)
- Memory Zeroization
- SDK Overview
- Resilience Utilities (@heossi/qnsi-resilience)
- SDK Retries
- SDK Activation
- Search SDK (@heossi/qnsi-search-sdk)
- Storage SDK (@heossi/qnsi-storage-sdk)
- Tenant SDK (@heossi/qnsi-tenant-sdk)
- Thread Safety
- Vault SDK (@heossi/qnsi-vault-sdk)