[FEATURE] Pull Enterprise Org Spend-Limit Data in Claude Code (CLI/statusLine)
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
laude Code's statusLine JSON currently exposes personal rate-limit fields (rate_limits.five_hour.used_percentage, rate_limits.seven_day.used_percentage), but there's no way to surface an Enterprise org's dollar spend-limit usage (the data shown in the claude.ai "Your usage limits" dashboard — e.g., "$375.19 of $400.00 spent, 94% used") from within Claude Code itself.
Proposed Solution
Either (a) add a CLI command (e.g., /usage --org or similar) that surfaces the effective spend-limit percentage for the current user via their existing session auth (no separate Admin API key needed), or (b) add an org_spend_limit.used_percentage field to the statusLine JSON input, sourced server-side, so individual developers can monitor their org's spend cap without needing admin credentials.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
Viewing current usage limits in the console.
Additional Context
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗