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 verity-pythonnpm install verity-apigit clone https://github.com/backworkai/verity-ruby.git
cd verity-ruby
bundle installgit clone https://github.com/backworkai/verity-cli.git
cd verity-cli
go mod tidy
go build -o verity .
sudo mv verity /usr/local/bin/dotnet add package Verity.SDKNeed Help?
- API Reference: All Endpoints
- Authentication: API Keys
- Support: support@verity.backworkai.com
- GitHub: Report an issue
Last updated on