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.
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.