Skip to main content
The company-level toolkit catalog. Unlike GET /v1/users/:id/connections (which is filtered by the user’s Account Kit), this returns the full app catalog — used by the Account Kit editor’s searchable allow/block picker, where you need to browse every available toolkit independent of any single user.
curl "https://api.usenaive.ai/v1/toolkits?search=git&limit=20" \
  -H "Authorization: Bearer $NAIVE_API_KEY"
Query params: search, cursor, limit (max 50). Returns { toolkits, nextCursor, totalPages } where each toolkit is { slug, name, logo, isNoAuth }. Requires COMPOSIO_API_KEY to be configured on the API. Company-scoped auth (session or api key); no user scope needed.