Qodo Hosted API

The hosted Qodo platform that backs Qodo Merge, Qodo Gen, and Qodo Command. As of this writing Qodo does not publish a documented, general-purpose public HTTP REST API with stable endpoints; access is via the Git app, IDE plugins, and CLI. This entry is a placeholder for any future documented hosted API surface.

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/qodo-hosted-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 email required.

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

OpenAPI Specification

qodo-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Qodo API
  description: >-
    Qodo (formerly CodiumAI) is an AI code-integrity platform delivered as a
    hosted Git app and open-source PR-Agent (Qodo Merge), IDE plugins (Qodo
    Gen), and a terminal agent runtime (Qodo Command/CLI). As of this writing
    Qodo does not publish a documented, general-purpose public HTTP REST API
    with stable, versioned endpoints.

    Qodo Merge / PR-Agent is triggered by Git provider events and pull-request
    comment commands (for example /review, /describe, /improve, /ask) rather
    than by a public REST API. Self-hosted PR-Agent runs a webhook server that
    receives inbound HTTP callbacks from GitHub, GitLab, Bitbucket, Azure
    DevOps, or Gitea; that webhook is an integration target for the Git
    provider, not a documented public Qodo API for application developers.

    Qodo Command can expose user-defined agents locally as HTTP services
    (--webhook), as a web UI (--ui), or as Model Context Protocol (MCP) servers
    (--mcp); those endpoints are defined by the user's own agent configuration
    and run on infrastructure the user controls, so they are not enumerable as
    a fixed Qodo API surface.

    No paths are documented here because no stable public HTTP endpoints are
    published by Qodo. This file is intentionally left with an empty paths
    object to avoid fabricating an API surface, and should be updated if and
    when Qodo publishes an official HTTP API reference.
  termsOfService: https://www.qodo.ai/terms-of-service/
  contact:
    name: Qodo
    url: https://www.qodo.ai
  license:
    name: Apache-2.0 (PR-Agent open-source component)
    url: https://github.com/qodo-ai/pr-agent/blob/main/LICENSE
  version: '1.0'
servers:
  - url: https://www.qodo.ai
    description: >-
      Marketing and documentation host. Not a documented API base URL; included
      only to anchor the specification. Qodo does not publish a public API base
      URL.
paths: {}
components:
  schemas: {}