VerityVerity

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

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
pip install git+https://github.com/backworkai/verity-python.git

View Python Docs →

npm install @backwork/verity-api

View TypeScript Docs →

gem install verity-sdk

View Ruby Docs →

go install github.com/backworkai/verity-cli/cmd/verity@v1.0.0

View Go Docs →

mkdir -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/verity

View .NET Docs →

Need Help?

Last updated on

On this page