Parameters use snake_case in our client library for Python and camelCase in JavaScript.

ParameterDescriptionRequiredTypeDefault
client_id / clientIdClient ID for your application. Find it on the Setup instructions page for your app.Yesstring-
envName of the environment, e.g. prod or dev. The environment will be automatically created in Apitally if it doesn’t exist.Nostringdefault
openapi_url / openApiUrlPath to the API endpoint providing the OpenAPI specification, e.g. /openapi.json. Pre-configured for FastAPI.Nostring-
app_version / appVersionThe current version of your application, e.g. 1.0.0.Nostring-
loggerA custom logger instance. If not provided, a default logger is created automatically.Noobject-