Ruby SDKFeature Clients

Tenant Client

Tenant client for interacting with the current Hatchet tenant.

This class provides a high-level interface for retrieving tenant information from the Hatchet system.

tenant_info = hatchet.tenant.get

It is available on the main client as hatchet.tenant.

Methods:

NameDescription
getGet the current tenant.

Functions

get

Get the current tenant.

tenant = hatchet.tenant.get

Returns:

TypeDescription
ObjectThe tenant details.

Raises:

TypeDescription
HatchetSdkRest::ApiErrorIf the API request fails.

Last updated on August 24, 2026

On this page