You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Go to [agentmeter.app](https://agentmeter.app) and sign in with GitHub. AgentMet
49
49
50
50
### 2. Get your API key
51
51
52
-
After signing in, go to **Settings → API Key**to generate your `am_sk_…` key.
52
+
After signing in, go to **Settings → API Keys**and create an **org key** (not a personal key). Org keys attribute runs to your organization and are required for GitHub Actions — personal keys are for the local CLI only.
53
53
54
54
### 3. Add it as a secret
55
55
@@ -309,7 +309,7 @@ Replace `$INPUT_TOKENS` etc. with however your agent exposes token counts (step
309
309
310
310
| Input | Required | Default | Description |
311
311
|-------|----------|---------|-------------|
312
-
| `api_key` | yes | — | Your AgentMeter API key (`am_sk_…`). Get it from [agentmeter.app/dashboard/settings](https://agentmeter.app/dashboard/settings). |
312
+
| `api_key` | yes | — | Your AgentMeter **org** API key (`am_sk_…`). Create one at [agentmeter.app/dashboard/settings](https://agentmeter.app/dashboard/settings) under API Keys → Create org key. |
313
313
| `model` | no | `''` | The AI model used (e.g. `claude-sonnet-4-5`). Used for per-token cost display. |
314
314
| `engine` | no | `claude` | The AI engine (`claude`, `codex`). |
315
315
| `status` | no | `success` | Run outcome. In companion `workflow_run` mode this is resolved automatically from the triggering workflow's conclusion. In inline mode pass `${{ steps.agent.outcome }}` or a custom value like `needs_human`. See [docs/status-values.md](docs/status-values.md). |
0 commit comments