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.
- package/dist/adapters/auto-routes.js +216 -0
- package/dist/adapters/base-handler.js +216 -0
- package/dist/adapters/index.js +397 -85
- package/dist/adapters/nextjs.js +216 -0
- package/dist/adapters/solid-start.js +397 -85
- package/dist/adapters/svelte-kit.js +397 -85
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3296 -481
- package/dist/oauth.js +216 -0
- package/dist/server.js +3199 -362
- package/dist/src/client.d.ts +55 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +116 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/alpaca-client.d.ts +64 -0
- package/dist/src/integrations/alpaca-client.d.ts.map +1 -0
- package/dist/src/integrations/alpaca.d.ts +22 -0
- package/dist/src/integrations/alpaca.d.ts.map +1 -0
- package/dist/src/integrations/astronomer-client.d.ts +80 -0
- package/dist/src/integrations/astronomer-client.d.ts.map +1 -0
- package/dist/src/integrations/astronomer.d.ts +14 -0
- package/dist/src/integrations/astronomer.d.ts.map +1 -0
- package/dist/src/integrations/attio-client.d.ts +17 -0
- package/dist/src/integrations/attio-client.d.ts.map +1 -0
- package/dist/src/integrations/attio.d.ts +15 -0
- package/dist/src/integrations/attio.d.ts.map +1 -0
- package/dist/src/integrations/auth0-client.d.ts +55 -0
- package/dist/src/integrations/auth0-client.d.ts.map +1 -0
- package/dist/src/integrations/auth0.d.ts +22 -0
- package/dist/src/integrations/auth0.d.ts.map +1 -0
- package/dist/src/integrations/aws-client.d.ts +26 -0
- package/dist/src/integrations/aws-client.d.ts.map +1 -0
- package/dist/src/integrations/aws.d.ts +28 -0
- package/dist/src/integrations/aws.d.ts.map +1 -0
- package/dist/src/integrations/betterstack-client.d.ts +62 -0
- package/dist/src/integrations/betterstack-client.d.ts.map +1 -0
- package/dist/src/integrations/betterstack.d.ts +14 -0
- package/dist/src/integrations/betterstack.d.ts.map +1 -0
- package/dist/src/integrations/binance-client.d.ts +54 -0
- package/dist/src/integrations/binance-client.d.ts.map +1 -0
- package/dist/src/integrations/binance.d.ts +22 -0
- package/dist/src/integrations/binance.d.ts.map +1 -0
- package/dist/src/integrations/canva-client.d.ts +70 -0
- package/dist/src/integrations/canva-client.d.ts.map +1 -0
- package/dist/src/integrations/canva.d.ts +20 -0
- package/dist/src/integrations/canva.d.ts.map +1 -0
- package/dist/src/integrations/clerk-client.d.ts +66 -0
- package/dist/src/integrations/clerk-client.d.ts.map +1 -0
- package/dist/src/integrations/clerk.d.ts +14 -0
- package/dist/src/integrations/clerk.d.ts.map +1 -0
- package/dist/src/integrations/clickup-client.d.ts +5 -0
- package/dist/src/integrations/clickup-client.d.ts.map +1 -0
- package/dist/src/integrations/clickup.d.ts +13 -0
- package/dist/src/integrations/clickup.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare-client.d.ts +69 -0
- package/dist/src/integrations/cloudflare-client.d.ts.map +1 -0
- package/dist/src/integrations/cloudflare.d.ts +23 -0
- package/dist/src/integrations/cloudflare.d.ts.map +1 -0
- package/dist/src/integrations/convex-client.d.ts +21 -0
- package/dist/src/integrations/convex-client.d.ts.map +1 -0
- package/dist/src/integrations/convex.d.ts +9 -0
- package/dist/src/integrations/convex.d.ts.map +1 -0
- package/dist/src/integrations/databricks-client.d.ts +40 -0
- package/dist/src/integrations/databricks-client.d.ts.map +1 -0
- package/dist/src/integrations/databricks.d.ts +27 -0
- package/dist/src/integrations/databricks.d.ts.map +1 -0
- package/dist/src/integrations/datadog-client.d.ts +9 -0
- package/dist/src/integrations/datadog-client.d.ts.map +1 -0
- package/dist/src/integrations/datadog.d.ts +30 -0
- package/dist/src/integrations/datadog.d.ts.map +1 -0
- package/dist/src/integrations/discord-client.d.ts +44 -0
- package/dist/src/integrations/discord-client.d.ts.map +1 -0
- package/dist/src/integrations/discord.d.ts +19 -0
- package/dist/src/integrations/discord.d.ts.map +1 -0
- package/dist/src/integrations/etoro-client.d.ts +10 -0
- package/dist/src/integrations/etoro-client.d.ts.map +1 -0
- package/dist/src/integrations/etoro.d.ts +10 -0
- package/dist/src/integrations/etoro.d.ts.map +1 -0
- package/dist/src/integrations/excel.d.ts +1 -1
- package/dist/src/integrations/facebook-client.d.ts +61 -0
- package/dist/src/integrations/facebook-client.d.ts.map +1 -0
- package/dist/src/integrations/facebook.d.ts +22 -0
- package/dist/src/integrations/facebook.d.ts.map +1 -0
- package/dist/src/integrations/ga4-client.d.ts +9 -0
- package/dist/src/integrations/ga4-client.d.ts.map +1 -0
- package/dist/src/integrations/ga4.d.ts +13 -0
- package/dist/src/integrations/ga4.d.ts.map +1 -0
- package/dist/src/integrations/gcal-client.d.ts +6 -0
- package/dist/src/integrations/gcal-client.d.ts.map +1 -1
- package/dist/src/integrations/gcal.d.ts +1 -1
- package/dist/src/integrations/gcal.d.ts.map +1 -1
- package/dist/src/integrations/gchat-client.d.ts +12 -0
- package/dist/src/integrations/gchat-client.d.ts.map +1 -0
- package/dist/src/integrations/gchat.d.ts +15 -0
- package/dist/src/integrations/gchat.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts-client.d.ts +14 -0
- package/dist/src/integrations/gcontacts-client.d.ts.map +1 -0
- package/dist/src/integrations/gcontacts.d.ts +22 -0
- package/dist/src/integrations/gcontacts.d.ts.map +1 -0
- package/dist/src/integrations/gdocs-client.d.ts +22 -0
- package/dist/src/integrations/gdocs-client.d.ts.map +1 -1
- package/dist/src/integrations/gdocs.d.ts +1 -1
- package/dist/src/integrations/gdocs.d.ts.map +1 -1
- package/dist/src/integrations/gdrive.d.ts +1 -1
- package/dist/src/integrations/github-client.d.ts +4 -0
- package/dist/src/integrations/github-client.d.ts.map +1 -1
- package/dist/src/integrations/github.d.ts +1 -1
- package/dist/src/integrations/github.d.ts.map +1 -1
- package/dist/src/integrations/gitlab-client.d.ts +5 -0
- package/dist/src/integrations/gitlab-client.d.ts.map +1 -0
- package/dist/src/integrations/gitlab.d.ts +20 -0
- package/dist/src/integrations/gitlab.d.ts.map +1 -0
- package/dist/src/integrations/gmail-client.d.ts +18 -0
- package/dist/src/integrations/gmail-client.d.ts.map +1 -1
- package/dist/src/integrations/gmail.d.ts +1 -1
- package/dist/src/integrations/gmail.d.ts.map +1 -1
- package/dist/src/integrations/gmeet-client.d.ts +10 -0
- package/dist/src/integrations/gmeet-client.d.ts.map +1 -0
- package/dist/src/integrations/gmeet.d.ts +19 -0
- package/dist/src/integrations/gmeet.d.ts.map +1 -0
- package/dist/src/integrations/gsheets-client.d.ts +10 -0
- package/dist/src/integrations/gsheets-client.d.ts.map +1 -1
- package/dist/src/integrations/gsheets.d.ts +1 -1
- package/dist/src/integrations/gsheets.d.ts.map +1 -1
- package/dist/src/integrations/gslides-client.d.ts +8 -0
- package/dist/src/integrations/gslides-client.d.ts.map +1 -1
- package/dist/src/integrations/gslides.d.ts +1 -1
- package/dist/src/integrations/gslides.d.ts.map +1 -1
- package/dist/src/integrations/gtasks-client.d.ts +16 -0
- package/dist/src/integrations/gtasks-client.d.ts.map +1 -0
- package/dist/src/integrations/gtasks.d.ts +22 -0
- package/dist/src/integrations/gtasks.d.ts.map +1 -0
- package/dist/src/integrations/instagram-client.d.ts +74 -0
- package/dist/src/integrations/instagram-client.d.ts.map +1 -0
- package/dist/src/integrations/instagram.d.ts +24 -0
- package/dist/src/integrations/instagram.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/linkedin-client.d.ts +6 -0
- package/dist/src/integrations/linkedin-client.d.ts.map +1 -0
- package/dist/src/integrations/linkedin.d.ts +15 -0
- package/dist/src/integrations/linkedin.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp-client.d.ts +5 -0
- package/dist/src/integrations/mailchimp-client.d.ts.map +1 -0
- package/dist/src/integrations/mailchimp.d.ts +13 -0
- package/dist/src/integrations/mailchimp.d.ts.map +1 -0
- package/dist/src/integrations/monday-client.d.ts +44 -0
- package/dist/src/integrations/monday-client.d.ts.map +1 -0
- package/dist/src/integrations/monday.d.ts +19 -0
- package/dist/src/integrations/monday.d.ts.map +1 -0
- package/dist/src/integrations/neon-client.d.ts +89 -0
- package/dist/src/integrations/neon-client.d.ts.map +1 -0
- package/dist/src/integrations/neon.d.ts +13 -0
- package/dist/src/integrations/neon.d.ts.map +1 -0
- package/dist/src/integrations/onedrive-client.d.ts +16 -0
- package/dist/src/integrations/onedrive-client.d.ts.map +1 -1
- package/dist/src/integrations/onedrive.d.ts +1 -1
- package/dist/src/integrations/onedrive.d.ts.map +1 -1
- package/dist/src/integrations/outlook.d.ts +1 -1
- package/dist/src/integrations/outlook.d.ts.map +1 -1
- package/dist/src/integrations/paper-client.d.ts +24 -0
- package/dist/src/integrations/paper-client.d.ts.map +1 -0
- package/dist/src/integrations/paper.d.ts +22 -0
- package/dist/src/integrations/paper.d.ts.map +1 -0
- package/dist/src/integrations/phantom-client.d.ts +9 -0
- package/dist/src/integrations/phantom-client.d.ts.map +1 -0
- package/dist/src/integrations/phantom.d.ts +13 -0
- package/dist/src/integrations/phantom.d.ts.map +1 -0
- package/dist/src/integrations/planetscale-client.d.ts +5 -0
- package/dist/src/integrations/planetscale-client.d.ts.map +1 -0
- package/dist/src/integrations/planetscale.d.ts +14 -0
- package/dist/src/integrations/planetscale.d.ts.map +1 -0
- package/dist/src/integrations/planner-client.d.ts +17 -0
- package/dist/src/integrations/planner-client.d.ts.map +1 -0
- package/dist/src/integrations/planner.d.ts +13 -0
- package/dist/src/integrations/planner.d.ts.map +1 -0
- package/dist/src/integrations/postman-client.d.ts +34 -0
- package/dist/src/integrations/postman-client.d.ts.map +1 -0
- package/dist/src/integrations/postman.d.ts +14 -0
- package/dist/src/integrations/postman.d.ts.map +1 -0
- package/dist/src/integrations/powerpoint-client.d.ts +8 -0
- package/dist/src/integrations/powerpoint-client.d.ts.map +1 -1
- package/dist/src/integrations/powerpoint.d.ts +1 -1
- package/dist/src/integrations/powerpoint.d.ts.map +1 -1
- package/dist/src/integrations/reddit-client.d.ts +5 -0
- package/dist/src/integrations/reddit-client.d.ts.map +1 -0
- package/dist/src/integrations/reddit.d.ts +13 -0
- package/dist/src/integrations/reddit.d.ts.map +1 -0
- package/dist/src/integrations/redis-client.d.ts +67 -0
- package/dist/src/integrations/redis-client.d.ts.map +1 -0
- package/dist/src/integrations/redis.d.ts +18 -0
- package/dist/src/integrations/redis.d.ts.map +1 -0
- package/dist/src/integrations/resend-client.d.ts +5 -0
- package/dist/src/integrations/resend-client.d.ts.map +1 -0
- package/dist/src/integrations/resend.d.ts +9 -0
- package/dist/src/integrations/resend.d.ts.map +1 -0
- package/dist/src/integrations/salesforce-client.d.ts +43 -0
- package/dist/src/integrations/salesforce-client.d.ts.map +1 -0
- package/dist/src/integrations/salesforce.d.ts +25 -0
- package/dist/src/integrations/salesforce.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint-client.d.ts +15 -0
- package/dist/src/integrations/sharepoint-client.d.ts.map +1 -0
- package/dist/src/integrations/sharepoint.d.ts +15 -0
- package/dist/src/integrations/sharepoint.d.ts.map +1 -0
- package/dist/src/integrations/shopify-client.d.ts +31 -0
- package/dist/src/integrations/shopify-client.d.ts.map +1 -0
- package/dist/src/integrations/shopify.d.ts +16 -0
- package/dist/src/integrations/shopify.d.ts.map +1 -0
- package/dist/src/integrations/stripe-client.d.ts +12 -0
- package/dist/src/integrations/stripe-client.d.ts.map +1 -1
- package/dist/src/integrations/stripe.d.ts +1 -1
- package/dist/src/integrations/stripe.d.ts.map +1 -1
- package/dist/src/integrations/supabase-client.d.ts +63 -0
- package/dist/src/integrations/supabase-client.d.ts.map +1 -0
- package/dist/src/integrations/supabase.d.ts +26 -0
- package/dist/src/integrations/supabase.d.ts.map +1 -0
- package/dist/src/integrations/teams-client.d.ts +16 -0
- package/dist/src/integrations/teams-client.d.ts.map +1 -0
- package/dist/src/integrations/teams.d.ts +24 -0
- package/dist/src/integrations/teams.d.ts.map +1 -0
- package/dist/src/integrations/threads-client.d.ts +16 -0
- package/dist/src/integrations/threads-client.d.ts.map +1 -0
- package/dist/src/integrations/threads.d.ts +15 -0
- package/dist/src/integrations/threads.d.ts.map +1 -0
- package/dist/src/integrations/tiktok-client.d.ts +7 -0
- package/dist/src/integrations/tiktok-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok.d.ts +15 -0
- package/dist/src/integrations/tiktok.d.ts.map +1 -0
- package/dist/src/integrations/tldraw-client.d.ts +5 -0
- package/dist/src/integrations/tldraw-client.d.ts.map +1 -0
- package/dist/src/integrations/tldraw.d.ts +9 -0
- package/dist/src/integrations/tldraw.d.ts.map +1 -0
- package/dist/src/integrations/trello-client.d.ts +16 -0
- package/dist/src/integrations/trello-client.d.ts.map +1 -0
- package/dist/src/integrations/trello.d.ts +10 -0
- package/dist/src/integrations/trello.d.ts.map +1 -0
- package/dist/src/integrations/typeform-client.d.ts +13 -0
- package/dist/src/integrations/typeform-client.d.ts.map +1 -0
- package/dist/src/integrations/typeform.d.ts +15 -0
- package/dist/src/integrations/typeform.d.ts.map +1 -0
- package/dist/src/integrations/upstash-client.d.ts +28 -0
- package/dist/src/integrations/upstash-client.d.ts.map +1 -0
- package/dist/src/integrations/upstash.d.ts +18 -0
- package/dist/src/integrations/upstash.d.ts.map +1 -0
- package/dist/src/integrations/webflow-client.d.ts +78 -0
- package/dist/src/integrations/webflow-client.d.ts.map +1 -0
- package/dist/src/integrations/webflow.d.ts +20 -0
- package/dist/src/integrations/webflow.d.ts.map +1 -0
- package/dist/src/integrations/whatsapp-client.d.ts +22 -0
- package/dist/src/integrations/whatsapp-client.d.ts.map +1 -1
- package/dist/src/integrations/whatsapp.d.ts +1 -1
- package/dist/src/integrations/whatsapp.d.ts.map +1 -1
- package/dist/src/integrations/wix-client.d.ts +27 -0
- package/dist/src/integrations/wix-client.d.ts.map +1 -0
- package/dist/src/integrations/wix.d.ts +16 -0
- package/dist/src/integrations/wix.d.ts.map +1 -0
- package/dist/src/integrations/word-client.d.ts +8 -0
- package/dist/src/integrations/word-client.d.ts.map +1 -1
- package/dist/src/integrations/word.d.ts +1 -1
- package/dist/src/integrations/word.d.ts.map +1 -1
- package/dist/src/integrations/workday-client.d.ts +18 -0
- package/dist/src/integrations/workday-client.d.ts.map +1 -0
- package/dist/src/integrations/workday.d.ts +24 -0
- package/dist/src/integrations/workday.d.ts.map +1 -0
- package/dist/src/integrations/workos-client.d.ts +75 -0
- package/dist/src/integrations/workos-client.d.ts.map +1 -0
- package/dist/src/integrations/workos.d.ts +14 -0
- package/dist/src/integrations/workos.d.ts.map +1 -0
- package/dist/src/integrations/xero-client.d.ts +14 -0
- package/dist/src/integrations/xero-client.d.ts.map +1 -0
- package/dist/src/integrations/xero.d.ts +15 -0
- package/dist/src/integrations/xero.d.ts.map +1 -0
- package/dist/src/integrations/youtube.d.ts +1 -1
- package/dist/src/integrations/youtube.d.ts.map +1 -1
- package/dist/src/integrations/zapier-client.d.ts +41 -0
- package/dist/src/integrations/zapier-client.d.ts.map +1 -0
- package/dist/src/integrations/zapier.d.ts +20 -0
- package/dist/src/integrations/zapier.d.ts.map +1 -0
- package/dist/src/integrations/zoom-client.d.ts +42 -0
- package/dist/src/integrations/zoom-client.d.ts.map +1 -0
- package/dist/src/integrations/zoom.d.ts +23 -0
- package/dist/src/integrations/zoom.d.ts.map +1 -0
- package/dist/src/server.d.ts +54 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +52 -0
- 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
|
});
|