Skip to main content
naive account-kits list

naive account-kits create --name Pro \
  --mode allowlist --toolkits gmail,slack,stripe \
  --tool gmail.enable=GMAIL_FETCH_EMAILS,GMAIL_SEND_EMAIL \
  --custom-auth gmail=ac_brand_gmail

naive account-kits assign <kit_id> <user_id>
  • --modeopen | allowlist | blocklist
  • --tool <toolkit>.enable=A,B / .disable=A,B — per-tool filter (repeatable)
  • --custom-auth <toolkit>=ac_xxx — white-label OAuth (repeatable)
Governance / approval gating (requiresApproval per primitive) is configured via the dashboard Account Kit editor or the REST API (primitives_config / connections_config) — see Approvals. Sensitive actions are gated by default.