Claude Platform Docs

支出限额

设置支出限额
POST/v1/organizations/spend_limits

设置支出限额。

获取支出限额
GET/v1/organizations/spend_limits/{spend_limit_id}

按 ID 检索支出限额。

删除支出限额
DELETE/v1/organizations/spend_limits/{spend_limit_id}

删除支出限额。

列出有效支出限额
GET/v1/organizations/spend_limits/effective

列出每个成员的有效支出限额和周期至今的支出。

Models
BetaSpendLimit object{ type: "spend_limit", id, amount, 5 more }

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

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

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

SpendLimitDeleteResponse object{ type: "spend_limit_deleted", id }
type: "spend_limit_deleted"
defaultspend_limit_deleted
id: string

支出限额提额请求

列出支出限额提额请求
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

拒绝待处理的支出限额提额请求。