Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

One change

Increase Requests

api/admin/spend_limits/increase_requests

first seen The page's own history The capture it came from

Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

api/admin/spend_limits/increase_requests Changed · +343 / -27 lines

from line 47
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `created_at: string`
 
     format: date-time
from line 99
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `ScopedAPIKeyActor object`
 
       A scoped Admin API key acting on behalf of the organization.
from line 133
 
   - `spend_summary: SpendSummary or null`
 
-    Per-member effective-limit report row (GET /spend_limits/effective).
+    Per-member effective-limit report row (`GET /spend_limits/effective`).
 
     - `actor: object`
 
from line 143
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `amount: string or null`
 
       Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 175
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Period this row's effective limit and spend are reported for.
+
       - `"daily"`
 
       - `"monthly"`
from line 189
 
     - `scope: object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `source: object or object or object or 2 more`
 
+      Scope selecting a single member of the organization.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
 
+          Tagged ID of the member the spend limit applies to.
+
       - `SeatTier object`
 
         - `seat_tier: string`
from line 285
         "email_address": "email_address",
         "name": "name",
         "type": "user_actor",
-        "user_id": "user_id"
+        "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
       },
       "created_at": "2019-12-27T18:11:19.117Z",
       "period": "monthly",
from line 295
         "email_address": "email_address",
         "name": "name",
         "type": "user_actor",
-        "user_id": "user_id"
+        "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
       },
       "spend_summary": {
         "actor": {
from line 303
           "email_address": "email_address",
           "name": "name",
           "type": "user_actor",
-          "user_id": "user_id"
+          "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
         },
         "amount": "50000",
         "currency": "USD",
from line 311
         "period_to_date_spend": "12050.5",
         "scope": {
           "type": "user",
-          "user_id": "user_id"
+          "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
         },
         "source": {
           "type": "user",
-          "user_id": "user_id"
+          "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
         },
         "spend_limit_id": "spend_limit_id"
       },
from line 356
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `created_at: string`
 
     format: date-time
from line 408
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `ScopedAPIKeyActor object`
 
       A scoped Admin API key acting on behalf of the organization.
from line 442
 
   - `spend_summary: SpendSummary or null`
 
-    Per-member effective-limit report row (GET /spend_limits/effective).
+    Per-member effective-limit report row (`GET /spend_limits/effective`).
 
     - `actor: object`
 
from line 452
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `amount: string or null`
 
       Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 484
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Period this row's effective limit and spend are reported for.
+
       - `"daily"`
 
       - `"monthly"`
from line 498
 
     - `scope: object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `source: object or object or object or 2 more`
 
+      Scope selecting a single member of the organization.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
 
+          Tagged ID of the member the spend limit applies to.
+
       - `SeatTier object`
 
         - `seat_tier: string`
from line 590
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "created_at": "2019-12-27T18:11:19.117Z",
   "period": "monthly",
from line 600
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "spend_summary": {
     "actor": {
from line 608
       "email_address": "email_address",
       "name": "name",
       "type": "user_actor",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "amount": "50000",
     "currency": "USD",
from line 616
     "period_to_date_spend": "12050.5",
     "scope": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "source": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "spend_limit_id": "spend_limit_id"
   },
from line 674
 
   - `deleted: boolean`
 
+    True only when the underlying account has been deleted.
+
     default: false
 
   - `email_address: string or null`
 
+    The user's email address. Null when the account is unavailable or has been deleted.
+
   - `name: string or null`
 
+    The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
   - `type: "user_actor"`
 
+    Actor type. Always `user_actor`.
+
     default: user_actor
 
   - `user_id: string`
 
+    Tagged ID of the user.
+
 - `created_at: string`
 
   format: date-time
from line 726
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `ScopedAPIKeyActor object`
 
     A scoped Admin API key acting on behalf of the organization.
from line 760
 
 - `spend_limit: SpendLimit`
 
+  A configured spend limit: a cap on metered spend for one scope and period.
+
   - `id: string`
 
+    Unique tagged ID of the spend limit (`spl_...`).
+
   - `amount: string or null`
 
     Limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD): "50000" is $500.00. `null` means no numeric cap is configured at this scope — see the effective report for whether a limit applies.
from line 772
 
   - `created_at: string`
 
+    RFC 3339 datetime at which the spend limit was created.
+
     format: date-time
 
   - `currency: string`
from line 782
 
   - `period: "daily" or "monthly" or "weekly"`
 
+    Length of the window the limit resets over. `amount` caps spend within each period.
+
     - `"daily"`
 
     - `"monthly"`
from line 792
 
   - `scope: object or object or object or 2 more`
 
+    What the limit applies to. A tagged union on `type`; each variant carries the identifier for its scope.
+
     - `User object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `SeatTier object`
 
       - `seat_tier: string`
from line 840
 
   - `type: "spend_limit"`
 
+    Object type. Always `spend_limit`.
+
     default: spend_limit
 
   - `updated_at: string`
 
+    RFC 3339 datetime at which the spend limit was last modified.
+
     format: date-time
 
 - `spend_summary: SpendSummary or null`
 
-  Per-member effective-limit report row (GET /spend_limits/effective).
+  Per-member effective-limit report row (`GET /spend_limits/effective`).
 
   - `actor: object`
 
from line 862
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `amount: string or null`
 
     Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 894
 
   - `period: "daily" or "monthly" or "weekly"`
 
+    Period this row's effective limit and spend are reported for.
+
     - `"daily"`
 
     - `"monthly"`
from line 908
 
   - `scope: object`
 
+    Scope selecting a single member of the organization.
+
     - `type: "user"`
 
+      Scope type. Always `user` for this scope.
+
       default: user
 
     - `user_id: string`
 
+      Tagged ID of the member the spend limit applies to.
+
   - `source: object or object or object or 2 more`
 
+    Scope selecting a single member of the organization.
+
     - `User object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `SeatTier object`
 
       - `seat_tier: string`
from line 1005
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "created_at": "2019-12-27T18:11:19.117Z",
   "period": "monthly",
from line 1015
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "spend_limit": {
     "id": "id",
from line 1025
     "period": "monthly",
     "scope": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "type": "spend_limit",
     "updated_at": "2019-12-27T18:11:19.117Z"
from line 1036
       "email_address": "email_address",
       "name": "name",
       "type": "user_actor",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "amount": "50000",
     "currency": "USD",
from line 1044
     "period_to_date_spend": "12050.5",
     "scope": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "source": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "spend_limit_id": "spend_limit_id"
   },
from line 1090
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `created_at: string`
 
     format: date-time
from line 1142
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `ScopedAPIKeyActor object`
 
       A scoped Admin API key acting on behalf of the organization.
from line 1176
 
   - `spend_summary: SpendSummary or null`
 
-    Per-member effective-limit report row (GET /spend_limits/effective).
+    Per-member effective-limit report row (`GET /spend_limits/effective`).
 
     - `actor: object`
 
from line 1186
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `amount: string or null`
 
       Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 1218
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Period this row's effective limit and spend are reported for.
+
       - `"daily"`
 
       - `"monthly"`
from line 1232
 
     - `scope: object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `source: object or object or object or 2 more`
 
+      Scope selecting a single member of the organization.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
 
+          Tagged ID of the member the spend limit applies to.
+
       - `SeatTier object`
 
         - `seat_tier: string`
from line 1326
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "created_at": "2019-12-27T18:11:19.117Z",
   "period": "monthly",
from line 1336
     "email_address": "email_address",
     "name": "name",
     "type": "user_actor",
-    "user_id": "user_id"
+    "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
   },
   "spend_summary": {
     "actor": {
from line 1344
       "email_address": "email_address",
       "name": "name",
       "type": "user_actor",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "amount": "50000",
     "currency": "USD",
from line 1352
     "period_to_date_spend": "12050.5",
     "scope": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "source": {
       "type": "user",
-      "user_id": "user_id"
+      "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
     },
     "spend_limit_id": "spend_limit_id"
   },
from line 1381
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `created_at: string`
 
     format: date-time
from line 1433
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `ScopedAPIKeyActor object`
 
       A scoped Admin API key acting on behalf of the organization.
from line 1467
 
   - `spend_summary: SpendSummary or null`
 
-    Per-member effective-limit report row (GET /spend_limits/effective).
+    Per-member effective-limit report row (`GET /spend_limits/effective`).
 
     - `actor: object`
 
from line 1477
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `amount: string or null`
 
       Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 1509
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Period this row's effective limit and spend are reported for.
+
       - `"daily"`
 
       - `"monthly"`
from line 1523
 
     - `scope: object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `source: object or object or object or 2 more`
 
+      Scope selecting a single member of the organization.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
 
+          Tagged ID of the member the spend limit applies to.
+
       - `SeatTier object`
 
         - `seat_tier: string`
from line 1611
 
     - `deleted: boolean`
 
+      True only when the underlying account has been deleted.
+
       default: false
 
     - `email_address: string or null`
 
+      The user's email address. Null when the account is unavailable or has been deleted.
+
     - `name: string or null`
 
+      The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
     - `type: "user_actor"`
 
+      Actor type. Always `user_actor`.
+
       default: user_actor
 
     - `user_id: string`
 
+      Tagged ID of the user.
+
   - `created_at: string`
 
     format: date-time
from line 1663
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `ScopedAPIKeyActor object`
 
       A scoped Admin API key acting on behalf of the organization.
from line 1697
 
   - `spend_limit: SpendLimit`
 
+    A configured spend limit: a cap on metered spend for one scope and period.
+
     - `id: string`
 
+      Unique tagged ID of the spend limit (`spl_...`).
+
     - `amount: string or null`
 
       Limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD): "50000" is $500.00. `null` means no numeric cap is configured at this scope — see the effective report for whether a limit applies.
from line 1709
 
     - `created_at: string`
 
+      RFC 3339 datetime at which the spend limit was created.
+
       format: date-time
 
     - `currency: string`
from line 1719
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Length of the window the limit resets over. `amount` caps spend within each period.
+
       - `"daily"`
 
       - `"monthly"`
from line 1729
 
     - `scope: object or object or object or 2 more`
 
+      What the limit applies to. A tagged union on `type`; each variant carries the identifier for its scope.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
 
+          Tagged ID of the member the spend limit applies to.
+
       - `SeatTier object`
 
         - `seat_tier: string`
from line 1777
 
     - `type: "spend_limit"`
 
+      Object type. Always `spend_limit`.
+
       default: spend_limit
 
     - `updated_at: string`
 
+      RFC 3339 datetime at which the spend limit was last modified.
+
       format: date-time
 
   - `spend_summary: SpendSummary or null`
 
-    Per-member effective-limit report row (GET /spend_limits/effective).
+    Per-member effective-limit report row (`GET /spend_limits/effective`).
 
     - `actor: object`
 
from line 1799
 
       - `deleted: boolean`
 
+        True only when the underlying account has been deleted.
+
         default: false
 
       - `email_address: string or null`
 
+        The user's email address. Null when the account is unavailable or has been deleted.
+
       - `name: string or null`
 
+        The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
+
       - `type: "user_actor"`
 
+        Actor type. Always `user_actor`.
+
         default: user_actor
 
       - `user_id: string`
 
+        Tagged ID of the user.
+
     - `amount: string or null`
 
       Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 1831
 
     - `period: "daily" or "monthly" or "weekly"`
 
+      Period this row's effective limit and spend are reported for.
+
       - `"daily"`
 
       - `"monthly"`
from line 1845
 
     - `scope: object`
 
+      Scope selecting a single member of the organization.
+
       - `type: "user"`
 
+        Scope type. Always `user` for this scope.
+
         default: user
 
       - `user_id: string`
 
+        Tagged ID of the member the spend limit applies to.
+
     - `source: object or object or object or 2 more`
 
+      Scope selecting a single member of the organization.
+
       - `User object`
 
+        Scope selecting a single member of the organization.
+
         - `type: "user"`
 
+          Scope type. Always `user` for this scope.
+
           default: user
 
         - `user_id: string`
+
+          Tagged ID of the member the spend limit applies to.
 
       - `SeatTier object`