@insumermodel/plugin-eliza 2.1.0 → 2.1.1

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,9 +12,9 @@ npm install @insumermodel/plugin-eliza
12
12
 
13
13
  ## Configure
14
14
 
15
- ### 1. Get a free API key (instant, no credit card)
15
+ ### 1. Get a key no signup, no dashboard, no password
16
16
 
17
- Generate one from your terminal no browser needed:
17
+ Two paths. Both return an `insr_live_...` key instantly with 100 reads/day and 10 verification credits. One free key per email.
18
18
 
19
19
  ```bash
20
20
  curl -s -X POST https://api.insumermodel.com/v1/keys/create \
@@ -22,9 +22,7 @@ curl -s -X POST https://api.insumermodel.com/v1/keys/create \
22
22
  -d '{"email": "you@example.com", "appName": "ElizaOS Agent", "tier": "free"}' | jq .
23
23
  ```
24
24
 
25
- Returns an `insr_live_...` key with 100 reads/day and 10 verification credits. One free key per email.
26
-
27
- Or visit [insumermodel.com/developers](https://insumermodel.com/developers/) to get one.
25
+ Or enter your email on [insumermodel.com](https://insumermodel.com/?utm_source=npm-insumermodel-plugin-eliza) the key appears inline. Already have a key? Manage it at [insumermodel.com/developers/account/](https://insumermodel.com/developers/account/?utm_source=npm-insumermodel-plugin-eliza).
28
26
 
29
27
  ### 2. Add to your character file
30
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insumermodel/plugin-eliza",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "ElizaOS plugin for InsumerAPI — condition-based access for autonomous agents. 10 actions: buy API key, create merchant, configure conditions, add credits, verify wallets, trust profiles (up to 49 checks across 27 chains incl. Solana, XRPL, Bitcoin, Tron, Stellar, Sui), ACP/UCP commerce, confirm payments. ECDSA-signed results across 37 blockchains.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",