Skip to content

Add apicmd to API Clients (Open Source)#142

Open
charlie103721 wants to merge 1 commit intoyosriady:masterfrom
charlie103721:add-apicmd
Open

Add apicmd to API Clients (Open Source)#142
charlie103721 wants to merge 1 commit intoyosriady:masterfrom
charlie103721:add-apicmd

Conversation

@charlie103721
Copy link
Copy Markdown

What is apicmd?

apicmd is an open-source CLI tool that turns any API into a CLI with named commands, parameter validation, and --help.

  • OpenAPI-native: Give it an OpenAPI spec URL and it generates a CLI with named operations automatically
  • Raw mode: Works with any HTTP API, even without a spec — learns endpoints from your usage history
  • LLM-agent friendly: Designed so AI agents can discover and call APIs via --help and structured error messages
  • Zero dependencies, 26KB: Lightweight and fast to install
  • MIT licensed

Where I added it

Added to API Clients > Open Source, in alphabetical order before Hoppscotch.

Why it fits

apicmd is an open-source API client for the command line that works directly with OpenAPI specs — it belongs alongside tools like Hoppscotch, Hurl, and ATAC in the Open Source API clients section.

apicmd turns any API into a CLI with named commands, parameter
validation, and --help. It reads OpenAPI specs to generate operations
automatically and is designed for both LLM agents and human use.

https://github.com/charlie103721/apicmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant