> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/organizations-1.md).

# Organizations (SDK)

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:

```python
prod = Stratix(api_key="ll_org_prod_...")
dev = Stratix(api_key="ll_org_dev_...")
```

## See also

* [Premium UI: Organizations](/more-in-this-section-9/organizations-1.md)
* [Concept: Multi-tenancy](/7.-observe-see-whats-happening/multi-tenancy.md)
