Skip to content

Related projects

This is a research index for products adjacent to AuthProxy. Vendor packaging, self-hosting terms, and connector counts change frequently; verify the linked vendor sources before using the tables for a procurement decision.

The landscape splits into a few overlapping domains:

  • Unified APIs: Normalize a vertical (e.g., HRIS/ATS/Accounting) behind a single data model and endpoint set.
  • Embedded iPaaS: Integration infrastructure designed to be embedded into your SaaS product for customer-facing integrations.
  • Traditional iPaaS / Workflow Automation: Internal automation platforms with large connector catalogs and visual builders.
  • AI / Agent Integration Gateways: Tool-calling, MCP servers, or AI gateways that broker auth + actions to many services.
  • Open-source Frameworks / Building Blocks: Libraries or frameworks for teams that want full control.

Below are summaries and comparison tables for the projects in this repo’s list. Connector counts are taken from the vendors’ public catalogs or docs when available; when not available, it’s noted explicitly.

AuthProxy is a strong fit when a team wants to keep using native third-party APIs, run the credential data plane in infrastructure it controls, and reuse a connection lifecycle across many integrations. It provides embedded connection and administration UIs, but the host application keeps its own business logic and provider-specific requests.

That produces different tradeoffs from adjacent categories:

  • A unified API reduces provider differences but introduces a normalized data model. AuthProxy preserves the provider’s full native surface.
  • A managed embedded iPaaS can provide a larger maintained catalog and hosted operations. AuthProxy provides source access and deployment control, while the adopting team owns its connectors and environment.
  • A workflow automation system owns orchestration and transformations. AuthProxy focuses on connections, authentication, proxying, and governance; application code still owns the workflow.
  • A secret manager or credential proxy protects secret access. AuthProxy adds OAuth callbacks and refresh, user-facing setup, connector versions, health, rate limits, and request-event context.

The relevant build-versus-buy question is therefore not only connector count. It is whether the team wants to own provider-specific integration behavior and its deployment in exchange for native API access, extensibility, and control of credential and request data.


Product Commercial / OSS Traditional vs Embedded Connector Count Self-hosting Notes
Merge Commercial Primarily embedded (customer-facing) 220+ integrations Yes (paid option; details not public) Unified APIs across HRIS, ATS, CRM, Accounting, Ticketing, etc.
Kombo Commercial Embedded 250+ integrations No public self-host option; regional SaaS (EU/US) Unified API focused on HRIS/ATS/LMS/Payroll.

Embedded iPaaS (customer-facing integrations)

Section titled “Embedded iPaaS (customer-facing integrations)”
Product Commercial / OSS Traditional vs Embedded Connector Count Self-hosting Notes
Paragon Commercial Embedded 130+ native connectors Yes (managed or unmanaged on-prem) Embedded SDK, white-labeled UI, auth, logs, multi-tenant.
Prismatic Commercial Embedded 190+ connectors Partial (on-prem agent for private resources) Low-code + code SDK, integration marketplace tooling.
Workato Commercial Traditional iPaaS w/ embedded option 1,000+ connectors Partial (on-prem agent for private systems) Enterprise automation platform; embedded option exists.
Tray.io Commercial Traditional + embedded offering Not publicly stated Partial (on-prem agent for private systems) Visual workflow builder + embedded product.
Cyclr Commercial Embedded 600+ applications Yes (self-hosted private cloud) Embedded integration platform and connector library.
Pandium Commercial Embedded 200+ connectors (docs mention 210) No public self-host option; managed infrastructure Code-first, connectors focus on auth + webhooks.
Ampersand Commercial + OSS connectors Embedded Not publicly stated No public self-host for platform; OSS connectors library Declarative, code-first integrations; open connectors repo.
Nango Commercial + OSS (Elastic License) Embedded / integration infrastructure 500-700+ APIs (varies by page) Yes (limited free self-host; enterprise self-host) Code-first integration platform with auth, sync, webhooks.
Frigg Open Source Embedded framework Not publicly stated Yes (runs in your cloud) OSS framework for building integrations in your own cloud.

Product Commercial / OSS Traditional vs Embedded Connector Count Self-hosting Notes
n8n Open source + commercial hosting Traditional iPaaS 1,000+ apps Yes (self-hosted editions) Visual workflow automation, self-hostable.
Pipedream Commercial (free tier) Traditional iPaaS "Thousands of apps" No (publicly stated no self-host option) Code-first workflows with triggers/actions and webhook support.
Workato Commercial Traditional iPaaS 1,000+ connectors Partial (on-prem agent for private systems) Enterprise automation, recipe-based workflows.
Tray.io Commercial Traditional iPaaS Not publicly stated Partial (on-prem agent for private systems) Visual workflow builder with strong API tooling.
Apache Camel Open Source (Apache-2.0) Integration framework; adjacent to traditional iPaaS via Camel K / Karavan 370 non-core components (plus core components and Kamelets) Yes (library/runtime you operate; Camel K runs on Kubernetes) Enterprise Integration Patterns, route DSLs, components, Kamelets, and low-code/Kubernetes tooling.

Product Commercial / OSS Traditional vs Embedded Connector Count Self-hosting Notes
Composio Commercial Embedded for AI agents 900-1000+ toolkits (500+ apps) Not stated in docs Managed auth, triggers, MCP servers.
Metorial OSS + commercial hosting Embedded for AI agents 600+ MCP servers Yes (open source; self-hostable) MCP-native integration platform and observability.
Pica Commercial Embedded for AI + SaaS 200+ integrations No public self-host option; SaaS with API key AuthKit + Passthrough API with 25k+ actions.
Airweave Open source + hosted Embedded for AI (data ingestion) 50+ data sources Yes (open source; self-host or hosted) Unified retrieval layer for agents.
LiteLLM Open source + commercial AI gateway 100+ providers Yes (OSS self-host; cloud option) LLM gateway with auth, quotas, and routing.
Bifrost Open source + commercial AI gateway 20+ providers Yes (self-hostable gateway) OpenAI-compatible gateway with governance and routing.
Agent Vault Open source (MIT) + commercial Credential proxy for AI agents Any HTTPS service (no connector catalog) Yes (binary, Docker, from source) Infisical’s HTTP credential broker; injects credentials at the network layer so agents never see secrets.

Project Commercial / OSS Traditional vs Embedded Connector Count Self-hosting Notes
Frigg Open Source Embedded framework Not publicly stated Yes (runs in your cloud) Serverless framework + API modules library.
Ampersand Connectors Open Source Embedded building blocks Not publicly stated Yes (library you run yourself) OSS connector library used by Ampersand.
Apache Camel Open Source (Apache-2.0) Integration framework / building block 370 non-core components (plus core components and Kamelets) Yes (library/runtime you operate) EIP-based routing and mediation framework with route DSLs, components, data formats, Camel K, and Karavan.
  • Frigg: OSS framework for teams that want to own infrastructure and build embedded integrations; provides a modular API library and serverless architecture, and runs in your cloud. See: https://lefthook.com/frigg/ and https://docs.friggframework.org/.
  • Ampersand Connectors: OSS connector library used by Ampersand; useful for teams building their own integration infrastructure. See: https://github.com/amp-labs/connectors.
  • Apache Camel: OSS integration building block for teams that want full control over routes, transports, and deployment. It is strongest when the problem is message routing, mediation, protocol bridging, transformation, or running integration logic inside Java/Spring Boot/Quarkus/Kubernetes environments. It is less directly comparable to embedded iPaaS products because it does not provide a hosted multi-tenant connection UI, unified API model, or credential lifecycle out of the box. See: https://camel.apache.org/manual/faq/what-is-camel.html and https://camel.apache.org/docs/.

Product Primary Use Case Code vs UI Eventing/Webhooks Connector Definition Self-hosting
AuthProxy Embedded connection lifecycle and authenticating proxy Code-first with embedded Marketplace and Admin UIs Not a workflow or event platform Declarative, versioned definitions maintained by the adopting team Yes
Merge Unified API for B2B SaaS data API-first (code) Webhooks supported Vendor-defined connectors maintained by Merge Yes (paid option)
Kombo Unified HR/ATS/LMS/Payroll API-first (code) Webhooks supported Vendor-defined connectors maintained by Kombo No public self-host option
Paragon Embedded integrations for SaaS Hybrid (SDK + UI) Webhooks + workflow triggers Prebuilt + custom connector builder Yes (managed or unmanaged on-prem)
Prismatic Embedded iPaaS Hybrid Webhooks + workflows Prebuilt + SDK Partial (on-prem agent)
Workato Traditional enterprise iPaaS UI-heavy Triggers + actions Prebuilt + custom connectors Partial (on-prem agent)
Tray.io Traditional + embedded iPaaS UI-heavy Triggers + actions Prebuilt + custom connector SDK Partial (on-prem agent)
Cyclr Embedded iPaaS UI-heavy Triggers + actions Prebuilt + custom connector tools Yes (self-hosted private cloud)
Pandium Embedded iPaaS (code-first) Code-first Webhooks supported Auth-focused connectors + code integrations No public self-host option
Ampersand Embedded iPaaS (code-first) Code-first Subscribe to events Declarative YAML + OSS connectors No public self-host option (platform)
Nango Integration infrastructure Code-first Webhooks + syncs Prebuilt auth + custom integrations Yes (limited free self-host; enterprise self-host)
n8n Workflow automation UI-heavy + code nodes Webhooks + triggers Community + core nodes Yes (self-hosted editions)
Pipedream Workflow automation Code-first + UI Webhooks + triggers App actions + custom code No (publicly stated)
Composio AI agent tool access Code-first Triggers supported Toolkits + MCP servers Not stated in docs
Metorial MCP integration platform Code-first N/A (agent tool calls) MCP servers (hosted or OSS) Yes (open source; self-hostable)
Pica Auth + actions for AI & SaaS Code-first + embeddable UI Webhooks supported AuthKit + Passthrough API No public self-host option
Airweave Agent data ingestion Code-first Sync + retrieval Connectors for data sources Yes (open source; self-host or hosted)
LiteLLM LLM gateway Code-first N/A Provider integrations Yes (OSS self-host; cloud option)
Bifrost LLM gateway Code-first N/A Provider integrations Yes (self-hostable gateway)
Agent Vault Credential brokerage for AI agents Code-first (CLI + SDK) N/A (network-layer proxy) User-registered services + credentials; no prebuilt connectors Yes (OSS MIT; binary or Docker)
Apache Camel Routing, mediation, and protocol integration framework Code-first DSLs + Karavan low-code tooling Routes, timers, polling, messaging components, Kamelets Components, route DSLs, Kamelets Yes (OSS library/runtime; Camel K on Kubernetes)