Copa CLI

The copa command line interface used to patch container images. The core subcommand `copa patch` accepts an image reference and an optional vulnerability report and produces a new tagged image with OS-level package vulnerabilities remediated via BuildKit.

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/cli"
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.

API entry from apis.yml

apis.yml Raw ↑
aid: copa:cli
name: Copa CLI
description: The copa command line interface used to patch container images. The core subcommand `copa
  patch` accepts an image reference and an optional vulnerability report and produces a new tagged image
  with OS-level package vulnerabilities remediated via BuildKit.
humanURL: https://project-copacetic.github.io/copacetic/website/
baseURL: https://project-copacetic.github.io
tags:
- CLI
- Patching
properties:
- type: Documentation
  url: https://project-copacetic.github.io/copacetic/website/
- type: Reference
  url: https://project-copacetic.github.io/copacetic/website/quick-start/
- type: GitHubRepository
  url: https://github.com/project-copacetic/copacetic
- type: License
  url: https://github.com/project-copacetic/copacetic/blob/main/LICENSE
- type: Issue Tracker
  url: https://github.com/project-copacetic/copacetic/issues
x-features:
- '`copa patch -i IMAGE` patches all outdated OS packages'
- '`copa patch -r REPORT.json -i IMAGE` patches based on a Trivy report'
- Multi-platform image patching
- Distroless image support
- Pluggable scanner plugins
- VEX (Vulnerability Exchange) document generation
x-useCases:
- Remediating OS-level CVEs in third-party container images
- Continuously patching base images during security incidents
- Inserting Copa into CI/CD pipelines after Trivy scans