Multi-org switching from the SDK.
API keys are scoped per-org. To use multiple orgs from one process, instantiate one client per org with its own key:
prod = Stratix(api_key="ll_org_prod_...") dev = Stratix(api_key="ll_org_dev_...")
Premium UI: Organizations
Concept: Multi-tenancy
Last updated 1 month ago
Was this helpful?