SDKs and toolkits
Tools and libraries to integrate Patronus AI into your workflow
SDKs
API Client Libraries
These libraries provide convenient access to the Patronus REST API from your preferred programming language.
Python API Library
Access the Patronus API REST API from any Python 3.8+ application with type definitions for all request params and response fields. Includes both synchronous and asynchronous clients powered by httpx for easy integration with proper error handling and type safety.
Node.js API Library
Access the Patronus API REST API from server-side TypeScript or JavaScript. Features complete TypeScript typings and promise-based methods for streamlined integration with Node.js applications to implement monitoring, evaluation, and experimentation.