aiprox-workflows 1.0.0 → 1.0.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.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -172,6 +172,10 @@ const workflows = new AIProxWorkflows({ spendToken: process.env.AIPROX_SPEND_TOK
|
|
|
172
172
|
|
|
173
173
|
---
|
|
174
174
|
|
|
175
|
+
## Limits
|
|
176
|
+
|
|
177
|
+
**50 workflows per spend token.** Each spend token can have up to 50 active workflows at a time. Workflows require ownership verification — the spend token used to create a workflow must be presented to run or manage it. Delete unused workflows to free up slots.
|
|
178
|
+
|
|
175
179
|
## Pricing
|
|
176
180
|
|
|
177
181
|
~50–220 sats per workflow run depending on agents used and steps count. No monthly fee. Pay only for what runs.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aiprox-workflows",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Create, run, and manage AIProx workflows programmatically",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Create, run, and manage AIProx workflows programmatically. 50 workflow limit per spend token.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"keywords": [
|