OpenAI SDK Compatibility
Mavera’s Responses API is fully compatible with OpenAI SDKs. This means you can use the official OpenAI libraries in any language — just change the base URL and useclient.responses.create().
Python
Official OpenAI Python SDK
JavaScript/TypeScript
Official OpenAI Node.js SDK
Go
go-openai or REST
Quick Setup
Mavera-Specific Fields
While the base API is OpenAI-compatible, Mavera adds specific fields:Example with Mavera Fields
REST API
For non-Chat endpoints (Mave, Focus Groups, etc.), use REST directly:Language Support
For languages without first-class Mavera support, you can always use the REST API directly.