Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qodo Qodo Command API

Terminal agent runner; serve agents as HTTP APIs or MCP services.

Qodo Qodo Command API is one of 3 APIs that Qodo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Qodo Command. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 1 operation across 1 path. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://qodo-merge.{tenant}.st.qodo.ai/api/v1, http://localhost:3000.

1 operations 1 paths 0 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://qodo-merge.st.qodo.ai/api/v1
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Qodo Qodo Command API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (qodoApiKey). An API key is passed in the header as X-Hub-Signature-256 (webhookSecret). By default, every request must be authenticated.

  • qodoApiKey — Qodo API key / token issued from the Qodo dashboard. Used by the CLI and platform surfaces. BYOK (bring your own LLM key) is available on Enterprise. Exact hea…
  • webhookSecret — Shared secret configured when installing the Qodo Merge Git webhook, verified on each inbound event from the Git provider.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Qodo Command 1

Terminal agent runner; serve agents as HTTP APIs or MCP services.

POST
/agents/{agent}/run
Run a Qodo Command agent over HTTP (modeled - CLI --webhook)
runAgent 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qodo-gen-qodo-command-api-openapi.yml Raw ↑

Other APIs Qodo publishes across the network.

Qodo Qodo Gen API
Qodo Qodo Merge API