Billing
Signal Foundry の team workspace billing、Free / Pro / Credit Pack、credit grant ledger の境界を整理します。
このページの内容4項目
Signal Foundry の billing は、checkout と product credit ledger をつなぐ層です。プロダクト価値の中心は data workspace ですが、利用量を分かりやすく管理できるよう、Free / Pro / Credit Pack を用意しています。
契約、receipt、credit grant は team workspace 単位で扱います。1 人で使う場合も、自分だけの team workspace を作り、その team を課金・credit・API キーの account scope にします。
operation ごとの無料 / 有料境界は Credit Schedule を正本にします。
現在の構成
| 領域 | 状態 |
|---|---|
| Free | team workspace に monthly free credit を付与 |
| Pro | team workspace の Stripe subscription で monthly Pro credit grant を付与 |
| Credit Pack | team workspace の one-time purchase で追加 credit grant を付与 |
| Receipt | Stripe receipt / portal で扱う。Signal Foundry 側で請求書発行 UI は作らない |
個人 account は認証 identity と初期設定のために存在しますが、個人向け checkout / customer billing は通常導線にしません。/home/billing に来た場合は、既存 team の billing へ進むか、最初の team workspace 作成へ誘導します。
credit grant の考え方
credit は team workspace account に対する additive grant として扱います。
- Free monthly: 2,000 credits / month
- Pro monthly: 20,000 credits / month
- Credit Pack 10000: 10,000 credits、購入日から 3 ヶ月
消費時は有効な grant から ledger allocation されます。残高と消費順は sf credits balance --json または GET /api/signal-foundry/credits/balance で確認します。
何に credit を使うか
| 操作 | credit |
|---|---|
sf list estimate / sf list candidates | 無料 |
sf source import / inspect / map | 無料 |
sf source resolve --execute | matched row だけ Basic credit |
sf source review | 無料 |
sf source select | 新しく候補を確定する row だけ 1 Basic credit |
sf list materialize --execute | saved List row ごとに Basic credit |
sf list enrich --source website --execute | found row だけ enrichment credit |
sf list export | 無料 |
sf feedback create | 無料 |
not_found no_data error skipped は enrichment credit を消費しません。
境界
Billing は access / grant / receipt の層です。company / profile / observations / sources / lists の data contract と混ぜません。agent や CLI は、実行前に estimate と --max-credits を見せ、ユーザーが納得してから課金対象の execute に進みます。
data source と evidence の出所は Data Provenance を見ます。