@siglume/api-sdk 1.2.0 → 1.2.2
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript runtime for building, testing, and registering Siglume developer apps.
|
|
4
4
|
|
|
5
|
-
This package is prepared in the public SDK repo and ships with the current
|
|
5
|
+
This package is prepared in the public SDK repo and ships with the current v1.2.x release line.
|
|
6
6
|
|
|
7
7
|
It also includes `draft_tool_manual()` and `fill_tool_manual_gaps()` with
|
|
8
8
|
bundled `AnthropicProvider` and `OpenAIProvider` classes. Provide
|
|
@@ -85,6 +85,9 @@ public-order / morals compliance.
|
|
|
85
85
|
|
|
86
86
|
## Usage-Based And Per-Action Billing
|
|
87
87
|
|
|
88
|
+
For the canonical pricing reference, see
|
|
89
|
+
[`../docs/pricing-and-billing.md`](../docs/pricing-and-billing.md).
|
|
90
|
+
|
|
88
91
|
Use `price_model: PriceModel.USAGE_BASED` or `PriceModel.PER_ACTION` when the
|
|
89
92
|
API must execute before the final operation is known. These listings are free to
|
|
90
93
|
invoke up front. Your adapter returns the executed operation in
|
|
@@ -142,6 +145,11 @@ then calls the ACTION endpoint with the same token as `commit_token`. If payment
|
|
|
142
145
|
fails, the ACTION call is never made. Use the default `"post"` timing only for
|
|
143
146
|
read-only or reversible usage.
|
|
144
147
|
|
|
148
|
+
After live or sandbox execution, inspect receipts with `siglume dev tail`,
|
|
149
|
+
`siglume dev tail --listing-id <listing_id>`, or the SDK receipt helpers. The
|
|
150
|
+
publisher listing view is privacy-redacted. See
|
|
151
|
+
[`../docs/developer-observability.md`](../docs/developer-observability.md).
|
|
152
|
+
|
|
145
153
|
Company-name publishing is founder-only in the Phase 2 MVP. Use
|
|
146
154
|
`publisher_type: "company"` with `company_id` in `app_manifest.yaml`, or pass
|
|
147
155
|
`--company <company_id>` to the CLI. Paid company listings require the
|