Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. NeoUsageCap

NeoUsageCap

    Org admin-configured monthly Neo usage cap, returned by the self-serve GetNeoUsageCap and UpdateNeoUsageCap endpoints. Denominated in cents (cents/month). A 204 (no content) from GetNeoUsageCap means no cap is set — the org default.

    Properties

    • capCents integer required
      Monthly cap in US-dollar cents. Always strictly positive; “no cap” is the absence of a row (GetNeoUsageCap returns 204).
    • updatedAt string required
      Time when the cap was last updated.
    • notificationsEnabled boolean required
      Whether threshold-warning emails (50/80/95/100% of the cap) are sent to billing admins. True unless the admin has turned them off.