← Back to Documentation
SDKs
Official client libraries for interacting with the Sirr API. Each SDK handles authentication, secret creation, retrieval, and optional client-side encryption.
Node.js / TypeScript
→First-class TypeScript support with full type definitions. Works in Node.js, Bun, and Deno.
npm install @sirrvault/sdkPython
→Sync and async clients for Python 3.9+. Supports asyncio and optional client-side encryption.
pip install sirr.NET
→Native .NET client targeting .NET 8+. Async-first with IHttpClientFactory support.
dotnet add package Sirr.ClientAll SDKs are open source
Every SDK is published under the MIT license on GitHub. Contributions, bug reports, and feature requests are welcome.
View all repositories on GitHub →