CLI Reference¶
Jentic provides several command-line interfaces (CLIs) for working with APIs, workflows, and business agents directly from your terminal.
These tools are built for developers, automation pipelines, and power users who want to script interactions with Jentic without relying on the web UI.
Available CLIs¶
| CLI | Install | Description | Docs |
|---|---|---|---|
| Arazzo Runner | pip install arazzo-runner | Run Arazzo workflows and API operations locally or in automation pipelines. | Arazzo Runner |
| API Scorecard | npx @jentic/api-scorecard-cli | Score OpenAPI documents for AI-readiness against the JAIRF framework. | API Scorecard |
Usage pattern¶
<cli-name> <command> [options]
You can view help for any CLI or subcommand:
<cli-name> --help
<cli-name> <command> --help
Why use the CLI?¶
- Speed – Run workflows and operations instantly from your terminal.
- Automation – Integrate with CI/CD pipelines or cron jobs.
- Scripting – Combine CLI commands with shell scripts for complex tasks.
- No UI dependency – Work entirely offline or headless.
Related links¶
- Getting Started
- API AI-Readiness Scorecard
- jentic/arazzo-engine – Arazzo Runner source
- jentic/jentic-api-scorecard – API AI-Readiness Scorecard source