Get user balance
documentedReturn the current credit/balance for the authenticated user.
GET /v1/user/balanceUserno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
According to the official Stability AI REST API docs, the base URL is https://api.stability.ai and the balance endpoint is GET /v1/user/balance, authenticated with a Bearer token in the Authorization header. Optional headers include Organization, Stability-Client-ID, and Stability-Client-Version. See the v1/balance docs here. ([staging-api.stability.ai](https://staging-api.stability.ai/docs))