normalled/apijack
6 stars · Last commit 2026-05-14
Generate full-featured CLIs with workflow automation from any OpenAPI spec
README preview
# apijack
Jack into any OpenAPI spec and rip a full-featured CLI with AI-agentic workflow automation.
[](https://www.npmjs.com/package/@apijack/core)
[](https://github.com/normalled/apijack/actions/workflows/ci.yml)
[](https://github.com/normalled/apijack/actions/workflows/e2e.yml)
[](https://www.buymeacoffee.com/garreta)
## What is `apijack`?
`apijack` turns any API into a CLI.
```
GET /api/pets
GET /api/pets/{id}
GET /api/owners
GET /api/owners/{id}
```