Claude Platform Docs

Batas Pengeluaran

Tetapkan Batas Pengeluaran
POST/v1/organizations/spend_limits
Dapatkan Batas Pengeluaran
GET/v1/organizations/spend_limits/{spend_limit_id}
Hapus Batas Pengeluaran
DELETE/v1/organizations/spend_limits/{spend_limit_id}
Daftar Batas Pengeluaran Efektif
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

Batas PengeluaranPermintaan Kenaikan

Daftar Permintaan Kenaikan Batas Pengeluaran
GET/v1/organizations/spend_limit_increase_requests
Dapatkan Permintaan Kenaikan Batas Pengeluaran
GET/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}
Setujui Permintaan Kenaikan Batas Pengeluaran
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/approve
Tolak Permintaan Kenaikan Batas Pengeluaran
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/deny