Vitess website screenshot

Vitess

Vitess is a CNCF graduated database clustering system for horizontal scaling of MySQL through generalized sharding. It provides MySQL protocol compatibility, automated resharding, query routing, and connection pooling, making it suitable for running large-scale MySQL deployments on Kubernetes or other container orchestration platforms.

Vitess publishes 1 API on the APIs.io network: VTAdmin API. Tagged areas include Cloud-Native, CNCF, Database, Distributed Systems, and Graduated.

The Vitess catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Vitess’ developer surface includes documentation, getting-started guide, engineering blog, changelog, Stack Overflow tag, and 18 more developer resources.

39.5/100 developing ▬ flat Agent 16/100 agent aware self hosted · Apache-2.0 Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumApproval
4 APIs
Cloud-NativeCNCFDatabaseDistributed SystemsGraduatedMySQLSharding

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/vitess: 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 4

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

Vitess VTGate API

VTGate is the stateless proxy that routes queries to the appropriate VTTablet instances. It exposes a MySQL-compatible interface and a gRPC API that clients use to interact with...

Vitess VTAdmin API

VTAdmin is the administrative web application and REST API for managing Vitess clusters. It provides endpoints for inspecting cluster topology, tablets, keyspaces, shards, schem...

Vitess VTCtld API

VTCtld is the Vitess topology management daemon that exposes a gRPC and HTTP API for administrative operations on the cluster topology including creating and managing keyspaces,...

Vitess VReplication API

VReplication is the Vitess framework for replicating and transforming data streams within and across Vitess clusters. It powers features such as MoveTables, Reshard, Materialize...

Pricing Plans 1

Published pricing tiers and plan structures.

Vitess Plans Pricing

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Vitess Rate Limits

1 limits

RATE LIMITS

FinOps 1

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

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Vitess Context

0 classes · 9 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Vitess API Rules

6 rules · 5 warnings 1 info

SPECTRAL

Vitess API Rules

9 rules · 2 errors 5 warnings

SPECTRAL

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Vitess Topology

0 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Vitess Tablet Structure

0 properties

JSON STRUCTURE

Examples 2

Example request and response payloads for these APIs.

Security Posture 1

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

Vitess Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: vitess
deliveryModel:
  model: self-hosted
  license: Apache-2.0
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  - openapi
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: approval
  trial: false
  try_now: false
  public: false
  label: Freemium · Requires approval
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/vitess.png
name: Vitess
description: Vitess is a CNCF graduated database clustering system for horizontal scaling of MySQL through generalized sharding.
  It provides MySQL protocol compatibility, automated resharding, query routing, and connection pooling, making it suitable
  for running large-scale MySQL deployments on Kubernetes or other container orchestration platforms.
type: Index
url: https://vitess.io
tags:
- Cloud-Native
- CNCF
- Database
- Distributed Systems
- Graduated
- MySQL
- Sharding
tags_raw:
- Cloud Native
- CNCF
- Database
- Distributed Systems
- Graduated
- MySQL
- Sharding
created: '2025'
modified: '2026-05-03'
specificationVersion: '0.23'
apis:
- aid: vitess:vtgate-api
  name: Vitess VTGate API
  description: VTGate is the stateless proxy that routes queries to the appropriate VTTablet instances. It exposes a MySQL-compatible
    interface and a gRPC API that clients use to interact with the Vitess cluster, handling query routing, scatter queries,
    and transaction management across shards.
  humanURL: https://vitess.io/docs/reference/programs/vtgate/
  properties:
  - type: Documentation
    url: https://vitess.io/docs/reference/programs/vtgate/
  - type: Reference
    url: https://vitess.io/docs/reference/query-serving/
  tags:
  - gRPC
  - MySQL
  - Proxy
  - Query Routing
  - SQL
- aid: vitess:vtadmin-api
  name: Vitess VTAdmin API
  description: VTAdmin is the administrative web application and REST API for managing Vitess clusters. It provides endpoints
    for inspecting cluster topology, tablets, keyspaces, shards, schemas, and VReplication workflows, and serves as the backend
    for the VTAdmin web UI.
  humanURL: https://vitess.io/docs/reference/programs/vtadmin/
  properties:
  - type: Documentation
    url: https://vitess.io/docs/reference/programs/vtadmin/
  - type: Reference
    url: https://vitess.io/docs/reference/vtadmin/
  - type: OpenAPI
    url: openapi/vitess-vtadmin-openapi.yml
  tags:
  - Administration
  - Cluster Management
  - REST
  - Web UI
- aid: vitess:vtctld-api
  name: Vitess VTCtld API
  description: VTCtld is the Vitess topology management daemon that exposes a gRPC and HTTP API for administrative operations
    on the cluster topology including creating and managing keyspaces, shards, tablets, and executing maintenance operations
    such as planned reparents and emergency reparents.
  humanURL: https://vitess.io/docs/reference/programs/vtctld/
  properties:
  - type: Documentation
    url: https://vitess.io/docs/reference/programs/vtctld/
  - type: Reference
    url: https://vitess.io/docs/reference/vtctl/
  tags:
  - Administration
  - Cluster Management
  - gRPC
  - Topology
- aid: vitess:vreplication-api
  name: Vitess VReplication API
  description: VReplication is the Vitess framework for replicating and transforming data streams within and across Vitess
    clusters. It powers features such as MoveTables, Reshard, Materialize, and CreateLookupVindex and exposes workflow management
    commands through the VTCtl API for orchestrating data migrations and real-time replication workflows.
  humanURL: https://vitess.io/docs/reference/vreplication/
  properties:
  - type: Documentation
    url: https://vitess.io/docs/reference/vreplication/
  - type: Reference
    url: https://vitess.io/docs/reference/vreplication/vreplication/
  tags:
  - Data Migration
  - Replication
  - Streaming
  - Workflows
common:
- type: IssueTracker
  url: https://github.com/vitessio/vitess/issues
- type: Releases
  url: https://github.com/vitessio/vitess/releases
- type: CodeOfConduct
  url: https://github.com/vitessio/vitess/blob/main/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/vitessio/vitess/blob/main/CONTRIBUTING.md
- type: License
  name: Apache-2.0
  url: https://github.com/vitessio/vitess/blob/main/LICENSE
- type: DomainSecurity
  url: security/vitess-domain-security.yml
- type: JSONSchema
  url: json-schema/vitess-topology-schema.json
- type: JSONLD
  url: json-ld/vitess-context.jsonld
- type: JSONStructure
  url: json-structure/vitess-tablet-structure.json
- type: OpenAPI
  url: openapi/vitess-vtadmin-openapi.yml
- type: SpectralRules
  url: rules/vitess-rules.yml
- type: Vocabulary
  url: vocabulary/vitess-vocabulary.yml
- type: Website
  url: https://vitess.io
- type: Documentation
  url: https://vitess.io/docs/
- type: GettingStarted
  url: https://vitess.io/docs/get-started/
- type: GitHubOrganization
  url: https://github.com/vitessio
- type: GitHubRepository
  url: https://github.com/vitessio/vitess
- type: Blog
  url: https://vitess.io/blog/
- type: Community
  url: https://vitess.io/community/
- type: Slack
  url: https://vitess.io/slack
- type: ChangeLog
  url: https://github.com/vitessio/vitess/blob/main/changelog/
- type: StackOverflow
  url: https://stackoverflow.com/questions/tagged/vitess
- type: Security
  url: https://github.com/vitessio/vitess/blob/main/SECURITY.md
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/vitess"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/vitess/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/vitess/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.