@orth/cli 0.2.31 → 0.2.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # Orthogonal CLI
4
4
 
5
- **One command line for every API and agent skill on the [Orthogonal](https://orthogonal.com) platform.**
5
+ **Command-line tool for the [Orthogonal](https://orthogonal.com) platform — discover and call APIs and agent skills from your terminal.**
6
6
 
7
- Discover APIs in natural language, call them with a single command, and pay per request from your Orthogonal credit balance — no per-provider signups, keys, or contracts.
7
+ Search for APIs in natural language, call them with a single command, and pay per request from your Orthogonal credit balance.
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/@orth/cli.svg?logo=npm&color=cb3837)](https://www.npmjs.com/package/@orth/cli)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@orth/cli.svg?color=cb3837)](https://www.npmjs.com/package/@orth/cli)
@@ -32,7 +32,7 @@ Discover APIs in natural language, call them with a single command, and pay per
32
32
 
33
33
  ## Why Orthogonal
34
34
 
35
- Orthogonal is a marketplace of production APIs and agent skills behind one account and one balance. The CLI lets you — and your AI agents — find and call any of them without leaving the terminal:
35
+ Orthogonal puts a catalog of APIs and agent skills behind one account and one balance. The CLI lets you — and your AI agents — find and call them without leaving the terminal:
36
36
 
37
37
  - **Discover** APIs and skills with natural-language search.
38
38
  - **Call** any endpoint with one command — auth, billing, and routing are handled for you.
@@ -96,7 +96,7 @@ Get an API key from your [Orthogonal dashboard](https://orthogonal.com/dashboard
96
96
  ### Discover & inspect
97
97
 
98
98
  ```bash
99
- # Natural-language search across the marketplace
99
+ # Natural-language search across the catalog
100
100
  orth api search "generate images"
101
101
 
102
102
  # List every available API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orth/cli",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "description": "CLI to access all APIs and skills on the Orthogonal platform",
5
5
  "main": "dist/index.js",
6
6
  "bin": {