Comet Is Alive API

The Is Alive API from Comet — 2 operation(s) for is alive.

Operations 2

GET /is-alive/ping Is alive #
GET /is-alive/ver Version #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/comet-is-alive-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

OpenAPI Specification

comet-is-alive-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Opik REST Is Alive API
  description: The Opik REST API is currently in beta and subject to change.
  contact:
    name: Github Repository
    url: https://github.com/comet-ml/opik
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.0.0
servers:
- url: http://localhost:5173/api
  description: Local server
- url: https://www.comet.com/opik/api
  description: Opik Cloud
tags:
- name: Is Alive
paths:
  /is-alive/ping:
    get:
      operationId: isAlive
      responses:
        default:
          description: default response
          content:
            application/json: {}
      tags:
      - Is Alive
      summary: Is alive
      x-summary-source: derived
  /is-alive/ver:
    get:
      operationId: version
      responses:
        default:
          description: default response
          content:
            application/json: {}
      tags:
      - Is Alive
      summary: Version
      x-summary-source: derived