Skip to content

get_current_tenant

Return the tenant identifier this session is operating as, plus whether it is a super tenant (i.e. can act across tenants via target_tenant_id on scoped tools).

  • Confirm which tenant the server resolved your email to.
  • Decide whether to expose super-tenant-only features in the agent’s UI.

None.

{
"tenant_id": "onfire",
"is_super_tenant": true
}