Skip to main content
Send any of name, description, primitives_config, connections_config. Include requiresApproval inside a primitive’s config (or connections_config) to gate that action behind a human approval.
curl -X PATCH https://api.usenaive.ai/v1/account-kits/KIT_ID \
  -H "Authorization: Bearer $NAIVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"connections_config":{"mode":"blocklist","toolkits":["slack"]}}'