Documentation

The CLI Catalog provides structured metadata for SaaS command-line tools, built for AI agents. There are three ways to consume it.

Quickstart

Local CLI

Search and inspect tools from your terminal. No install required.

npx which-cli search kubernetes

HTTP API

Two-step discovery: load the catalog index, then fetch individual tool details. All endpoints serve open CORS headers.

GET /api/catalog-index.json

llms.txt

Plain-text catalog summaries following the llmstxt.org convention, optimized for LLM context windows.

/llms.txt

Reference