Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
When calculated usage is reported to Stigg, your application is responsible for aggregating and calculating the usage and then reporting it to Stigg.Supported ingestion behaviors
Stigg supports 2 behaviors for reporting calculated usage:- Delta - the reported usage represents the change in usage of the feature, for example: when a customer adds 2 more seats, the reported value should be 2. This is default behavior.
- Set - the reported usage represents the end state after the change, for example: when a customer adds 2 more seats and the total number of seats after the change is 5, the reported value should be 5.
It is also possible to report usage in bulk using the Report Usage Bulk endpoint in batches of 100 measurements (GraphQL SDK only; note the rate limit for this operation)
Supported ingestion methods
- REST API
- GraphQL (legacy)
REST SDKs
Send usage data using REST SDKs available for TypeScript, Python, Go, Ruby, C#, and Java.
REST API: Report Usage
Send calculated usage values via the REST API.




