integrate-sdk 0.9.30-dev.2 → 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 +220 -0
- package/dist/adapters/base-handler.js +220 -0
- package/dist/adapters/index.js +407 -82
- package/dist/adapters/nextjs.js +220 -0
- package/dist/adapters/solid-start.js +407 -82
- package/dist/adapters/svelte-kit.js +407 -82
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3364 -490
- package/dist/oauth.js +220 -0
- package/dist/server.js +3434 -406
- package/dist/src/client.d.ts +58 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +118 -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/jira-client.d.ts +146 -0
- package/dist/src/integrations/jira-client.d.ts.map +1 -0
- package/dist/src/integrations/jira.d.ts +22 -0
- package/dist/src/integrations/jira.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 +57 -0
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +54 -0
- package/package.json +1 -1
package/dist/oauth.js
CHANGED
|
@@ -49,18 +49,42 @@ var init_library_metadata = __esm(() => {
|
|
|
49
49
|
description: "Manage Airtable bases, tables, and records",
|
|
50
50
|
category: "Business"
|
|
51
51
|
},
|
|
52
|
+
aws: {
|
|
53
|
+
description: "Inspect AWS accounts and resources with SigV4 (control-plane APIs)",
|
|
54
|
+
category: "Infrastructure"
|
|
55
|
+
},
|
|
56
|
+
attio: {
|
|
57
|
+
description: "Manage Attio people, companies, tasks, and CRM records",
|
|
58
|
+
category: "Business"
|
|
59
|
+
},
|
|
52
60
|
calcom: {
|
|
53
61
|
description: "Manage Cal.com bookings and schedules",
|
|
54
62
|
category: "Business"
|
|
55
63
|
},
|
|
64
|
+
canva: {
|
|
65
|
+
description: "List and create Canva designs, manage folders, and export assets",
|
|
66
|
+
category: "Productivity"
|
|
67
|
+
},
|
|
68
|
+
cloudflare: {
|
|
69
|
+
description: "Manage Cloudflare zones, DNS, CDN cache, and Workers",
|
|
70
|
+
category: "Infrastructure"
|
|
71
|
+
},
|
|
56
72
|
cursor: {
|
|
57
73
|
description: "Manage Cursor Cloud Agents and background tasks",
|
|
58
74
|
category: "Engineering"
|
|
59
75
|
},
|
|
76
|
+
databricks: {
|
|
77
|
+
description: "Run Databricks jobs, list clusters and SQL warehouses, and inspect workspace paths",
|
|
78
|
+
category: "Engineering"
|
|
79
|
+
},
|
|
60
80
|
figma: {
|
|
61
81
|
description: "Access Figma files, comments, and components",
|
|
62
82
|
category: "Engineering"
|
|
63
83
|
},
|
|
84
|
+
facebook: {
|
|
85
|
+
description: "Manage Facebook Page posts, comments, reactions, and insights via the Graph API",
|
|
86
|
+
category: "Social Media"
|
|
87
|
+
},
|
|
64
88
|
github: {
|
|
65
89
|
description: "Manage GitHub repos, issues, and pull requests",
|
|
66
90
|
category: "Engineering"
|
|
@@ -73,10 +97,26 @@ var init_library_metadata = __esm(() => {
|
|
|
73
97
|
description: "Manage Google Calendar events and schedules",
|
|
74
98
|
category: "Productivity"
|
|
75
99
|
},
|
|
100
|
+
gtasks: {
|
|
101
|
+
description: "Manage Google Tasks lists and to-dos",
|
|
102
|
+
category: "Productivity"
|
|
103
|
+
},
|
|
104
|
+
gmeet: {
|
|
105
|
+
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
106
|
+
category: "Communication"
|
|
107
|
+
},
|
|
108
|
+
gcontacts: {
|
|
109
|
+
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
110
|
+
category: "Communication"
|
|
111
|
+
},
|
|
76
112
|
hubspot: {
|
|
77
113
|
description: "Manage HubSpot contacts, deals, and tickets",
|
|
78
114
|
category: "Business"
|
|
79
115
|
},
|
|
116
|
+
instagram: {
|
|
117
|
+
description: "Instagram Graph API — media, comments, insights, stories, and publishing",
|
|
118
|
+
category: "Social Media"
|
|
119
|
+
},
|
|
80
120
|
intercom: {
|
|
81
121
|
description: "Manage Intercom contacts and conversations",
|
|
82
122
|
category: "Business"
|
|
@@ -93,6 +133,10 @@ var init_library_metadata = __esm(() => {
|
|
|
93
133
|
description: "Manage OneDrive files, folders, and sharing",
|
|
94
134
|
category: "Storage"
|
|
95
135
|
},
|
|
136
|
+
planner: {
|
|
137
|
+
description: "Manage Microsoft Planner plans, buckets, and tasks",
|
|
138
|
+
category: "Productivity"
|
|
139
|
+
},
|
|
96
140
|
outlook: {
|
|
97
141
|
description: "Manage Outlook mail, calendars, and contacts",
|
|
98
142
|
category: "Communication"
|
|
@@ -101,18 +145,38 @@ var init_library_metadata = __esm(() => {
|
|
|
101
145
|
description: "Manage Polar products, orders, and subscriptions",
|
|
102
146
|
category: "Finance"
|
|
103
147
|
},
|
|
148
|
+
phantom: {
|
|
149
|
+
description: "Build Phantom mobile browse universal links and deeplink provider documentation (Solana)",
|
|
150
|
+
category: "Other"
|
|
151
|
+
},
|
|
104
152
|
posthog: {
|
|
105
153
|
description: "Read PostHog organizations, projects, insights, and feature flags",
|
|
106
154
|
category: "Analytics"
|
|
107
155
|
},
|
|
156
|
+
postman: {
|
|
157
|
+
description: "Manage Postman workspaces, collections, and environments via the Postman API",
|
|
158
|
+
category: "Engineering"
|
|
159
|
+
},
|
|
108
160
|
ramp: {
|
|
109
161
|
description: "Manage Ramp corporate cards, bills, and spend",
|
|
110
162
|
category: "Business"
|
|
111
163
|
},
|
|
164
|
+
resend: {
|
|
165
|
+
description: "Send email and manage domains with the Resend API",
|
|
166
|
+
category: "Communication"
|
|
167
|
+
},
|
|
168
|
+
mailchimp: {
|
|
169
|
+
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
170
|
+
category: "Communication"
|
|
171
|
+
},
|
|
112
172
|
railway: {
|
|
113
173
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
114
174
|
category: "Infrastructure"
|
|
115
175
|
},
|
|
176
|
+
supabase: {
|
|
177
|
+
description: "Manage Supabase organizations, projects, Postgres, API keys, secrets, and branches",
|
|
178
|
+
category: "Infrastructure"
|
|
179
|
+
},
|
|
116
180
|
sentry: {
|
|
117
181
|
description: "Monitor Sentry errors, issues, releases, and projects",
|
|
118
182
|
category: "Engineering"
|
|
@@ -121,6 +185,18 @@ var init_library_metadata = __esm(() => {
|
|
|
121
185
|
description: "Manage Netlify sites, deploys, builds, and environment variables",
|
|
122
186
|
category: "Infrastructure"
|
|
123
187
|
},
|
|
188
|
+
redis: {
|
|
189
|
+
description: "Manage Redis Cloud subscriptions, databases, async tasks, and audit logs",
|
|
190
|
+
category: "Infrastructure"
|
|
191
|
+
},
|
|
192
|
+
upstash: {
|
|
193
|
+
description: "Use Upstash Redis REST, QStash messaging, and related HTTP APIs",
|
|
194
|
+
category: "Infrastructure"
|
|
195
|
+
},
|
|
196
|
+
jira: {
|
|
197
|
+
description: "Manage Jira issues, projects, sprints, and boards",
|
|
198
|
+
category: "Engineering"
|
|
199
|
+
},
|
|
124
200
|
slack: {
|
|
125
201
|
description: "Send and manage Slack messages and channels",
|
|
126
202
|
category: "Communication"
|
|
@@ -153,6 +229,10 @@ var init_library_metadata = __esm(() => {
|
|
|
153
229
|
description: "Manage Vercel projects, deployments, and domains",
|
|
154
230
|
category: "Infrastructure"
|
|
155
231
|
},
|
|
232
|
+
workos: {
|
|
233
|
+
description: "Manage WorkOS organizations, users, directory sync, and AuthKit",
|
|
234
|
+
category: "Infrastructure"
|
|
235
|
+
},
|
|
156
236
|
whatsapp: {
|
|
157
237
|
description: "Send WhatsApp messages and templates",
|
|
158
238
|
category: "Communication"
|
|
@@ -161,6 +241,14 @@ var init_library_metadata = __esm(() => {
|
|
|
161
241
|
description: "Search and access YouTube videos and channels",
|
|
162
242
|
category: "Social Media"
|
|
163
243
|
},
|
|
244
|
+
zoom: {
|
|
245
|
+
description: "Manage Zoom user profile and meetings",
|
|
246
|
+
category: "Communication"
|
|
247
|
+
},
|
|
248
|
+
reddit: {
|
|
249
|
+
description: "Browse subreddits, search posts, submit content, and vote on Reddit",
|
|
250
|
+
category: "Social Media"
|
|
251
|
+
},
|
|
164
252
|
powerpoint: {
|
|
165
253
|
description: "Manage PowerPoint presentations and sharing",
|
|
166
254
|
category: "Productivity"
|
|
@@ -177,17 +265,149 @@ var init_library_metadata = __esm(() => {
|
|
|
177
265
|
description: "Manage Dropbox files, folders, and sharing",
|
|
178
266
|
category: "Storage"
|
|
179
267
|
},
|
|
268
|
+
paper: {
|
|
269
|
+
description: "Create, update, and export Dropbox Paper documents",
|
|
270
|
+
category: "Productivity"
|
|
271
|
+
},
|
|
180
272
|
granola: {
|
|
181
273
|
description: "List and read Granola meeting notes and folders",
|
|
182
274
|
category: "Productivity"
|
|
183
275
|
},
|
|
276
|
+
alpaca: {
|
|
277
|
+
description: "Trade equities with Alpaca: account, orders, positions, and market clock",
|
|
278
|
+
category: "Finance"
|
|
279
|
+
},
|
|
280
|
+
binance: {
|
|
281
|
+
description: "Read Binance Spot prices, order books, and account data with read-only API keys",
|
|
282
|
+
category: "Finance"
|
|
283
|
+
},
|
|
184
284
|
mercury: {
|
|
185
285
|
description: "Manage Mercury bank accounts, cards, and transactions",
|
|
186
286
|
category: "Finance"
|
|
187
287
|
},
|
|
288
|
+
monday: {
|
|
289
|
+
description: "Manage Monday.com boards, items, columns, and updates",
|
|
290
|
+
category: "Productivity"
|
|
291
|
+
},
|
|
188
292
|
zendesk: {
|
|
189
293
|
description: "Manage Zendesk tickets, users, and help center content",
|
|
190
294
|
category: "Business"
|
|
295
|
+
},
|
|
296
|
+
wix: {
|
|
297
|
+
description: "Manage Wix site stores, products, and e-commerce orders via REST",
|
|
298
|
+
category: "Business"
|
|
299
|
+
},
|
|
300
|
+
astronomer: {
|
|
301
|
+
description: "Manage Apache Airflow DAGs and deployments on Astronomer",
|
|
302
|
+
category: "Engineering"
|
|
303
|
+
},
|
|
304
|
+
auth0: {
|
|
305
|
+
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
306
|
+
category: "Infrastructure"
|
|
307
|
+
},
|
|
308
|
+
betterstack: {
|
|
309
|
+
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
310
|
+
category: "Engineering"
|
|
311
|
+
},
|
|
312
|
+
clerk: {
|
|
313
|
+
description: "Manage Clerk users, organizations, and authentication",
|
|
314
|
+
category: "Infrastructure"
|
|
315
|
+
},
|
|
316
|
+
clickup: {
|
|
317
|
+
description: "Manage ClickUp tasks, lists, spaces, and workspaces",
|
|
318
|
+
category: "Productivity"
|
|
319
|
+
},
|
|
320
|
+
convex: {
|
|
321
|
+
description: "Run Convex functions, manage tables, and query your app backend",
|
|
322
|
+
category: "Engineering"
|
|
323
|
+
},
|
|
324
|
+
datadog: {
|
|
325
|
+
description: "Monitor Datadog metrics, logs, dashboards, and alerts",
|
|
326
|
+
category: "Engineering"
|
|
327
|
+
},
|
|
328
|
+
discord: {
|
|
329
|
+
description: "Send messages and manage Discord channels and servers",
|
|
330
|
+
category: "Communication"
|
|
331
|
+
},
|
|
332
|
+
etoro: {
|
|
333
|
+
description: "Read eToro portfolio data and market instruments",
|
|
334
|
+
category: "Finance"
|
|
335
|
+
},
|
|
336
|
+
ga4: {
|
|
337
|
+
description: "Read Google Analytics 4 reports, properties, and events",
|
|
338
|
+
category: "Analytics"
|
|
339
|
+
},
|
|
340
|
+
gchat: {
|
|
341
|
+
description: "Send messages and manage Google Chat spaces and memberships",
|
|
342
|
+
category: "Communication"
|
|
343
|
+
},
|
|
344
|
+
gitlab: {
|
|
345
|
+
description: "Manage GitLab repositories, issues, and merge requests",
|
|
346
|
+
category: "Engineering"
|
|
347
|
+
},
|
|
348
|
+
linkedin: {
|
|
349
|
+
description: "Post updates and manage LinkedIn profile and company pages",
|
|
350
|
+
category: "Social Media"
|
|
351
|
+
},
|
|
352
|
+
neon: {
|
|
353
|
+
description: "Manage Neon Postgres projects, branches, and databases",
|
|
354
|
+
category: "Infrastructure"
|
|
355
|
+
},
|
|
356
|
+
planetscale: {
|
|
357
|
+
description: "Manage PlanetScale databases, branches, and schema changes",
|
|
358
|
+
category: "Infrastructure"
|
|
359
|
+
},
|
|
360
|
+
salesforce: {
|
|
361
|
+
description: "Manage Salesforce accounts, contacts, opportunities, and cases",
|
|
362
|
+
category: "Business"
|
|
363
|
+
},
|
|
364
|
+
sharepoint: {
|
|
365
|
+
description: "Manage SharePoint sites, lists, documents, and permissions",
|
|
366
|
+
category: "Productivity"
|
|
367
|
+
},
|
|
368
|
+
shopify: {
|
|
369
|
+
description: "Manage Shopify products, orders, customers, and inventory",
|
|
370
|
+
category: "Business"
|
|
371
|
+
},
|
|
372
|
+
teams: {
|
|
373
|
+
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
374
|
+
category: "Communication"
|
|
375
|
+
},
|
|
376
|
+
threads: {
|
|
377
|
+
description: "Post and manage content on Threads (Meta)",
|
|
378
|
+
category: "Social Media"
|
|
379
|
+
},
|
|
380
|
+
tiktok: {
|
|
381
|
+
description: "Manage TikTok videos, account info, and creator analytics",
|
|
382
|
+
category: "Social Media"
|
|
383
|
+
},
|
|
384
|
+
tldraw: {
|
|
385
|
+
description: "Create and manage tldraw collaborative whiteboards",
|
|
386
|
+
category: "Productivity"
|
|
387
|
+
},
|
|
388
|
+
trello: {
|
|
389
|
+
description: "Manage Trello boards, lists, and cards",
|
|
390
|
+
category: "Productivity"
|
|
391
|
+
},
|
|
392
|
+
typeform: {
|
|
393
|
+
description: "Create and manage Typeform surveys and responses",
|
|
394
|
+
category: "Business"
|
|
395
|
+
},
|
|
396
|
+
webflow: {
|
|
397
|
+
description: "Manage Webflow sites, collections, and CMS content",
|
|
398
|
+
category: "Engineering"
|
|
399
|
+
},
|
|
400
|
+
workday: {
|
|
401
|
+
description: "Read Workday HR data including workers, organizations, and pay",
|
|
402
|
+
category: "Business"
|
|
403
|
+
},
|
|
404
|
+
xero: {
|
|
405
|
+
description: "Manage Xero invoices, contacts, and accounting data",
|
|
406
|
+
category: "Finance"
|
|
407
|
+
},
|
|
408
|
+
zapier: {
|
|
409
|
+
description: "Trigger and manage Zapier automation workflows",
|
|
410
|
+
category: "Engineering"
|
|
191
411
|
}
|
|
192
412
|
};
|
|
193
413
|
});
|