@hintoai/cli 0.3.1 → 0.3.3
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Command-line interface for [**Hinto AI**](https://hintoai.com) — turn videos into articles, docs, and published content. Manage videos, articles, folders, templates, and publishing from your terminal or from AI agents and scripts.
|
|
8
8
|
|
|
9
|
-
> New to Hinto AI? Create a project
|
|
9
|
+
> New to Hinto AI? Create a project at **[hintoai.com](https://hintoai.com)**, then grab a per-project API key from the project's **Settings → API Keys & Webhooks** in the [app](https://app.hinto.ai).
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -30,6 +30,8 @@ The skill bootstraps the CLI itself (`npm install -g @hintoai/cli`) on first use
|
|
|
30
30
|
|
|
31
31
|
## Authentication
|
|
32
32
|
|
|
33
|
+
**Get your API key** from the project it belongs to — keys are per-project, not account-wide: open the project in the [Hinto app](https://app.hinto.ai) → **Settings** → **API Keys & Webhooks** → **New Api Key**.
|
|
34
|
+
|
|
33
35
|
Run `init` once with your API key to store credentials locally:
|
|
34
36
|
|
|
35
37
|
```bash
|