Skip to main content
The helper SDK wraps operations that do not pass through the Planck AI Gateway. For a raw HTTP integration or a production canary, use the cURL guide.

Install

Log a tool operation

The wrapper logs successful results and failed operations. By default, logging is best-effort so a telemetry outage does not fail your application. Use throwOnError: true in TypeScript or raise_on_error=True in Python when a missing log should fail the operation. The default base URL is https://api.inquantum.ai. Self-hosted or regional deployments can override loggingEndpoint in TypeScript or logging_endpoint in Python.