ReadonlyapiAPI authentication token - obtain this from your TenantOS dashboard
ReadonlybaseBase URL of your TenantOS instance
Optional ReadonlydebugEnable debug logging for requests and responses
Optional ReadonlyheadersCustom headers to include with every request Useful for adding custom authentication or tracking headers
Optional ReadonlyretryRetry configuration for failed requests Only retryable errors (network issues, 5xx responses) will be retried
Readonlyattempts: numberNumber of retry attempts (0-10)
Readonlydelay: numberDelay between retries in milliseconds (0-30000)
Optional ReadonlytimeoutRequest timeout in milliseconds
Configuration interface for TenantOS API client
This interface defines all the configuration options available when creating a new TenantOS client instance. All properties are readonly to ensure immutability after client creation.
Example