Claude Platform Docs

支出上限

支出上限を設定
POST/v1/organizations/spend_limits
支出上限を取得
GET/v1/organizations/spend_limits/{spend_limit_id}
支出上限を削除
DELETE/v1/organizations/spend_limits/{spend_limit_id}
有効な支出上限の一覧を取得
GET/v1/organizations/spend_limits/effective
Models
SpendLimit object{ id, amount, created_at, 5 more }

A configured spend limit: a cap on metered spend for one scope and period.

SpendSummary object{ actor, amount, currency, 5 more }

Per-member effective-limit report row (GET /spend_limits/effective).

SpendLimitDeleteResponse object{ id, type }
id: string
type: "spend_limit_deleted"
defaultspend_limit_deleted
支出上限引き上げリクエストの一覧を取得
GET/v1/organizations/spend_limit_increase_requests
支出上限引き上げリクエストを取得
GET/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}
支出上限引き上げリクエストを承認
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/approve
支出上限引き上げリクエストを拒否
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/deny