integrate-sdk 0.9.31-dev.0 → 0.9.42-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. package/dist/adapters/auto-routes.js +216 -0
  2. package/dist/adapters/base-handler.js +216 -0
  3. package/dist/adapters/index.js +397 -85
  4. package/dist/adapters/nextjs.js +216 -0
  5. package/dist/adapters/solid-start.js +397 -85
  6. package/dist/adapters/svelte-kit.js +397 -85
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +3296 -481
  10. package/dist/oauth.js +216 -0
  11. package/dist/server.js +3199 -362
  12. package/dist/src/client.d.ts +55 -1
  13. package/dist/src/client.d.ts.map +1 -1
  14. package/dist/src/index.d.ts +116 -0
  15. package/dist/src/index.d.ts.map +1 -1
  16. package/dist/src/integrations/alpaca-client.d.ts +64 -0
  17. package/dist/src/integrations/alpaca-client.d.ts.map +1 -0
  18. package/dist/src/integrations/alpaca.d.ts +22 -0
  19. package/dist/src/integrations/alpaca.d.ts.map +1 -0
  20. package/dist/src/integrations/astronomer-client.d.ts +80 -0
  21. package/dist/src/integrations/astronomer-client.d.ts.map +1 -0
  22. package/dist/src/integrations/astronomer.d.ts +14 -0
  23. package/dist/src/integrations/astronomer.d.ts.map +1 -0
  24. package/dist/src/integrations/attio-client.d.ts +17 -0
  25. package/dist/src/integrations/attio-client.d.ts.map +1 -0
  26. package/dist/src/integrations/attio.d.ts +15 -0
  27. package/dist/src/integrations/attio.d.ts.map +1 -0
  28. package/dist/src/integrations/auth0-client.d.ts +55 -0
  29. package/dist/src/integrations/auth0-client.d.ts.map +1 -0
  30. package/dist/src/integrations/auth0.d.ts +22 -0
  31. package/dist/src/integrations/auth0.d.ts.map +1 -0
  32. package/dist/src/integrations/aws-client.d.ts +26 -0
  33. package/dist/src/integrations/aws-client.d.ts.map +1 -0
  34. package/dist/src/integrations/aws.d.ts +28 -0
  35. package/dist/src/integrations/aws.d.ts.map +1 -0
  36. package/dist/src/integrations/betterstack-client.d.ts +62 -0
  37. package/dist/src/integrations/betterstack-client.d.ts.map +1 -0
  38. package/dist/src/integrations/betterstack.d.ts +14 -0
  39. package/dist/src/integrations/betterstack.d.ts.map +1 -0
  40. package/dist/src/integrations/binance-client.d.ts +54 -0
  41. package/dist/src/integrations/binance-client.d.ts.map +1 -0
  42. package/dist/src/integrations/binance.d.ts +22 -0
  43. package/dist/src/integrations/binance.d.ts.map +1 -0
  44. package/dist/src/integrations/canva-client.d.ts +70 -0
  45. package/dist/src/integrations/canva-client.d.ts.map +1 -0
  46. package/dist/src/integrations/canva.d.ts +20 -0
  47. package/dist/src/integrations/canva.d.ts.map +1 -0
  48. package/dist/src/integrations/clerk-client.d.ts +66 -0
  49. package/dist/src/integrations/clerk-client.d.ts.map +1 -0
  50. package/dist/src/integrations/clerk.d.ts +14 -0
  51. package/dist/src/integrations/clerk.d.ts.map +1 -0
  52. package/dist/src/integrations/clickup-client.d.ts +5 -0
  53. package/dist/src/integrations/clickup-client.d.ts.map +1 -0
  54. package/dist/src/integrations/clickup.d.ts +13 -0
  55. package/dist/src/integrations/clickup.d.ts.map +1 -0
  56. package/dist/src/integrations/cloudflare-client.d.ts +69 -0
  57. package/dist/src/integrations/cloudflare-client.d.ts.map +1 -0
  58. package/dist/src/integrations/cloudflare.d.ts +23 -0
  59. package/dist/src/integrations/cloudflare.d.ts.map +1 -0
  60. package/dist/src/integrations/convex-client.d.ts +21 -0
  61. package/dist/src/integrations/convex-client.d.ts.map +1 -0
  62. package/dist/src/integrations/convex.d.ts +9 -0
  63. package/dist/src/integrations/convex.d.ts.map +1 -0
  64. package/dist/src/integrations/databricks-client.d.ts +40 -0
  65. package/dist/src/integrations/databricks-client.d.ts.map +1 -0
  66. package/dist/src/integrations/databricks.d.ts +27 -0
  67. package/dist/src/integrations/databricks.d.ts.map +1 -0
  68. package/dist/src/integrations/datadog-client.d.ts +9 -0
  69. package/dist/src/integrations/datadog-client.d.ts.map +1 -0
  70. package/dist/src/integrations/datadog.d.ts +30 -0
  71. package/dist/src/integrations/datadog.d.ts.map +1 -0
  72. package/dist/src/integrations/discord-client.d.ts +44 -0
  73. package/dist/src/integrations/discord-client.d.ts.map +1 -0
  74. package/dist/src/integrations/discord.d.ts +19 -0
  75. package/dist/src/integrations/discord.d.ts.map +1 -0
  76. package/dist/src/integrations/etoro-client.d.ts +10 -0
  77. package/dist/src/integrations/etoro-client.d.ts.map +1 -0
  78. package/dist/src/integrations/etoro.d.ts +10 -0
  79. package/dist/src/integrations/etoro.d.ts.map +1 -0
  80. package/dist/src/integrations/excel.d.ts +1 -1
  81. package/dist/src/integrations/facebook-client.d.ts +61 -0
  82. package/dist/src/integrations/facebook-client.d.ts.map +1 -0
  83. package/dist/src/integrations/facebook.d.ts +22 -0
  84. package/dist/src/integrations/facebook.d.ts.map +1 -0
  85. package/dist/src/integrations/ga4-client.d.ts +9 -0
  86. package/dist/src/integrations/ga4-client.d.ts.map +1 -0
  87. package/dist/src/integrations/ga4.d.ts +13 -0
  88. package/dist/src/integrations/ga4.d.ts.map +1 -0
  89. package/dist/src/integrations/gcal-client.d.ts +6 -0
  90. package/dist/src/integrations/gcal-client.d.ts.map +1 -1
  91. package/dist/src/integrations/gcal.d.ts +1 -1
  92. package/dist/src/integrations/gcal.d.ts.map +1 -1
  93. package/dist/src/integrations/gchat-client.d.ts +12 -0
  94. package/dist/src/integrations/gchat-client.d.ts.map +1 -0
  95. package/dist/src/integrations/gchat.d.ts +15 -0
  96. package/dist/src/integrations/gchat.d.ts.map +1 -0
  97. package/dist/src/integrations/gcontacts-client.d.ts +14 -0
  98. package/dist/src/integrations/gcontacts-client.d.ts.map +1 -0
  99. package/dist/src/integrations/gcontacts.d.ts +22 -0
  100. package/dist/src/integrations/gcontacts.d.ts.map +1 -0
  101. package/dist/src/integrations/gdocs-client.d.ts +22 -0
  102. package/dist/src/integrations/gdocs-client.d.ts.map +1 -1
  103. package/dist/src/integrations/gdocs.d.ts +1 -1
  104. package/dist/src/integrations/gdocs.d.ts.map +1 -1
  105. package/dist/src/integrations/gdrive.d.ts +1 -1
  106. package/dist/src/integrations/github-client.d.ts +4 -0
  107. package/dist/src/integrations/github-client.d.ts.map +1 -1
  108. package/dist/src/integrations/github.d.ts +1 -1
  109. package/dist/src/integrations/github.d.ts.map +1 -1
  110. package/dist/src/integrations/gitlab-client.d.ts +5 -0
  111. package/dist/src/integrations/gitlab-client.d.ts.map +1 -0
  112. package/dist/src/integrations/gitlab.d.ts +20 -0
  113. package/dist/src/integrations/gitlab.d.ts.map +1 -0
  114. package/dist/src/integrations/gmail-client.d.ts +18 -0
  115. package/dist/src/integrations/gmail-client.d.ts.map +1 -1
  116. package/dist/src/integrations/gmail.d.ts +1 -1
  117. package/dist/src/integrations/gmail.d.ts.map +1 -1
  118. package/dist/src/integrations/gmeet-client.d.ts +10 -0
  119. package/dist/src/integrations/gmeet-client.d.ts.map +1 -0
  120. package/dist/src/integrations/gmeet.d.ts +19 -0
  121. package/dist/src/integrations/gmeet.d.ts.map +1 -0
  122. package/dist/src/integrations/gsheets-client.d.ts +10 -0
  123. package/dist/src/integrations/gsheets-client.d.ts.map +1 -1
  124. package/dist/src/integrations/gsheets.d.ts +1 -1
  125. package/dist/src/integrations/gsheets.d.ts.map +1 -1
  126. package/dist/src/integrations/gslides-client.d.ts +8 -0
  127. package/dist/src/integrations/gslides-client.d.ts.map +1 -1
  128. package/dist/src/integrations/gslides.d.ts +1 -1
  129. package/dist/src/integrations/gslides.d.ts.map +1 -1
  130. package/dist/src/integrations/gtasks-client.d.ts +16 -0
  131. package/dist/src/integrations/gtasks-client.d.ts.map +1 -0
  132. package/dist/src/integrations/gtasks.d.ts +22 -0
  133. package/dist/src/integrations/gtasks.d.ts.map +1 -0
  134. package/dist/src/integrations/instagram-client.d.ts +74 -0
  135. package/dist/src/integrations/instagram-client.d.ts.map +1 -0
  136. package/dist/src/integrations/instagram.d.ts +24 -0
  137. package/dist/src/integrations/instagram.d.ts.map +1 -0
  138. package/dist/src/integrations/library-metadata.d.ts.map +1 -1
  139. package/dist/src/integrations/linkedin-client.d.ts +6 -0
  140. package/dist/src/integrations/linkedin-client.d.ts.map +1 -0
  141. package/dist/src/integrations/linkedin.d.ts +15 -0
  142. package/dist/src/integrations/linkedin.d.ts.map +1 -0
  143. package/dist/src/integrations/mailchimp-client.d.ts +5 -0
  144. package/dist/src/integrations/mailchimp-client.d.ts.map +1 -0
  145. package/dist/src/integrations/mailchimp.d.ts +13 -0
  146. package/dist/src/integrations/mailchimp.d.ts.map +1 -0
  147. package/dist/src/integrations/monday-client.d.ts +44 -0
  148. package/dist/src/integrations/monday-client.d.ts.map +1 -0
  149. package/dist/src/integrations/monday.d.ts +19 -0
  150. package/dist/src/integrations/monday.d.ts.map +1 -0
  151. package/dist/src/integrations/neon-client.d.ts +89 -0
  152. package/dist/src/integrations/neon-client.d.ts.map +1 -0
  153. package/dist/src/integrations/neon.d.ts +13 -0
  154. package/dist/src/integrations/neon.d.ts.map +1 -0
  155. package/dist/src/integrations/onedrive-client.d.ts +16 -0
  156. package/dist/src/integrations/onedrive-client.d.ts.map +1 -1
  157. package/dist/src/integrations/onedrive.d.ts +1 -1
  158. package/dist/src/integrations/onedrive.d.ts.map +1 -1
  159. package/dist/src/integrations/outlook.d.ts +1 -1
  160. package/dist/src/integrations/outlook.d.ts.map +1 -1
  161. package/dist/src/integrations/paper-client.d.ts +24 -0
  162. package/dist/src/integrations/paper-client.d.ts.map +1 -0
  163. package/dist/src/integrations/paper.d.ts +22 -0
  164. package/dist/src/integrations/paper.d.ts.map +1 -0
  165. package/dist/src/integrations/phantom-client.d.ts +9 -0
  166. package/dist/src/integrations/phantom-client.d.ts.map +1 -0
  167. package/dist/src/integrations/phantom.d.ts +13 -0
  168. package/dist/src/integrations/phantom.d.ts.map +1 -0
  169. package/dist/src/integrations/planetscale-client.d.ts +5 -0
  170. package/dist/src/integrations/planetscale-client.d.ts.map +1 -0
  171. package/dist/src/integrations/planetscale.d.ts +14 -0
  172. package/dist/src/integrations/planetscale.d.ts.map +1 -0
  173. package/dist/src/integrations/planner-client.d.ts +17 -0
  174. package/dist/src/integrations/planner-client.d.ts.map +1 -0
  175. package/dist/src/integrations/planner.d.ts +13 -0
  176. package/dist/src/integrations/planner.d.ts.map +1 -0
  177. package/dist/src/integrations/postman-client.d.ts +34 -0
  178. package/dist/src/integrations/postman-client.d.ts.map +1 -0
  179. package/dist/src/integrations/postman.d.ts +14 -0
  180. package/dist/src/integrations/postman.d.ts.map +1 -0
  181. package/dist/src/integrations/powerpoint-client.d.ts +8 -0
  182. package/dist/src/integrations/powerpoint-client.d.ts.map +1 -1
  183. package/dist/src/integrations/powerpoint.d.ts +1 -1
  184. package/dist/src/integrations/powerpoint.d.ts.map +1 -1
  185. package/dist/src/integrations/reddit-client.d.ts +5 -0
  186. package/dist/src/integrations/reddit-client.d.ts.map +1 -0
  187. package/dist/src/integrations/reddit.d.ts +13 -0
  188. package/dist/src/integrations/reddit.d.ts.map +1 -0
  189. package/dist/src/integrations/redis-client.d.ts +67 -0
  190. package/dist/src/integrations/redis-client.d.ts.map +1 -0
  191. package/dist/src/integrations/redis.d.ts +18 -0
  192. package/dist/src/integrations/redis.d.ts.map +1 -0
  193. package/dist/src/integrations/resend-client.d.ts +5 -0
  194. package/dist/src/integrations/resend-client.d.ts.map +1 -0
  195. package/dist/src/integrations/resend.d.ts +9 -0
  196. package/dist/src/integrations/resend.d.ts.map +1 -0
  197. package/dist/src/integrations/salesforce-client.d.ts +43 -0
  198. package/dist/src/integrations/salesforce-client.d.ts.map +1 -0
  199. package/dist/src/integrations/salesforce.d.ts +25 -0
  200. package/dist/src/integrations/salesforce.d.ts.map +1 -0
  201. package/dist/src/integrations/sharepoint-client.d.ts +15 -0
  202. package/dist/src/integrations/sharepoint-client.d.ts.map +1 -0
  203. package/dist/src/integrations/sharepoint.d.ts +15 -0
  204. package/dist/src/integrations/sharepoint.d.ts.map +1 -0
  205. package/dist/src/integrations/shopify-client.d.ts +31 -0
  206. package/dist/src/integrations/shopify-client.d.ts.map +1 -0
  207. package/dist/src/integrations/shopify.d.ts +16 -0
  208. package/dist/src/integrations/shopify.d.ts.map +1 -0
  209. package/dist/src/integrations/stripe-client.d.ts +12 -0
  210. package/dist/src/integrations/stripe-client.d.ts.map +1 -1
  211. package/dist/src/integrations/stripe.d.ts +1 -1
  212. package/dist/src/integrations/stripe.d.ts.map +1 -1
  213. package/dist/src/integrations/supabase-client.d.ts +63 -0
  214. package/dist/src/integrations/supabase-client.d.ts.map +1 -0
  215. package/dist/src/integrations/supabase.d.ts +26 -0
  216. package/dist/src/integrations/supabase.d.ts.map +1 -0
  217. package/dist/src/integrations/teams-client.d.ts +16 -0
  218. package/dist/src/integrations/teams-client.d.ts.map +1 -0
  219. package/dist/src/integrations/teams.d.ts +24 -0
  220. package/dist/src/integrations/teams.d.ts.map +1 -0
  221. package/dist/src/integrations/threads-client.d.ts +16 -0
  222. package/dist/src/integrations/threads-client.d.ts.map +1 -0
  223. package/dist/src/integrations/threads.d.ts +15 -0
  224. package/dist/src/integrations/threads.d.ts.map +1 -0
  225. package/dist/src/integrations/tiktok-client.d.ts +7 -0
  226. package/dist/src/integrations/tiktok-client.d.ts.map +1 -0
  227. package/dist/src/integrations/tiktok.d.ts +15 -0
  228. package/dist/src/integrations/tiktok.d.ts.map +1 -0
  229. package/dist/src/integrations/tldraw-client.d.ts +5 -0
  230. package/dist/src/integrations/tldraw-client.d.ts.map +1 -0
  231. package/dist/src/integrations/tldraw.d.ts +9 -0
  232. package/dist/src/integrations/tldraw.d.ts.map +1 -0
  233. package/dist/src/integrations/trello-client.d.ts +16 -0
  234. package/dist/src/integrations/trello-client.d.ts.map +1 -0
  235. package/dist/src/integrations/trello.d.ts +10 -0
  236. package/dist/src/integrations/trello.d.ts.map +1 -0
  237. package/dist/src/integrations/typeform-client.d.ts +13 -0
  238. package/dist/src/integrations/typeform-client.d.ts.map +1 -0
  239. package/dist/src/integrations/typeform.d.ts +15 -0
  240. package/dist/src/integrations/typeform.d.ts.map +1 -0
  241. package/dist/src/integrations/upstash-client.d.ts +28 -0
  242. package/dist/src/integrations/upstash-client.d.ts.map +1 -0
  243. package/dist/src/integrations/upstash.d.ts +18 -0
  244. package/dist/src/integrations/upstash.d.ts.map +1 -0
  245. package/dist/src/integrations/webflow-client.d.ts +78 -0
  246. package/dist/src/integrations/webflow-client.d.ts.map +1 -0
  247. package/dist/src/integrations/webflow.d.ts +20 -0
  248. package/dist/src/integrations/webflow.d.ts.map +1 -0
  249. package/dist/src/integrations/whatsapp-client.d.ts +22 -0
  250. package/dist/src/integrations/whatsapp-client.d.ts.map +1 -1
  251. package/dist/src/integrations/whatsapp.d.ts +1 -1
  252. package/dist/src/integrations/whatsapp.d.ts.map +1 -1
  253. package/dist/src/integrations/wix-client.d.ts +27 -0
  254. package/dist/src/integrations/wix-client.d.ts.map +1 -0
  255. package/dist/src/integrations/wix.d.ts +16 -0
  256. package/dist/src/integrations/wix.d.ts.map +1 -0
  257. package/dist/src/integrations/word-client.d.ts +8 -0
  258. package/dist/src/integrations/word-client.d.ts.map +1 -1
  259. package/dist/src/integrations/word.d.ts +1 -1
  260. package/dist/src/integrations/word.d.ts.map +1 -1
  261. package/dist/src/integrations/workday-client.d.ts +18 -0
  262. package/dist/src/integrations/workday-client.d.ts.map +1 -0
  263. package/dist/src/integrations/workday.d.ts +24 -0
  264. package/dist/src/integrations/workday.d.ts.map +1 -0
  265. package/dist/src/integrations/workos-client.d.ts +75 -0
  266. package/dist/src/integrations/workos-client.d.ts.map +1 -0
  267. package/dist/src/integrations/workos.d.ts +14 -0
  268. package/dist/src/integrations/workos.d.ts.map +1 -0
  269. package/dist/src/integrations/xero-client.d.ts +14 -0
  270. package/dist/src/integrations/xero-client.d.ts.map +1 -0
  271. package/dist/src/integrations/xero.d.ts +15 -0
  272. package/dist/src/integrations/xero.d.ts.map +1 -0
  273. package/dist/src/integrations/youtube.d.ts +1 -1
  274. package/dist/src/integrations/youtube.d.ts.map +1 -1
  275. package/dist/src/integrations/zapier-client.d.ts +41 -0
  276. package/dist/src/integrations/zapier-client.d.ts.map +1 -0
  277. package/dist/src/integrations/zapier.d.ts +20 -0
  278. package/dist/src/integrations/zapier.d.ts.map +1 -0
  279. package/dist/src/integrations/zoom-client.d.ts +42 -0
  280. package/dist/src/integrations/zoom-client.d.ts.map +1 -0
  281. package/dist/src/integrations/zoom.d.ts +23 -0
  282. package/dist/src/integrations/zoom.d.ts.map +1 -0
  283. package/dist/src/server.d.ts +54 -0
  284. package/dist/src/server.d.ts.map +1 -1
  285. package/index.ts +52 -0
  286. package/package.json +1 -1
@@ -306,18 +306,42 @@ var init_library_metadata = __esm(() => {
306
306
  description: "Manage Airtable bases, tables, and records",
307
307
  category: "Business"
308
308
  },
309
+ aws: {
310
+ description: "Inspect AWS accounts and resources with SigV4 (control-plane APIs)",
311
+ category: "Infrastructure"
312
+ },
313
+ attio: {
314
+ description: "Manage Attio people, companies, tasks, and CRM records",
315
+ category: "Business"
316
+ },
309
317
  calcom: {
310
318
  description: "Manage Cal.com bookings and schedules",
311
319
  category: "Business"
312
320
  },
321
+ canva: {
322
+ description: "List and create Canva designs, manage folders, and export assets",
323
+ category: "Productivity"
324
+ },
325
+ cloudflare: {
326
+ description: "Manage Cloudflare zones, DNS, CDN cache, and Workers",
327
+ category: "Infrastructure"
328
+ },
313
329
  cursor: {
314
330
  description: "Manage Cursor Cloud Agents and background tasks",
315
331
  category: "Engineering"
316
332
  },
333
+ databricks: {
334
+ description: "Run Databricks jobs, list clusters and SQL warehouses, and inspect workspace paths",
335
+ category: "Engineering"
336
+ },
317
337
  figma: {
318
338
  description: "Access Figma files, comments, and components",
319
339
  category: "Engineering"
320
340
  },
341
+ facebook: {
342
+ description: "Manage Facebook Page posts, comments, reactions, and insights via the Graph API",
343
+ category: "Social Media"
344
+ },
321
345
  github: {
322
346
  description: "Manage GitHub repos, issues, and pull requests",
323
347
  category: "Engineering"
@@ -330,10 +354,26 @@ var init_library_metadata = __esm(() => {
330
354
  description: "Manage Google Calendar events and schedules",
331
355
  category: "Productivity"
332
356
  },
357
+ gtasks: {
358
+ description: "Manage Google Tasks lists and to-dos",
359
+ category: "Productivity"
360
+ },
361
+ gmeet: {
362
+ description: "Create Google Meet links and manage meeting events via Calendar",
363
+ category: "Communication"
364
+ },
365
+ gcontacts: {
366
+ description: "List, search, create, update, and delete Google Contacts via the People API",
367
+ category: "Communication"
368
+ },
333
369
  hubspot: {
334
370
  description: "Manage HubSpot contacts, deals, and tickets",
335
371
  category: "Business"
336
372
  },
373
+ instagram: {
374
+ description: "Instagram Graph API — media, comments, insights, stories, and publishing",
375
+ category: "Social Media"
376
+ },
337
377
  intercom: {
338
378
  description: "Manage Intercom contacts and conversations",
339
379
  category: "Business"
@@ -350,6 +390,10 @@ var init_library_metadata = __esm(() => {
350
390
  description: "Manage OneDrive files, folders, and sharing",
351
391
  category: "Storage"
352
392
  },
393
+ planner: {
394
+ description: "Manage Microsoft Planner plans, buckets, and tasks",
395
+ category: "Productivity"
396
+ },
353
397
  outlook: {
354
398
  description: "Manage Outlook mail, calendars, and contacts",
355
399
  category: "Communication"
@@ -358,18 +402,38 @@ var init_library_metadata = __esm(() => {
358
402
  description: "Manage Polar products, orders, and subscriptions",
359
403
  category: "Finance"
360
404
  },
405
+ phantom: {
406
+ description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
407
+ category: "Other"
408
+ },
361
409
  posthog: {
362
410
  description: "Read PostHog organizations, projects, insights, and feature flags",
363
411
  category: "Analytics"
364
412
  },
413
+ postman: {
414
+ description: "Manage Postman workspaces, collections, and environments via the Postman API",
415
+ category: "Engineering"
416
+ },
365
417
  ramp: {
366
418
  description: "Manage Ramp corporate cards, bills, and spend",
367
419
  category: "Business"
368
420
  },
421
+ resend: {
422
+ description: "Send email and manage domains with the Resend API",
423
+ category: "Communication"
424
+ },
425
+ mailchimp: {
426
+ description: "Manage Mailchimp audiences, members, and campaigns",
427
+ category: "Communication"
428
+ },
369
429
  railway: {
370
430
  description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
371
431
  category: "Infrastructure"
372
432
  },
433
+ supabase: {
434
+ description: "Manage Supabase organizations, projects, Postgres, API keys, secrets, and branches",
435
+ category: "Infrastructure"
436
+ },
373
437
  sentry: {
374
438
  description: "Monitor Sentry errors, issues, releases, and projects",
375
439
  category: "Engineering"
@@ -378,6 +442,14 @@ var init_library_metadata = __esm(() => {
378
442
  description: "Manage Netlify sites, deploys, builds, and environment variables",
379
443
  category: "Infrastructure"
380
444
  },
445
+ redis: {
446
+ description: "Manage Redis Cloud subscriptions, databases, async tasks, and audit logs",
447
+ category: "Infrastructure"
448
+ },
449
+ upstash: {
450
+ description: "Use Upstash Redis REST, QStash messaging, and related HTTP APIs",
451
+ category: "Infrastructure"
452
+ },
381
453
  jira: {
382
454
  description: "Manage Jira issues, projects, sprints, and boards",
383
455
  category: "Engineering"
@@ -414,6 +486,10 @@ var init_library_metadata = __esm(() => {
414
486
  description: "Manage Vercel projects, deployments, and domains",
415
487
  category: "Infrastructure"
416
488
  },
489
+ workos: {
490
+ description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
491
+ category: "Infrastructure"
492
+ },
417
493
  whatsapp: {
418
494
  description: "Send WhatsApp messages and templates",
419
495
  category: "Communication"
@@ -422,6 +498,14 @@ var init_library_metadata = __esm(() => {
422
498
  description: "Search and access YouTube videos and channels",
423
499
  category: "Social Media"
424
500
  },
501
+ zoom: {
502
+ description: "Manage Zoom user profile and meetings",
503
+ category: "Communication"
504
+ },
505
+ reddit: {
506
+ description: "Browse subreddits, search posts, submit content, and vote on Reddit",
507
+ category: "Social Media"
508
+ },
425
509
  powerpoint: {
426
510
  description: "Manage PowerPoint presentations and sharing",
427
511
  category: "Productivity"
@@ -438,17 +522,149 @@ var init_library_metadata = __esm(() => {
438
522
  description: "Manage Dropbox files, folders, and sharing",
439
523
  category: "Storage"
440
524
  },
525
+ paper: {
526
+ description: "Create, update, and export Dropbox Paper documents",
527
+ category: "Productivity"
528
+ },
441
529
  granola: {
442
530
  description: "List and read Granola meeting notes and folders",
443
531
  category: "Productivity"
444
532
  },
533
+ alpaca: {
534
+ description: "Trade equities with Alpaca: account, orders, positions, and market clock",
535
+ category: "Finance"
536
+ },
537
+ binance: {
538
+ description: "Read Binance Spot prices, order books, and account data with read-only API keys",
539
+ category: "Finance"
540
+ },
445
541
  mercury: {
446
542
  description: "Manage Mercury bank accounts, cards, and transactions",
447
543
  category: "Finance"
448
544
  },
545
+ monday: {
546
+ description: "Manage Monday.com boards, items, columns, and updates",
547
+ category: "Productivity"
548
+ },
449
549
  zendesk: {
450
550
  description: "Manage Zendesk tickets, users, and help center content",
451
551
  category: "Business"
552
+ },
553
+ wix: {
554
+ description: "Manage Wix site stores, products, and e-commerce orders via REST",
555
+ category: "Business"
556
+ },
557
+ astronomer: {
558
+ description: "Manage Apache Airflow DAGs and deployments on Astronomer",
559
+ category: "Engineering"
560
+ },
561
+ auth0: {
562
+ description: "Manage Auth0 users, applications, and tenant configuration",
563
+ category: "Infrastructure"
564
+ },
565
+ betterstack: {
566
+ description: "Monitor uptime, logs, and incident alerts with BetterStack",
567
+ category: "Engineering"
568
+ },
569
+ clerk: {
570
+ description: "Manage Clerk users, organizations, and authentication",
571
+ category: "Infrastructure"
572
+ },
573
+ clickup: {
574
+ description: "Manage ClickUp tasks, lists, spaces, and workspaces",
575
+ category: "Productivity"
576
+ },
577
+ convex: {
578
+ description: "Run Convex functions, manage tables, and query your app backend",
579
+ category: "Engineering"
580
+ },
581
+ datadog: {
582
+ description: "Monitor Datadog metrics, logs, dashboards, and alerts",
583
+ category: "Engineering"
584
+ },
585
+ discord: {
586
+ description: "Send messages and manage Discord channels and servers",
587
+ category: "Communication"
588
+ },
589
+ etoro: {
590
+ description: "Read eToro portfolio data and market instruments",
591
+ category: "Finance"
592
+ },
593
+ ga4: {
594
+ description: "Read Google Analytics 4 reports, properties, and events",
595
+ category: "Analytics"
596
+ },
597
+ gchat: {
598
+ description: "Send messages and manage Google Chat spaces and memberships",
599
+ category: "Communication"
600
+ },
601
+ gitlab: {
602
+ description: "Manage GitLab repositories, issues, and merge requests",
603
+ category: "Engineering"
604
+ },
605
+ linkedin: {
606
+ description: "Post updates and manage LinkedIn profile and company pages",
607
+ category: "Social Media"
608
+ },
609
+ neon: {
610
+ description: "Manage Neon Postgres projects, branches, and databases",
611
+ category: "Infrastructure"
612
+ },
613
+ planetscale: {
614
+ description: "Manage PlanetScale databases, branches, and schema changes",
615
+ category: "Infrastructure"
616
+ },
617
+ salesforce: {
618
+ description: "Manage Salesforce accounts, contacts, opportunities, and cases",
619
+ category: "Business"
620
+ },
621
+ sharepoint: {
622
+ description: "Manage SharePoint sites, lists, documents, and permissions",
623
+ category: "Productivity"
624
+ },
625
+ shopify: {
626
+ description: "Manage Shopify products, orders, customers, and inventory",
627
+ category: "Business"
628
+ },
629
+ teams: {
630
+ description: "Send messages and manage Microsoft Teams channels and meetings",
631
+ category: "Communication"
632
+ },
633
+ threads: {
634
+ description: "Post and manage content on Threads (Meta)",
635
+ category: "Social Media"
636
+ },
637
+ tiktok: {
638
+ description: "Manage TikTok videos, account info, and creator analytics",
639
+ category: "Social Media"
640
+ },
641
+ tldraw: {
642
+ description: "Create and manage tldraw collaborative whiteboards",
643
+ category: "Productivity"
644
+ },
645
+ trello: {
646
+ description: "Manage Trello boards, lists, and cards",
647
+ category: "Productivity"
648
+ },
649
+ typeform: {
650
+ description: "Create and manage Typeform surveys and responses",
651
+ category: "Business"
652
+ },
653
+ webflow: {
654
+ description: "Manage Webflow sites, collections, and CMS content",
655
+ category: "Engineering"
656
+ },
657
+ workday: {
658
+ description: "Read Workday HR data including workers, organizations, and pay",
659
+ category: "Business"
660
+ },
661
+ xero: {
662
+ description: "Manage Xero invoices, contacts, and accounting data",
663
+ category: "Finance"
664
+ },
665
+ zapier: {
666
+ description: "Trigger and manage Zapier automation workflows",
667
+ category: "Engineering"
452
668
  }
453
669
  };
454
670
  });
@@ -306,18 +306,42 @@ var init_library_metadata = __esm(() => {
306
306
  description: "Manage Airtable bases, tables, and records",
307
307
  category: "Business"
308
308
  },
309
+ aws: {
310
+ description: "Inspect AWS accounts and resources with SigV4 (control-plane APIs)",
311
+ category: "Infrastructure"
312
+ },
313
+ attio: {
314
+ description: "Manage Attio people, companies, tasks, and CRM records",
315
+ category: "Business"
316
+ },
309
317
  calcom: {
310
318
  description: "Manage Cal.com bookings and schedules",
311
319
  category: "Business"
312
320
  },
321
+ canva: {
322
+ description: "List and create Canva designs, manage folders, and export assets",
323
+ category: "Productivity"
324
+ },
325
+ cloudflare: {
326
+ description: "Manage Cloudflare zones, DNS, CDN cache, and Workers",
327
+ category: "Infrastructure"
328
+ },
313
329
  cursor: {
314
330
  description: "Manage Cursor Cloud Agents and background tasks",
315
331
  category: "Engineering"
316
332
  },
333
+ databricks: {
334
+ description: "Run Databricks jobs, list clusters and SQL warehouses, and inspect workspace paths",
335
+ category: "Engineering"
336
+ },
317
337
  figma: {
318
338
  description: "Access Figma files, comments, and components",
319
339
  category: "Engineering"
320
340
  },
341
+ facebook: {
342
+ description: "Manage Facebook Page posts, comments, reactions, and insights via the Graph API",
343
+ category: "Social Media"
344
+ },
321
345
  github: {
322
346
  description: "Manage GitHub repos, issues, and pull requests",
323
347
  category: "Engineering"
@@ -330,10 +354,26 @@ var init_library_metadata = __esm(() => {
330
354
  description: "Manage Google Calendar events and schedules",
331
355
  category: "Productivity"
332
356
  },
357
+ gtasks: {
358
+ description: "Manage Google Tasks lists and to-dos",
359
+ category: "Productivity"
360
+ },
361
+ gmeet: {
362
+ description: "Create Google Meet links and manage meeting events via Calendar",
363
+ category: "Communication"
364
+ },
365
+ gcontacts: {
366
+ description: "List, search, create, update, and delete Google Contacts via the People API",
367
+ category: "Communication"
368
+ },
333
369
  hubspot: {
334
370
  description: "Manage HubSpot contacts, deals, and tickets",
335
371
  category: "Business"
336
372
  },
373
+ instagram: {
374
+ description: "Instagram Graph API — media, comments, insights, stories, and publishing",
375
+ category: "Social Media"
376
+ },
337
377
  intercom: {
338
378
  description: "Manage Intercom contacts and conversations",
339
379
  category: "Business"
@@ -350,6 +390,10 @@ var init_library_metadata = __esm(() => {
350
390
  description: "Manage OneDrive files, folders, and sharing",
351
391
  category: "Storage"
352
392
  },
393
+ planner: {
394
+ description: "Manage Microsoft Planner plans, buckets, and tasks",
395
+ category: "Productivity"
396
+ },
353
397
  outlook: {
354
398
  description: "Manage Outlook mail, calendars, and contacts",
355
399
  category: "Communication"
@@ -358,18 +402,38 @@ var init_library_metadata = __esm(() => {
358
402
  description: "Manage Polar products, orders, and subscriptions",
359
403
  category: "Finance"
360
404
  },
405
+ phantom: {
406
+ description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
407
+ category: "Other"
408
+ },
361
409
  posthog: {
362
410
  description: "Read PostHog organizations, projects, insights, and feature flags",
363
411
  category: "Analytics"
364
412
  },
413
+ postman: {
414
+ description: "Manage Postman workspaces, collections, and environments via the Postman API",
415
+ category: "Engineering"
416
+ },
365
417
  ramp: {
366
418
  description: "Manage Ramp corporate cards, bills, and spend",
367
419
  category: "Business"
368
420
  },
421
+ resend: {
422
+ description: "Send email and manage domains with the Resend API",
423
+ category: "Communication"
424
+ },
425
+ mailchimp: {
426
+ description: "Manage Mailchimp audiences, members, and campaigns",
427
+ category: "Communication"
428
+ },
369
429
  railway: {
370
430
  description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
371
431
  category: "Infrastructure"
372
432
  },
433
+ supabase: {
434
+ description: "Manage Supabase organizations, projects, Postgres, API keys, secrets, and branches",
435
+ category: "Infrastructure"
436
+ },
373
437
  sentry: {
374
438
  description: "Monitor Sentry errors, issues, releases, and projects",
375
439
  category: "Engineering"
@@ -378,6 +442,14 @@ var init_library_metadata = __esm(() => {
378
442
  description: "Manage Netlify sites, deploys, builds, and environment variables",
379
443
  category: "Infrastructure"
380
444
  },
445
+ redis: {
446
+ description: "Manage Redis Cloud subscriptions, databases, async tasks, and audit logs",
447
+ category: "Infrastructure"
448
+ },
449
+ upstash: {
450
+ description: "Use Upstash Redis REST, QStash messaging, and related HTTP APIs",
451
+ category: "Infrastructure"
452
+ },
381
453
  jira: {
382
454
  description: "Manage Jira issues, projects, sprints, and boards",
383
455
  category: "Engineering"
@@ -414,6 +486,10 @@ var init_library_metadata = __esm(() => {
414
486
  description: "Manage Vercel projects, deployments, and domains",
415
487
  category: "Infrastructure"
416
488
  },
489
+ workos: {
490
+ description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
491
+ category: "Infrastructure"
492
+ },
417
493
  whatsapp: {
418
494
  description: "Send WhatsApp messages and templates",
419
495
  category: "Communication"
@@ -422,6 +498,14 @@ var init_library_metadata = __esm(() => {
422
498
  description: "Search and access YouTube videos and channels",
423
499
  category: "Social Media"
424
500
  },
501
+ zoom: {
502
+ description: "Manage Zoom user profile and meetings",
503
+ category: "Communication"
504
+ },
505
+ reddit: {
506
+ description: "Browse subreddits, search posts, submit content, and vote on Reddit",
507
+ category: "Social Media"
508
+ },
425
509
  powerpoint: {
426
510
  description: "Manage PowerPoint presentations and sharing",
427
511
  category: "Productivity"
@@ -438,17 +522,149 @@ var init_library_metadata = __esm(() => {
438
522
  description: "Manage Dropbox files, folders, and sharing",
439
523
  category: "Storage"
440
524
  },
525
+ paper: {
526
+ description: "Create, update, and export Dropbox Paper documents",
527
+ category: "Productivity"
528
+ },
441
529
  granola: {
442
530
  description: "List and read Granola meeting notes and folders",
443
531
  category: "Productivity"
444
532
  },
533
+ alpaca: {
534
+ description: "Trade equities with Alpaca: account, orders, positions, and market clock",
535
+ category: "Finance"
536
+ },
537
+ binance: {
538
+ description: "Read Binance Spot prices, order books, and account data with read-only API keys",
539
+ category: "Finance"
540
+ },
445
541
  mercury: {
446
542
  description: "Manage Mercury bank accounts, cards, and transactions",
447
543
  category: "Finance"
448
544
  },
545
+ monday: {
546
+ description: "Manage Monday.com boards, items, columns, and updates",
547
+ category: "Productivity"
548
+ },
449
549
  zendesk: {
450
550
  description: "Manage Zendesk tickets, users, and help center content",
451
551
  category: "Business"
552
+ },
553
+ wix: {
554
+ description: "Manage Wix site stores, products, and e-commerce orders via REST",
555
+ category: "Business"
556
+ },
557
+ astronomer: {
558
+ description: "Manage Apache Airflow DAGs and deployments on Astronomer",
559
+ category: "Engineering"
560
+ },
561
+ auth0: {
562
+ description: "Manage Auth0 users, applications, and tenant configuration",
563
+ category: "Infrastructure"
564
+ },
565
+ betterstack: {
566
+ description: "Monitor uptime, logs, and incident alerts with BetterStack",
567
+ category: "Engineering"
568
+ },
569
+ clerk: {
570
+ description: "Manage Clerk users, organizations, and authentication",
571
+ category: "Infrastructure"
572
+ },
573
+ clickup: {
574
+ description: "Manage ClickUp tasks, lists, spaces, and workspaces",
575
+ category: "Productivity"
576
+ },
577
+ convex: {
578
+ description: "Run Convex functions, manage tables, and query your app backend",
579
+ category: "Engineering"
580
+ },
581
+ datadog: {
582
+ description: "Monitor Datadog metrics, logs, dashboards, and alerts",
583
+ category: "Engineering"
584
+ },
585
+ discord: {
586
+ description: "Send messages and manage Discord channels and servers",
587
+ category: "Communication"
588
+ },
589
+ etoro: {
590
+ description: "Read eToro portfolio data and market instruments",
591
+ category: "Finance"
592
+ },
593
+ ga4: {
594
+ description: "Read Google Analytics 4 reports, properties, and events",
595
+ category: "Analytics"
596
+ },
597
+ gchat: {
598
+ description: "Send messages and manage Google Chat spaces and memberships",
599
+ category: "Communication"
600
+ },
601
+ gitlab: {
602
+ description: "Manage GitLab repositories, issues, and merge requests",
603
+ category: "Engineering"
604
+ },
605
+ linkedin: {
606
+ description: "Post updates and manage LinkedIn profile and company pages",
607
+ category: "Social Media"
608
+ },
609
+ neon: {
610
+ description: "Manage Neon Postgres projects, branches, and databases",
611
+ category: "Infrastructure"
612
+ },
613
+ planetscale: {
614
+ description: "Manage PlanetScale databases, branches, and schema changes",
615
+ category: "Infrastructure"
616
+ },
617
+ salesforce: {
618
+ description: "Manage Salesforce accounts, contacts, opportunities, and cases",
619
+ category: "Business"
620
+ },
621
+ sharepoint: {
622
+ description: "Manage SharePoint sites, lists, documents, and permissions",
623
+ category: "Productivity"
624
+ },
625
+ shopify: {
626
+ description: "Manage Shopify products, orders, customers, and inventory",
627
+ category: "Business"
628
+ },
629
+ teams: {
630
+ description: "Send messages and manage Microsoft Teams channels and meetings",
631
+ category: "Communication"
632
+ },
633
+ threads: {
634
+ description: "Post and manage content on Threads (Meta)",
635
+ category: "Social Media"
636
+ },
637
+ tiktok: {
638
+ description: "Manage TikTok videos, account info, and creator analytics",
639
+ category: "Social Media"
640
+ },
641
+ tldraw: {
642
+ description: "Create and manage tldraw collaborative whiteboards",
643
+ category: "Productivity"
644
+ },
645
+ trello: {
646
+ description: "Manage Trello boards, lists, and cards",
647
+ category: "Productivity"
648
+ },
649
+ typeform: {
650
+ description: "Create and manage Typeform surveys and responses",
651
+ category: "Business"
652
+ },
653
+ webflow: {
654
+ description: "Manage Webflow sites, collections, and CMS content",
655
+ category: "Engineering"
656
+ },
657
+ workday: {
658
+ description: "Read Workday HR data including workers, organizations, and pay",
659
+ category: "Business"
660
+ },
661
+ xero: {
662
+ description: "Manage Xero invoices, contacts, and accounting data",
663
+ category: "Finance"
664
+ },
665
+ zapier: {
666
+ description: "Trigger and manage Zapier automation workflows",
667
+ category: "Engineering"
452
668
  }
453
669
  };
454
670
  });