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