Glue website screenshot

Glue

Glue is a team communication platform that replaces channel-based chat with structured, named threads so decisions stay organized and don't get lost, with AI agents (@Glue, @Cursor) that can be mentioned inside threads to summarize, add context, and generate work. For developers, Glue exposes a public GraphQL API at api.gluegroups.com for sending messages and reading workspaces, threads, and groups; OAuth 2.0 authentication (client-credentials for the GraphQL API, plus an authorization-code flow with dynamic client registration and PKCE for a hosted remote MCP server at mcp.glue.ai); outbound webhooks (message.created, thread.created) signed with HMAC-SHA256; and idempotent upsert keys on message and thread creation. Glue is SOC 2 compliant, supports SSO (Google, Okta), and is backed by Craft Ventures and Y Combinator.

Glue publishes 1 API on the APIs.io network. Tagged areas include Company, SaaS, Team Communication, Messaging, and Collaboration.

The Glue catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Glue’s developer surface includes documentation, API reference, getting-started guide, engineering blog, pricing, signup flow, support, and 20 more developer resources.

42.0/100 thin ▬ flat Agent 44/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanySaaSTeam CommunicationMessagingCollaborationGraphQLWebhooksMCPProductivityAI Agents

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 42.0/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 13.5 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 3.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 44/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/glue: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Glue GraphQL API

Public GraphQL API for the Glue workspace — send messages (sendMessage), read workspaces, threads, and groups, with Relay cursor-connection pagination and OAuth2 bearer auth.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

glue-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Glue Outbound Webhooks

Faithful AsyncAPI rendering of Glue's documented outbound webhook catalog. Webhooks are configured per OAuth Application; when a workspace authorizes the app, Glue creates a web...

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Glue Authentication

oauth2 · 2 schemes

SECURITY

Glue Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Glue Scopes

6 scopes

6 scopes

SCOPES

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: glue
name: Glue
description: Glue is a team communication platform that replaces channel-based chat with structured, named threads so decisions
  stay organized and don't get lost, with AI agents (@Glue, @Cursor) that can be mentioned inside threads to summarize, add
  context, and generate work. For developers, Glue exposes a public GraphQL API at api.gluegroups.com for sending messages
  and reading workspaces, threads, and groups; OAuth 2.0 authentication (client-credentials for the GraphQL API, plus an authorization-code
  flow with dynamic client registration and PKCE for a hosted remote MCP server at mcp.glue.ai); outbound webhooks (message.created,
  thread.created) signed with HMAC-SHA256; and idempotent upsert keys on message and thread creation. Glue is SOC 2 compliant,
  supports SSO (Google, Okta), and is backed by Craft Ventures and Y Combinator.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://glue.ai/images/opengraph.jpg
url: https://raw.githubusercontent.com/api-evangelist/glue/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- craft-ventures
- y-combinator
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- SaaS
- Team Communication
- Messaging
- Collaboration
- GraphQL
- Webhooks
- MCP
- Productivity
- AI Agents
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Glue GraphQL API
  description: Public GraphQL API for the Glue workspace — send messages (sendMessage), read workspaces, threads, and groups,
    with Relay cursor-connection pagination and OAuth2 bearer auth.
  humanURL: https://docs.glue.ai/developers
  baseURL: https://api.gluegroups.com/public/graphql
  properties:
  - type: APIReference
    url: https://docs.glue.ai/developers/graphql-api/getting_started.md
  - type: GettingStarted
    url: https://docs.glue.ai/developers/graphql-api/getting_started.md
  - type: Authentication
    url: authentication/glue-authentication.yml
  - type: OAuthScopes
    url: scopes/glue-scopes.yml
common:
- type: DomainSecurity
  url: security/glue-domain-security.yml
- type: Website
  url: https://glue.ai
- type: DeveloperPortal
  url: https://docs.glue.ai/developers
- type: Documentation
  url: https://docs.glue.ai
- type: APIReference
  url: https://docs.glue.ai/developers/graphql-api/getting_started.md
- type: GettingStarted
  url: https://docs.glue.ai/developers/graphql-api/getting_started.md
- type: Blog
  url: https://glue.ai/blog
- type: Pricing
  url: https://glue.ai/pricing
- type: SignUp
  url: https://app.glue.ai/auth?intent=signup
- type: Login
  url: https://app.glue.ai/auth?intent=signin
- type: Support
  url: https://docs.glue.ai/get-started/help-and-support.md
- type: TermsOfService
  url: https://glue.ai/terms
- type: PrivacyPolicy
  url: https://glue.ai/privacy
- type: StatusPage
  url: https://status.glue.ai
- type: Compliance
  url: https://glue.ai/company/security
- type: Authentication
  url: authentication/glue-authentication.yml
- type: OAuthScopes
  url: scopes/glue-scopes.yml
- type: MCPServer
  url: mcp/glue-mcp.yml
- type: WellKnown
  url: well-known/glue-well-known.yml
- type: AsyncAPI
  url: asyncapi/glue-webhooks-asyncapi.yml
- type: Webhooks
  url: asyncapi/glue-webhooks-asyncapi.yml
- type: Conventions
  url: conventions/glue-conventions.yml
- type: Idempotency
  url: conventions/glue-conventions.yml
- type: Conformance
  url: conformance/glue-conformance.yml
- type: Lifecycle
  url: lifecycle/glue-lifecycle.yml
- type: LLMsTxt
  url: llms/glue-llms.txt
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence