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