CometChat website screenshot

CometChat

CometChat is an in-app messaging platform offering chat, voice, and video SDKs plus a server-side REST Management API. The REST API (v3) manages users, auth tokens, groups, group members, messages, conversations, reactions, roles, and webhooks for an app, while client SDKs and a managed realtime WebSocket layer deliver one-to-one and group conversations, presence, and calling.

CometChat publishes 12 APIs on the APIs.io network, including Auth Tokens API, Banned Users API, Blocked Users API, and 9 more. Tagged areas include Chat, Messaging, Voice, Video, and SDK.

CometChat’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

38.4/100 thin ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaid
1 APIs
ChatMessagingVoiceVideoSDKReal-Time

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/cometchat: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 13

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

CometChat Realtime & Client SDK

Client SDKs (JavaScript, React, React Native, Android, iOS, Flutter, Ionic) connect over a managed WebSocket layer for realtime message delivery, typing indicators, presence, an...

CometChat Auth Tokens API

Per-user authentication tokens for SDK login

CometChat Banned Users API

Ban and unban users from groups

CometChat Blocked Users API

Block and unblock users

CometChat Conversations API

List conversations and manage read/delivered state

CometChat Friends API

User-to-user friend relationships

CometChat Group Members API

Add, list, kick, and scope group members

CometChat Groups API

Create and manage groups

CometChat Messages API

Send, list, edit, and delete messages

CometChat Reactions API

Add and remove message reactions

CometChat Roles API

Custom roles and permissions

CometChat Users API

Create and manage app users

CometChat Webhooks API

Register webhooks and manage event triggers

Scroll for all 13

Open Collections 14

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 14

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Cometchat Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

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

Cometchat Authentication

apiKey · 1 scheme

SECURITY

Cometchat Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Cometchat Agentic Access

52 operations · 33 acting

52 operations · 33 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: cometchat
url: https://raw.githubusercontent.com/api-evangelist/cometchat/refs/heads/main/apis.yml
name: CometChat
kind: company
description: CometChat is an in-app messaging platform offering chat, voice, and video SDKs plus a server-side REST Management
  API. The REST API (v3) manages users, auth tokens, groups, group members, messages, conversations, reactions, roles, and
  webhooks for an app, while client SDKs and a managed realtime WebSocket layer deliver one-to-one and group conversations,
  presence, and calling.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cometchat.png
tags:
- Chat
- Messaging
- Voice
- Video
- SDK
- Real-Time
tags_raw:
- Chat
- Messaging
- Voice
- Video
- SDK
- Realtime
created: '2026-06-20'
modified: '2026-06-20'
specificationVersion: '0.23'
apis:
- aid: cometchat:cometchat-realtime-sdk
  name: CometChat Realtime & Client SDK
  tags:
  - Real-Time
  - WebSocket
  - SDK
  - Presence
  tags_raw:
  - Realtime
  - WebSocket
  - SDK
  - Presence
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://www.cometchat.com/docs/sdk/javascript/overview
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  properties:
  - url: https://www.cometchat.com/docs/sdk/javascript/overview
    type: Documentation
  - url: https://www.cometchat.com/docs/sdk/javascript/managing-web-sockets-connections-manually
    type: Documentation
  description: Client SDKs (JavaScript, React, React Native, Android, iOS, Flutter, Ionic) connect over a managed WebSocket
    layer for realtime message delivery, typing indicators, presence, and read receipts. The socket is established and maintained
    by the SDK via connect()/disconnect(); CometChat does not publish a raw wss endpoint or message protocol.
- aid: cometchat:cometchat-auth-tokens-api
  name: CometChat Auth Tokens API
  description: Per-user authentication tokens for SDK login
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Auth Tokens
  properties:
  - type: OpenAPI
    url: openapi/cometchat-auth-tokens-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-banned-users-api
  name: CometChat Banned Users API
  description: Ban and unban users from groups
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Banned Users
  properties:
  - type: OpenAPI
    url: openapi/cometchat-banned-users-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-blocked-users-api
  name: CometChat Blocked Users API
  description: Block and unblock users
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Blocked Users
  properties:
  - type: OpenAPI
    url: openapi/cometchat-blocked-users-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-conversations-api
  name: CometChat Conversations API
  description: List conversations and manage read/delivered state
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Conversations
  properties:
  - type: OpenAPI
    url: openapi/cometchat-conversations-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-friends-api
  name: CometChat Friends API
  description: User-to-user friend relationships
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Friends
  properties:
  - type: OpenAPI
    url: openapi/cometchat-friends-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-group-members-api
  name: CometChat Group Members API
  description: Add, list, kick, and scope group members
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Group Members
  properties:
  - type: OpenAPI
    url: openapi/cometchat-group-members-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-groups-api
  name: CometChat Groups API
  description: Create and manage groups
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Group
  tags_raw:
  - Groups
  properties:
  - type: OpenAPI
    url: openapi/cometchat-groups-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-messages-api
  name: CometChat Messages API
  description: Send, list, edit, and delete messages
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Message
  tags_raw:
  - Messages
  properties:
  - type: OpenAPI
    url: openapi/cometchat-messages-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-reactions-api
  name: CometChat Reactions API
  description: Add and remove message reactions
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Reactions
  properties:
  - type: OpenAPI
    url: openapi/cometchat-reactions-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-roles-api
  name: CometChat Roles API
  description: Custom roles and permissions
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Roles
  properties:
  - type: OpenAPI
    url: openapi/cometchat-roles-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-users-api
  name: CometChat Users API
  description: Create and manage app users
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/cometchat-users-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
- aid: cometchat:cometchat-webhooks-api
  name: CometChat Webhooks API
  description: Register webhooks and manage event triggers
  humanURL: https://www.cometchat.com/docs/rest-api/users
  baseURL: https://{appId}.api-{region}.cometchat.io/v3
  tags:
  - Webhook
  tags_raw:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/cometchat-webhooks-api-openapi.yml
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/users
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/chat-apis
  - type: Postman
    url: collections/cometchat.postman_collection.json
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/groups
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/group-members
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/messages
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/messages/list-messages
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/conversations
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/conversations/list-conversations
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/roles
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/friends
  - type: APIReference
    url: https://www.cometchat.com/docs/rest-api/blocked-users
  - type: Documentation
    url: https://www.cometchat.com/docs/rest-api/management-apis/webhooks/overview
common:
- type: CapabilityMap
  url: capabilities/cometchat-capability-edges.yml
  name: CometChat Business Capability Map
- type: AgenticAccess
  url: agentic-access/cometchat-agentic-access.yml
- type: DomainSecurity
  url: security/cometchat-domain-security.yml
- type: Authentication
  url: authentication/cometchat-authentication.yml
- type: GitHubOrganization
  url: https://github.com/cometchat
- type: LinkedIn
  url: https://www.linkedin.com/company/cometchat
- type: Website
  url: https://www.cometchat.com
- type: Documentation
  url: https://www.cometchat.com/docs
- type: Plans
  url: plans/cometchat-plans-pricing.yml
- type: RateLimits
  url: rate-limits/cometchat-rate-limits.yml
- type: FinOps
  url: finops/cometchat-finops.yml
- url: https://www.cometchat.com/blog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/cometchat"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/cometchat/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/cometchat/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.