Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Control-plane CRUD for AccountKits (root client only).
naive.accountKits
await naive.accountKits.list(); await naive.accountKits.create({ name: "Pro", connections_config: { mode: "allowlist", toolkits: ["gmail", "slack"] }, }); await naive.accountKits.get(kitId); await naive.accountKits.update(kitId, { connections_config }); await naive.accountKits.delete(kitId); await naive.accountKits.assignUser(kitId, userId);