@openhands/extensions 0.0.1-alpha

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 (63) hide show
  1. package/LICENSE +21 -0
  2. package/MIGRATION.md +62 -0
  3. package/README.md +160 -0
  4. package/automations/README.md +15 -0
  5. package/automations/catalog/github-pr-reviewer.json +13 -0
  6. package/automations/catalog/github-repo-monitor.json +11 -0
  7. package/automations/catalog/incident-retrospective-drafter.json +15 -0
  8. package/automations/catalog/linear-triage-assistant.json +13 -0
  9. package/automations/catalog/research-brief-writer.json +14 -0
  10. package/automations/catalog/slack-channel-monitor.json +11 -0
  11. package/automations/catalog/slack-standup-digest.json +13 -0
  12. package/automations/index.d.ts +14 -0
  13. package/automations/index.js +18 -0
  14. package/index.d.ts +17 -0
  15. package/index.js +2 -0
  16. package/integrations/README.md +39 -0
  17. package/integrations/catalog/airtable.json +44 -0
  18. package/integrations/catalog/apify.json +43 -0
  19. package/integrations/catalog/atlassian.json +31 -0
  20. package/integrations/catalog/brave-search.json +43 -0
  21. package/integrations/catalog/browser-mcp.json +34 -0
  22. package/integrations/catalog/clickhouse.json +56 -0
  23. package/integrations/catalog/cloudflare-bindings.json +32 -0
  24. package/integrations/catalog/cloudflare-browser-rendering.json +30 -0
  25. package/integrations/catalog/cloudflare-builds.json +31 -0
  26. package/integrations/catalog/cloudflare-docs.json +30 -0
  27. package/integrations/catalog/cloudflare-observability.json +31 -0
  28. package/integrations/catalog/deepwiki.json +32 -0
  29. package/integrations/catalog/elevenlabs.json +42 -0
  30. package/integrations/catalog/everything.json +32 -0
  31. package/integrations/catalog/exa.json +43 -0
  32. package/integrations/catalog/fetch.json +32 -0
  33. package/integrations/catalog/figma.json +44 -0
  34. package/integrations/catalog/filesystem.json +44 -0
  35. package/integrations/catalog/firecrawl.json +43 -0
  36. package/integrations/catalog/git.json +45 -0
  37. package/integrations/catalog/github.json +51 -0
  38. package/integrations/catalog/huggingface.json +32 -0
  39. package/integrations/catalog/kagi.json +42 -0
  40. package/integrations/catalog/linear.json +32 -0
  41. package/integrations/catalog/memory.json +33 -0
  42. package/integrations/catalog/mongodb.json +43 -0
  43. package/integrations/catalog/neon.json +44 -0
  44. package/integrations/catalog/notion.json +46 -0
  45. package/integrations/catalog/obsidian.json +43 -0
  46. package/integrations/catalog/paypal.json +29 -0
  47. package/integrations/catalog/playwright.json +34 -0
  48. package/integrations/catalog/redis.json +46 -0
  49. package/integrations/catalog/resend.json +49 -0
  50. package/integrations/catalog/sentry.json +30 -0
  51. package/integrations/catalog/sequential-thinking.json +32 -0
  52. package/integrations/catalog/slack.json +52 -0
  53. package/integrations/catalog/stripe.json +30 -0
  54. package/integrations/catalog/supabase.json +43 -0
  55. package/integrations/catalog/tavily.json +46 -0
  56. package/integrations/catalog/time.json +31 -0
  57. package/integrations/index.d.ts +167 -0
  58. package/integrations/index.js +212 -0
  59. package/integrations/logos.d.ts +5 -0
  60. package/integrations/logos.js +94 -0
  61. package/integrations/oauth-provider-catalog.js +553 -0
  62. package/integrations/oauth-provider-registration-defaults.js +610 -0
  63. package/package.json +56 -0
@@ -0,0 +1,553 @@
1
+ import { getOAuthProviderRegistrationDefaults } from "./oauth-provider-registration-defaults.js";
2
+ const provider = (popularityRank, option) => {
3
+ const registrationDefaults = getOAuthProviderRegistrationDefaults(option.slug);
4
+
5
+ return {
6
+ ...option,
7
+ authStrategy: option.authStrategy ?? registrationDefaults?.authStrategy ?? "oauth2",
8
+ popularityRank,
9
+ registrationDefaults,
10
+ };
11
+ };
12
+
13
+ const oauthProviderCatalog = [
14
+ provider(1, {
15
+ slug: "github",
16
+ name: "GitHub",
17
+ description: "Source control, issues, pull requests, and developer workflows.",
18
+ categories: ["Engineering", "Source control"],
19
+ availability: "manual_token",
20
+ managedConnectorSlug: "github",
21
+ appUrl: "https://github.com",
22
+ docsUrl: "https://docs.github.com/apps/oauth-apps/building-oauth-apps",
23
+ notes: "Current managed connector works with bearer tokens today; GitHub OAuth is a strong candidate for a future one-click connect flow.",
24
+ }),
25
+ provider(2, {
26
+ slug: "google-docs",
27
+ name: "Google Docs",
28
+ description: "Docs authoring and Google Workspace document automation.",
29
+ categories: ["Documents", "Knowledge base"],
30
+ availability: "manual_token",
31
+ managedConnectorSlug: "google-docs",
32
+ appUrl: "https://workspace.google.com/products/docs/",
33
+ docsUrl: "https://developers.google.com/identity/protocols/oauth2",
34
+ notes: "Current managed connector accepts a Google access token manually; a full OAuth connect flow can remove token copy/paste.",
35
+ }),
36
+ provider(3, {
37
+ slug: "slack",
38
+ name: "Slack",
39
+ description: "Channels, messaging, workflows, canvases, and operational collaboration.",
40
+ categories: ["Communication", "Operations"],
41
+ availability: "oauth_ready",
42
+ managedConnectorSlug: "slack",
43
+ appUrl: "https://slack.com",
44
+ docsUrl: "https://docs.slack.dev/ai/slack-mcp-server",
45
+ notes: "Uses Slack's official hosted MCP server with confidential OAuth user-token auth.",
46
+ }),
47
+ provider(4, {
48
+ slug: "notion",
49
+ name: "Notion",
50
+ description: "Workspace search, pages, databases, and knowledge management.",
51
+ categories: ["Knowledge base", "Documentation"],
52
+ availability: "oauth_ready",
53
+ managedConnectorSlug: "notion",
54
+ appUrl: "https://www.notion.so",
55
+ docsUrl: "https://developers.notion.com/docs/authorization",
56
+ notes: "",
57
+ }),
58
+ provider(5, {
59
+ slug: "figma",
60
+ name: "Figma",
61
+ description: "Design files, nodes, and developer handoff automation.",
62
+ categories: ["Design", "Frontend"],
63
+ availability: "oauth_ready",
64
+ managedConnectorSlug: "figma",
65
+ appUrl: "https://www.figma.com",
66
+ docsUrl: "https://www.figma.com/developers/api#oauth2",
67
+ notes: "",
68
+ }),
69
+ provider(6, {
70
+ slug: "google-drive",
71
+ name: "Google Drive",
72
+ description: "File search, metadata, folders, and document discovery.",
73
+ categories: ["Storage", "Documents"],
74
+ availability: "planned",
75
+ appUrl: "https://workspace.google.com/products/drive/",
76
+ docsUrl: "https://developers.google.com/identity/protocols/oauth2",
77
+ notes: "Natural expansion of the Google Workspace surface beyond Google Docs.",
78
+ }),
79
+ provider(7, {
80
+ slug: "google-sheets",
81
+ name: "Google Sheets",
82
+ description: "Spreadsheet reads, writes, formulas, and reporting workflows.",
83
+ categories: ["Spreadsheets", "Analytics"],
84
+ availability: "planned",
85
+ appUrl: "https://workspace.google.com/products/sheets/",
86
+ docsUrl: "https://developers.google.com/identity/protocols/oauth2",
87
+ notes: "High-value automation surface for agent-driven reporting and structured edits.",
88
+ }),
89
+ provider(8, {
90
+ slug: "gmail",
91
+ name: "Gmail",
92
+ description: "Mailbox search, drafting, sending, and thread triage.",
93
+ categories: ["Communication", "Email"],
94
+ availability: "planned",
95
+ appUrl: "https://workspace.google.com/products/gmail/",
96
+ docsUrl: "https://developers.google.com/identity/protocols/oauth2",
97
+ notes: "Popular agent workflow target for inbox triage and drafting.",
98
+ }),
99
+ provider(9, {
100
+ slug: "google-calendar",
101
+ name: "Google Calendar",
102
+ description: "Calendar search, event scheduling, and meeting coordination.",
103
+ categories: ["Calendar", "Scheduling"],
104
+ availability: "planned",
105
+ appUrl: "https://workspace.google.com/products/calendar/",
106
+ docsUrl: "https://developers.google.com/identity/protocols/oauth2",
107
+ notes: "Strong personal productivity use case with mature OAuth flows.",
108
+ }),
109
+ provider(10, {
110
+ slug: "jira",
111
+ name: "Jira",
112
+ description: "Issue tracking, sprint workflows, and engineering program management.",
113
+ categories: ["Project management", "Engineering"],
114
+ availability: "planned",
115
+ appUrl: "https://www.atlassian.com/software/jira",
116
+ docsUrl: "https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/",
117
+ notes: "Very common MCP target for software teams and ticket automation.",
118
+ }),
119
+ provider(11, {
120
+ slug: "confluence",
121
+ name: "Confluence",
122
+ description: "Wiki pages, spaces, and internal documentation search.",
123
+ categories: ["Documentation", "Knowledge base"],
124
+ availability: "planned",
125
+ appUrl: "https://www.atlassian.com/software/confluence",
126
+ docsUrl: "https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/",
127
+ notes: "Natural companion to Jira for software teams.",
128
+ }),
129
+ provider(12, {
130
+ slug: "linear",
131
+ name: "Linear",
132
+ description: "Issue tracking, roadmap planning, and product engineering workflows.",
133
+ categories: ["Project management", "Engineering"],
134
+ availability: "planned",
135
+ appUrl: "https://linear.app",
136
+ docsUrl: "https://linear.app/developers/oauth-authentication",
137
+ notes: "Popular among modern product engineering teams and already useful to this repo's users.",
138
+ }),
139
+ provider(13, {
140
+ slug: "asana",
141
+ name: "Asana",
142
+ description: "Task management, projects, and work tracking.",
143
+ categories: ["Project management", "Operations"],
144
+ availability: "planned",
145
+ appUrl: "https://asana.com",
146
+ docsUrl: "https://developers.asana.com/docs/oauth",
147
+ notes: "Broad business adoption and straightforward OAuth app model.",
148
+ }),
149
+ provider(14, {
150
+ slug: "trello",
151
+ name: "Trello",
152
+ description: "Boards, cards, checklists, and lightweight project planning.",
153
+ categories: ["Project management", "Operations"],
154
+ availability: "planned",
155
+ appUrl: "https://trello.com",
156
+ docsUrl: "https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/",
157
+ notes: "Useful for SMB and cross-functional task boards, but Trello's public API auth is a special-case flow rather than a straightforward generic OAuth2 connector.",
158
+ }),
159
+ provider(15, {
160
+ slug: "clickup",
161
+ name: "ClickUp",
162
+ description: "Tasks, docs, goals, and workflow automation.",
163
+ categories: ["Project management", "Operations"],
164
+ availability: "planned",
165
+ appUrl: "https://clickup.com",
166
+ docsUrl: "https://clickup.com/api/developer-portal/authentication",
167
+ notes: "Large install base and broad operations coverage.",
168
+ }),
169
+ provider(16, {
170
+ slug: "monday",
171
+ name: "Monday.com",
172
+ description: "Boards, automations, and work management across teams.",
173
+ categories: ["Project management", "Operations"],
174
+ availability: "planned",
175
+ appUrl: "https://monday.com",
176
+ docsUrl: "https://developer.monday.com/apps/docs/oauth",
177
+ notes: "High-demand operations platform with rich board APIs.",
178
+ }),
179
+ provider(17, {
180
+ slug: "airtable",
181
+ name: "Airtable",
182
+ description: "Bases, records, linked data, and workflow automation.",
183
+ categories: ["Database", "Operations"],
184
+ availability: "planned",
185
+ appUrl: "https://airtable.com",
186
+ docsUrl: "https://airtable.com/developers/web/api/oauth-reference",
187
+ notes: "Very common internal-tools and operations automation surface.",
188
+ }),
189
+ provider(18, {
190
+ slug: "dropbox",
191
+ name: "Dropbox",
192
+ description: "Cloud files, folders, content access, and sharing.",
193
+ categories: ["Storage", "Documents"],
194
+ availability: "planned",
195
+ appUrl: "https://www.dropbox.com",
196
+ docsUrl: "https://developers.dropbox.com/oauth-guide",
197
+ notes: "Popular file automation target with mature OAuth support.",
198
+ }),
199
+ provider(19, {
200
+ slug: "box",
201
+ name: "Box",
202
+ description: "Enterprise file storage, metadata, and collaboration.",
203
+ categories: ["Storage", "Enterprise"],
204
+ availability: "planned",
205
+ appUrl: "https://www.box.com",
206
+ docsUrl: "https://developer.box.com/guides/authentication/oauth2/",
207
+ notes: "Strong enterprise document-management footprint.",
208
+ }),
209
+ provider(20, {
210
+ slug: "microsoft-outlook",
211
+ name: "Microsoft Outlook",
212
+ description: "Mail, calendar, contacts, and meeting workflows through Microsoft Graph.",
213
+ categories: ["Email", "Calendar"],
214
+ availability: "planned",
215
+ appUrl: "https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook",
216
+ docsUrl: "https://learn.microsoft.com/graph/auth-v2-user",
217
+ notes: "High-value Microsoft Graph integration surface for enterprise users.",
218
+ }),
219
+ provider(21, {
220
+ slug: "microsoft-teams",
221
+ name: "Microsoft Teams",
222
+ description: "Chats, channels, meetings, and collaboration via Microsoft Graph.",
223
+ categories: ["Communication", "Enterprise"],
224
+ availability: "planned",
225
+ appUrl: "https://www.microsoft.com/microsoft-teams/group-chat-software",
226
+ docsUrl: "https://learn.microsoft.com/graph/auth-v2-user",
227
+ notes: "Common enterprise chat target alongside Outlook.",
228
+ }),
229
+ provider(22, {
230
+ slug: "onedrive",
231
+ name: "OneDrive",
232
+ description: "Cloud file access and document workflows through Microsoft Graph.",
233
+ categories: ["Storage", "Documents"],
234
+ availability: "planned",
235
+ appUrl: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage",
236
+ docsUrl: "https://learn.microsoft.com/graph/auth-v2-user",
237
+ notes: "Useful for enterprise file automation and search.",
238
+ }),
239
+ provider(23, {
240
+ slug: "sharepoint",
241
+ name: "SharePoint",
242
+ description: "Sites, document libraries, lists, and intranet content.",
243
+ categories: ["Knowledge base", "Enterprise"],
244
+ availability: "planned",
245
+ appUrl: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration",
246
+ docsUrl: "https://learn.microsoft.com/graph/auth-v2-user",
247
+ notes: "Frequently requested for enterprise knowledge retrieval.",
248
+ }),
249
+ provider(24, {
250
+ slug: "salesforce",
251
+ name: "Salesforce",
252
+ description: "CRM records, accounts, opportunities, and sales operations.",
253
+ categories: ["CRM", "Sales"],
254
+ availability: "planned",
255
+ appUrl: "https://www.salesforce.com",
256
+ docsUrl: "https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_web_server_flow.htm&type=5",
257
+ notes: "Very common enterprise CRM and agent-assist target.",
258
+ }),
259
+ provider(25, {
260
+ slug: "hubspot",
261
+ name: "HubSpot",
262
+ description: "CRM, marketing, tickets, and customer lifecycle workflows.",
263
+ categories: ["CRM", "Marketing"],
264
+ availability: "oauth_ready",
265
+ managedConnectorSlug: "hubspot",
266
+ appUrl: "https://www.hubspot.com",
267
+ docsUrl:
268
+ "https://developers.hubspot.com/docs/apps/developer-platform/build-apps/integrate-with-the-remote-hubspot-mcp-server",
269
+ notes: "Uses HubSpot's official remote MCP server plus MCP auth apps with PKCE.",
270
+ }),
271
+ provider(26, {
272
+ slug: "zendesk",
273
+ name: "Zendesk",
274
+ description: "Support tickets, customers, agents, and help desk operations.",
275
+ categories: ["Support", "Operations"],
276
+ availability: "planned",
277
+ appUrl: "https://www.zendesk.com",
278
+ docsUrl: "https://developer.zendesk.com/documentation/apps/getting-started/oauth/",
279
+ notes: "Strong support automation use case for agents.",
280
+ }),
281
+ provider(27, {
282
+ slug: "intercom",
283
+ name: "Intercom",
284
+ description: "Customer support, conversations, inboxes, and CRM context.",
285
+ categories: ["Support", "CRM"],
286
+ availability: "planned",
287
+ appUrl: "https://www.intercom.com",
288
+ docsUrl: "https://developers.intercom.com/building-apps/docs/authentication-types",
289
+ notes: "Useful for customer-facing assistant workflows.",
290
+ }),
291
+ provider(28, {
292
+ slug: "stripe",
293
+ name: "Stripe",
294
+ description: "Payments, customers, invoices, and subscription operations.",
295
+ categories: ["Payments", "Finance"],
296
+ availability: "planned",
297
+ appUrl: "https://stripe.com",
298
+ docsUrl: "https://docs.stripe.com/connect/oauth-reference",
299
+ notes: "High-value fintech automation target with mature OAuth patterns.",
300
+ }),
301
+ provider(29, {
302
+ slug: "shopify",
303
+ name: "Shopify",
304
+ description: "Storefronts, products, orders, and ecommerce operations.",
305
+ categories: ["Ecommerce", "Operations"],
306
+ availability: "planned",
307
+ appUrl: "https://www.shopify.com",
308
+ docsUrl: "https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/authorization-code-grant",
309
+ notes: "A top ecommerce platform and strong MCP candidate.",
310
+ }),
311
+ provider(30, {
312
+ slug: "discord",
313
+ name: "Discord",
314
+ description: "Guilds, channels, messages, and community operations.",
315
+ categories: ["Communication", "Community"],
316
+ availability: "planned",
317
+ appUrl: "https://discord.com",
318
+ docsUrl: "https://discord.com/developers/docs/topics/oauth2",
319
+ notes: "Useful for community automation and bot-assisted workflows.",
320
+ }),
321
+ provider(31, {
322
+ slug: "zoom",
323
+ name: "Zoom",
324
+ description: "Meetings, recordings, webinars, and scheduling operations.",
325
+ categories: ["Meetings", "Calendar"],
326
+ availability: "planned",
327
+ appUrl: "https://zoom.us",
328
+ docsUrl: "https://developers.zoom.us/docs/integrations/oauth/",
329
+ notes: "Frequently requested for scheduling and meeting summaries.",
330
+ }),
331
+ provider(32, {
332
+ slug: "webflow",
333
+ name: "Webflow",
334
+ description: "CMS items, sites, and web publishing workflows.",
335
+ categories: ["CMS", "Marketing"],
336
+ availability: "oauth_ready",
337
+ managedConnectorSlug: "webflow",
338
+ appUrl: "https://webflow.com",
339
+ docsUrl: "https://developers.webflow.com/mcp/reference/getting-started",
340
+ notes:
341
+ "Uses Webflow's official hosted MCP server and deployment-scoped MCP OAuth registration so each user can authorize their own sites and workspaces.",
342
+ }),
343
+ provider(33, {
344
+ slug: "miro",
345
+ name: "Miro",
346
+ description: "Whiteboards, diagrams, notes, and workshop collaboration.",
347
+ categories: ["Whiteboard", "Collaboration"],
348
+ availability: "planned",
349
+ appUrl: "https://miro.com",
350
+ docsUrl: "https://developers.miro.com/docs/rest-api-build-your-first-oauth-app",
351
+ notes: "Strong visual collaboration target for design and product teams.",
352
+ }),
353
+ provider(34, {
354
+ slug: "canva",
355
+ name: "Canva",
356
+ description: "Design content, brand assets, and marketing collateral workflows.",
357
+ categories: ["Design", "Marketing"],
358
+ availability: "planned",
359
+ appUrl: "https://www.canva.com",
360
+ docsUrl: "https://www.canva.dev/docs/connect/oauth/",
361
+ notes: "Broad creator and marketing adoption with OAuth-based apps.",
362
+ }),
363
+ provider(35, {
364
+ slug: "datadog",
365
+ name: "Datadog",
366
+ description: "Logs, metrics, monitors, incidents, and observability workflows.",
367
+ categories: ["Observability", "Operations"],
368
+ availability: "oauth_ready",
369
+ managedConnectorSlug: "datadog",
370
+ appUrl: "https://www.datadoghq.com",
371
+ docsUrl: "https://docs.datadoghq.com/bits_ai/mcp_server/setup/",
372
+ notes:
373
+ "Uses Datadog's official hosted MCP server. The default registration targets the US1 endpoint and can be edited for other Datadog sites.",
374
+ }),
375
+ provider(36, {
376
+ slug: "sentry",
377
+ name: "Sentry",
378
+ description: "Errors, releases, issue ownership, and incident investigation.",
379
+ categories: ["Observability", "Engineering"],
380
+ availability: "planned",
381
+ appUrl: "https://sentry.io",
382
+ docsUrl: "https://docs.sentry.io/api/guides/oauth/",
383
+ notes: "Natural target for engineering support agents.",
384
+ }),
385
+ provider(37, {
386
+ slug: "posthog",
387
+ name: "PostHog",
388
+ description: "Product analytics, feature flags, and session insights.",
389
+ categories: ["Analytics", "Product"],
390
+ availability: "planned",
391
+ appUrl: "https://posthog.com",
392
+ docsUrl: "https://posthog.com/docs/apps/build/oauth",
393
+ notes: "Relevant for product analytics and experimentation workflows.",
394
+ }),
395
+ provider(38, {
396
+ slug: "supabase",
397
+ name: "Supabase",
398
+ description: "Projects, databases, auth, and storage administration.",
399
+ categories: ["Database", "Developer tools"],
400
+ availability: "planned",
401
+ appUrl: "https://supabase.com",
402
+ docsUrl: "https://supabase.com/docs/guides/integrations/build-a-supabase-oauth-integration",
403
+ notes: "Popular developer platform with broad automation value and a documented management-API OAuth integration flow.",
404
+ }),
405
+ provider(39, {
406
+ slug: "vercel",
407
+ name: "Vercel",
408
+ description: "Deployments, projects, domains, and preview environment workflows.",
409
+ categories: ["Developer tools", "Deployment"],
410
+ availability: "planned",
411
+ appUrl: "https://vercel.com",
412
+ docsUrl: "https://vercel.com/docs/rest-api#oauth-apps",
413
+ notes: "Especially relevant to this repo's deployment model.",
414
+ }),
415
+ provider(40, {
416
+ slug: "netlify",
417
+ name: "Netlify",
418
+ description: "Sites, builds, deploy previews, and web operations.",
419
+ categories: ["Deployment", "Developer tools"],
420
+ availability: "planned",
421
+ appUrl: "https://www.netlify.com",
422
+ docsUrl: "https://docs.netlify.com/api/get-started/#oauth-applications",
423
+ notes: "Common alternative hosting/deployment automation target.",
424
+ }),
425
+ provider(41, {
426
+ slug: "plaid",
427
+ name: "Plaid",
428
+ description: "Financial account connectivity and transaction data flows.",
429
+ categories: ["Finance", "Payments"],
430
+ availability: "planned",
431
+ appUrl: "https://plaid.com",
432
+ docsUrl: "https://plaid.com/docs/auth/oauth/",
433
+ notes: "Strong fintech workflow candidate, although much of Plaid's OAuth guidance is a special-case token exchange rather than a generic end-user SaaS OAuth connector.",
434
+ }),
435
+ provider(42, {
436
+ slug: "okta",
437
+ name: "Okta",
438
+ description: "Identity, users, applications, and access administration.",
439
+ categories: ["Identity", "Enterprise"],
440
+ availability: "planned",
441
+ appUrl: "https://www.okta.com",
442
+ docsUrl: "https://developer.okta.com/docs/guides/implement-oauth-for-okta/main/",
443
+ notes: "High-value admin and security automation surface.",
444
+ }),
445
+ provider(43, {
446
+ slug: "servicenow",
447
+ name: "ServiceNow",
448
+ description: "Tickets, incidents, service catalogs, and enterprise workflows.",
449
+ categories: ["ITSM", "Enterprise"],
450
+ availability: "planned",
451
+ appUrl: "https://www.servicenow.com",
452
+ docsUrl: "https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/security/concept/oauth-concept.html",
453
+ notes: "Strong enterprise IT operations use case.",
454
+ }),
455
+ provider(44, {
456
+ slug: "freshdesk",
457
+ name: "Freshdesk",
458
+ description: "Support tickets, customer records, and help desk workflows.",
459
+ categories: ["Support", "Operations"],
460
+ availability: "planned",
461
+ appUrl: "https://www.freshworks.com/freshdesk/",
462
+ docsUrl: "https://developers.freshdesk.com/api/#authentication",
463
+ notes: "Popular support platform for SMB and mid-market teams.",
464
+ }),
465
+ provider(45, {
466
+ slug: "pipedrive",
467
+ name: "Pipedrive",
468
+ description: "Deals, contacts, and sales pipeline management.",
469
+ categories: ["CRM", "Sales"],
470
+ availability: "planned",
471
+ appUrl: "https://www.pipedrive.com",
472
+ docsUrl: "https://pipedrive.readme.io/docs/marketplace-oauth-authorization",
473
+ notes: "Common CRM choice with solid OAuth story.",
474
+ }),
475
+ provider(46, {
476
+ slug: "mailchimp",
477
+ name: "Mailchimp",
478
+ description: "Campaigns, audiences, automations, and email marketing.",
479
+ categories: ["Marketing", "Email"],
480
+ availability: "planned",
481
+ appUrl: "https://mailchimp.com",
482
+ docsUrl: "https://mailchimp.com/developer/marketing/guides/access-user-data-oauth-2/",
483
+ notes: "Popular marketing automation target.",
484
+ }),
485
+ provider(47, {
486
+ slug: "quickbooks",
487
+ name: "QuickBooks",
488
+ description: "Accounting, invoices, customers, and financial operations.",
489
+ categories: ["Finance", "Accounting"],
490
+ availability: "planned",
491
+ appUrl: "https://quickbooks.intuit.com",
492
+ docsUrl: "https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0",
493
+ notes: "Frequent finance automation request with OAuth-based apps.",
494
+ }),
495
+ provider(48, {
496
+ slug: "xero",
497
+ name: "Xero",
498
+ description: "Accounting, contacts, invoices, and bookkeeping workflows.",
499
+ categories: ["Finance", "Accounting"],
500
+ availability: "planned",
501
+ appUrl: "https://www.xero.com",
502
+ docsUrl: "https://developer.xero.com/documentation/guides/oauth2/overview/",
503
+ notes: "Important accounting platform in many regions.",
504
+ }),
505
+ provider(49, {
506
+ slug: "gitlab",
507
+ name: "GitLab",
508
+ description: "Repositories, issues, merge requests, pipelines, and DevSecOps.",
509
+ categories: ["Engineering", "Source control"],
510
+ availability: "planned",
511
+ appUrl: "https://about.gitlab.com",
512
+ docsUrl: "https://docs.gitlab.com/integration/oauth_provider/",
513
+ notes: "Major Git hosting platform and natural expansion beyond GitHub.",
514
+ }),
515
+ provider(50, {
516
+ slug: "bitbucket",
517
+ name: "Bitbucket",
518
+ description: "Repositories, pull requests, and Atlassian engineering workflows.",
519
+ categories: ["Engineering", "Source control"],
520
+ availability: "planned",
521
+ appUrl: "https://bitbucket.org",
522
+ docsUrl: "https://developer.atlassian.com/cloud/bitbucket/oauth-2/",
523
+ notes: "Popular in Atlassian-centric teams and complements Jira/Confluence.",
524
+ }),
525
+ provider(51, {
526
+ slug: "elevenlabs",
527
+ name: "ElevenLabs",
528
+ description: "Text to speech, voices, transcription, audio generation, and agents.",
529
+ categories: ["Audio", "AI"],
530
+ authStrategy: "api_key",
531
+ availability: "manual_token",
532
+ managedConnectorSlug: "elevenlabs",
533
+ appUrl: "https://elevenlabs.io",
534
+ docsUrl: "https://elevenlabs.io/docs/api-reference/introduction",
535
+ notes:
536
+ "Official API-key connector backed by ElevenLabs' published OpenAPI spec.",
537
+ }),
538
+ provider(52, {
539
+ slug: "ordinal",
540
+ name: "Ordinal",
541
+ description: "Social media posts, profiles, analytics, labels, approvals, and engagements.",
542
+ categories: ["Social media", "Marketing"],
543
+ authStrategy: "bearer",
544
+ availability: "manual_token",
545
+ managedConnectorSlug: "ordinal",
546
+ appUrl: "https://app.tryordinal.com",
547
+ docsUrl: "https://docs.tryordinal.com/api/mcp",
548
+ notes:
549
+ "Official MCP server backed by Ordinal's API with API-key (Bearer) auth.",
550
+ }),
551
+ ];
552
+
553
+ export const listOAuthProviderCatalog = () => oauthProviderCatalog;