@hintoai/cli 0.3.2 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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 and grab your API key at **[hintoai.com](https://hintoai.com)**.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hintoai/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Hinto AI CLI — manage videos, articles, and publishing via the Hinto API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {