SDKs & Libraries
Official SDKs and tools for integrating Verity into your application
Build with Verity using our official SDKs for popular languages and platforms.
Server-Side SDKs
Python
Idiomatic Python SDK with type hints and httpx. Perfect for data science and backend services.
TypeScript/Node.js
Full TypeScript support with native fetch. Works in Node.js, browser, and edge runtimes.
.NET
C# SDK for .NET Standard 2.0+. Async/await patterns with full IntelliSense support.
Ruby
Ruby SDK with resource clients for codes, policies, coverage criteria, prior auth, spending, and webhooks.
Command Line
Community SDKs
Don't see your language? We'd love your help building a community SDK. Check out the API reference to get started.
Features
All official SDKs include:
- Full API Coverage - All endpoints, parameters, and response types
- Type Safety - Complete type definitions and IntelliSense support
- Error Handling - Structured errors with helpful messages
- Automatic Retries - Built-in exponential backoff for transient failures
- Modern Async - Promise/async/await patterns throughout
- Well Documented - Comprehensive guides and code examples
Installation Quick Links
pip install git+https://github.com/backworkai/verity-python.gitnpm install @backwork/verity-apigem install verity-sdkgo install github.com/backworkai/verity-cli/cmd/verity@v1.0.0mkdir -p ~/.nuget/verity
curl -L -o ~/.nuget/verity/Verity.SDK.1.0.2.nupkg \
https://github.com/backworkai/verity-dotnet/releases/download/v1.0.2/Verity.SDK.1.0.2.nupkg
curl -L -o ~/.nuget/verity/Verity.SDK.1.0.2.nupkg.sha256 \
https://github.com/backworkai/verity-dotnet/releases/download/v1.0.2/Verity.SDK.1.0.2.nupkg.sha256
(cd ~/.nuget/verity && shasum -a 256 -c Verity.SDK.1.0.2.nupkg.sha256)
dotnet add package Verity.SDK --version 1.0.2 --source ~/.nuget/verityNeed Help?
- API Reference: All Endpoints
- Authentication: API Keys
- Support: support@verity.backworkai.com
- GitHub: Report an issue
Last updated on