For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

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

See also

Last updated

Was this helpful?