# Supaglue

**Canonical:** https://apis.io/providers/supaglue/  
**APIs profiled:** 40

Supaglue was an open-source unified API platform for B2B SaaS product integrations: a single contract for CRM, engagement, ticketing, enrichment and marketing-automation objects projected across 30+ third-party providers (Salesforce, HubSpot, Pipedrive, Outreach, Salesloft, Zendesk, Apollo and more), plus managed OAuth to those providers, managed syncs into the customer's own warehouse (Postgres, BigQuery, Snowflake, Redshift, S3), a passthrough escape hatch to native provider APIs, and a Management API to configure customers, connections, schemas, entities and sync schedules. Nine first-party OpenAPI documents (v2, x-api-key auth) and nine typed webhook events were published. THE SERVICE IS RETIRED: the GitHub repository (github.com/supaglue-labs) was archived by its owner on 2024-03-10, api.supaglue.io and app.supaglue.io no longer resolve, and supaglue.com now redirects to a HugeDomains sale listing. The MIT-licensed code remains self-hostable, and the contract is preserved here as the historical record of a well-shaped unified API.

## Kin Score — 56.3 / 100 (strong)

Scored 2026-08-25 under rubric 0.14.0. Trend: flat (-0.8 from 57.1).

| Facet | Score |
|---|---|
| Discoverability | 74.1 |
| Contract Quality | 72.6 |
| Governance | 43.9 |
| Contract Governance | 43.9 |
| Operational Transparency | 42.1 |
| Developer Ergonomics | 42.3 |
| Commercial Clarity | 57.9 |
| Access Clarity | 57.9 |

## Agent readiness — 30.4 (agent-ready)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | bearer |
| Idempotency | no |
| Error Semantics | documented |
| OpenAPI Examples | partial |
| Rate Limit Signal | documented |
| Event Surface Described | yes |
| Agent Skills | derived |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |
| Delegated Identity | no |
| Protected Resource Metadata | no |
| Dynamic Client Registration | no |
| Agentic Commerce | no |

## Access

Paid · Self-serve signup — onboarding: self-serve, pricing: paid, trial: no (confidence: high).

## APIs (40)

- **Supaglue Accounts API** — The `Account` Common Object represents a "company" in CRMs.
- **Supaglue Associations API** — The Associations API from Supaglue — 1 operation(s) for associations.
- **Supaglue AssociationSchemas API** — An `Association Schema` is an object describing an association between two entities.
- **Supaglue Attachments API** — The Attachment object is used to represent an attachment for a ticket.
- **Supaglue Collections API** — The Collection object is used to represent collections of tickets. Collections may include other collections as sub collections.
- **Supaglue Comments API** — The Comment object is used to represent a comment on a ticket.
- **Supaglue Connections API** — A `Connection` represents a Customer's connection to a Provider.
- **Supaglue ConnectionSyncConfigs API** — A `ConnectionSyncConfig` is a configuration for how to sync a specific Customer's data from a Provider to a Destination on a schedule.
- **Supaglue Contacts API** — The `Contact` Common Object represents a "contact" in CRMs.
- **Supaglue Customers API** — A `Customer` represents one of your customers.
- **Supaglue CustomObjects API** — A `Custom Object` is an instance of a `Custom Object Schema`.
- **Supaglue CustomObjectSchemas API** — A `Custom Object Schema` is an object schema defined by the user.
- **Supaglue Destinations API** — A `Destination` is a data store where we write data in your infrastructure.
- **Supaglue Entities API** — An [`Entity`](https://docs.supaglue.com/platform/entities/overview) allows you to represent your application data models in Supaglue so customers can map their different Provide...
- **Supaglue EntityMappings API** — An [`Entity Mapping`](https://docs.supaglue.com/platform/entities/overview#entity-mapping) maps an [Entity](https://docs.supaglue.com/platform/entities/overview) to a customer's...
- **Supaglue Leads API** — The `Lead` Common Object represents a "potential customer" in CRMs.
- **Supaglue Lists API** — The `List` Object represents a collection of CRM records.
- **Supaglue Magic Links API** — A `Magic Link` is a secure URL that allows your customers to connect their accounts to Supaglue.
- **Supaglue Mailboxes API** — The `Mailbox` Common Object is used to represent email mailbox, used within the application for sending and syncing emails.
- **Supaglue Opportunities API** — The `Opportunity` Common Object represents a "deal opportunity" in CRMs.
- **Supaglue Properties API** — A `Property` is a field in a Provider Object.
- **Supaglue Providers API** — A `Provider` is a third-party SaaS tool we can connect to (e.g. Salesforce).
- **Supaglue SchemaMappings API** — A `Schema Mapping` is a mapping between a [Schema](https://docs.supaglue.com/platform/objects/overview#schemas) field and fields in your customer's Provider object.
- **Supaglue Schemas API** — A [`Schema`](https://docs.supaglue.com/platform/objects/overview#schemas) allows you to normalize fields for customers across a single Provider object. Supaglue uses Schemas for...
- **Supaglue Sequence States API** — The `Sequence State` Common Object represents the state of a contact in a sequence, commonly known as a "sequence membership".
- **Supaglue Sequences API** — The `Sequence` Common Object represents a "sequence" in Engagements.
- **Supaglue StandardObjects API** — The StandardObjects API from Supaglue — 2 operation(s) for standardobjects.
- **Supaglue StandardObjectSchemas API** — A `Standard Object Schema` is an object schema of a standard object type supported by the provider.
- **Supaglue SyncConfigs API** — A `SyncConfig` is a configuration for how to sync your Customers' data from a Provider to a Destination on a schedule.
- **Supaglue SyncRuns API** — A `SyncRun` is a single execution of a Sync at a point in time.
- **Supaglue Syncs API** — A `Sync` is a way for a Customer to sync data from a Provider to a Destination on a schedule.
- **Supaglue Tags API** — The Tag object is used to represent a tag or label for a ticket.
- **Supaglue Teams API** — The Team object is used to represent a team within the company receiving the ticket.
- **Supaglue Tickets API** — The Ticket object is used to represent a ticket or a task within a system.
- **Supaglue Users API** — The `User` Common Object represents a "user" that can log in to CRMs.
- **Supaglue Actions API** — The Actions API is Supaglue's escape hatch: sendPassthroughRequest forwards a raw method, path, headers, query and body to the customer's native third-party provider API using t...
- **Supaglue Data Listing API** — The Data Listing API exposes provider-native record listings — Salesforce accounts and contacts, HubSpot companies and contacts — read straight from the Managed Destination rath...
- **Supaglue Unified Enrichment API** — The Unified Enrichment API provides a single enrichPerson operation across enrichment providers (Clearbit, 6sense, ZoomInfo), returning a normalized person record for an email a...
- **Supaglue Unified Marketing Automation API** — The Unified Marketing Automation API lists a provider's forms, reads a form's field definitions, and submits a form on behalf of a customer — one contract across marketing-autom...
- **Supaglue Metadata API** — The Metadata API lists a provider's standard objects, custom objects and properties. Two of its three operations are explicitly marked deprecated in favour of the equivalents on...

## Agentic access (1)

- **Supaglue Agentic Access** — 139 operations · 65 acting

## Security (3)

- **Supaglue Authentication** — apiKey · 1 scheme
- **Supaglue Domain Security** — TLSv1.3
- **Supaglue Vulnerability Disclosure** — security.txt · contact published

## Plans (1)

- **Supaglue Plans Pricing**

## Tags

CRM, HRIS, Unified-API, Open-Source, Integration, Sales Engagement, Ticketing, Data Synchronization, Marketing Automation, Enrichment, Webhook, Archived

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/supaglue/). Scores are computed from the provider's own public artifacts under a published rubric.
