From 070a07ad4d38957df36c7d32af40c679aaf7bd81 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Sat, 29 Aug 2026 18:04:03 +0300 Subject: [PATCH] docs(sdk): point membership at orgs.members and orgs.invitations --- sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk.mdx b/sdk.mdx index a871361..745d2d7 100644 --- a/sdk.mdx +++ b/sdk.mdx @@ -167,7 +167,7 @@ A WebSocket can't carry an `Authorization` header, so the SDK appends your API k `billing.state()` returns balance and plan. `billing.usage({ start, end })` totals spend for a window, `billing.usageByClient({ days })` groups that spend by what submitted each job (`dashboard`, `sdk`, `cli`, `mcp`, `n8n`, `api`), and `billing.transactions({ page, limit })` reads the ledger. -`apiKeys`, `assets`, `orgs`, and `team` follow the same shape. +`apiKeys`, `assets`, and `orgs` follow the same shape. Organization membership lives on `orgs.members` (`invite`, `changeRole`, `remove`) and `orgs.invitations` (`revoke`). The older `team` resource still works and is marked deprecated. ## Client options