Are the words "tenant" and "team" interchangeable?

I noticed that on the sidebar, it’s noted as “Switch team”

But when creating a API key, it’s listed as “Tenant”

I was just wondering if the terminology is the same.

Yes, this is true for Prefect <= 1.0. You can run:

prefect auth list-tenants

Which will show you all tenants you have access to and the tenant’s SLUG corresponds to the team’s name in the Prefect Cloud UI.

1 Like