TypeScript SDK

Locations

List the locations sandboxes can run in.

tek.location lists the locations available for sandboxes. It is top-level and ignores the client's org/project scope.

const locations = await tek.location.list();
// [{ id: 'eu', name: 'Europe' }, ...]