Stigg website screenshot

Stigg

Stigg is a product-led growth monetization platform providing REST and GraphQL APIs for managing pricing plans, entitlements, usage-based billing, feature flags, and subscription lifecycle. It serves as a monetization control layer for SaaS and AI products, enabling engineering teams to implement flexible pricing, granular access control, and real-time usage metering without rebuilding billing infrastructure from scratch. Stigg is SOC 2 Type II and ISO 27001 certified and delivers 99.99% uptime SLA with multi-region deployment.

6 APIs 0 Features
FinOpsPricingBillingEntitlementsUsage-Based BillingFeature FlagsProduct-Led GrowthSubscriptionsSaaSGraphQLREST

APIs

Stigg GraphQL API

The Stigg GraphQL API provides full access to customer provisioning, subscription management, entitlement checking, usage reporting, and pricing plan management. Authentication ...

Stigg REST API

The Stigg REST API (Beta) provides language-agnostic HTTP access to customer management, subscription operations, entitlement checks, and usage reporting. Supports TypeScript, P...

Stigg Node.js SDK

Official Node.js / TypeScript SDK for integrating Stigg entitlements, feature flags, and usage-based billing into backend services.

Stigg Python SDK

Official Python SDK for integrating Stigg entitlements and usage-based billing into Python backend services.

Stigg Go SDK

Official Go SDK for integrating Stigg entitlements and usage-based billing into Go backend services.

Stigg React SDK

Official React frontend SDK for rendering pricing tables, entitlement gates, and usage meters in React applications.

Agent Skills

stigg-api

AGENT SKILL

stigg-credits

AGENT SKILL

stigg-entitlements

AGENT SKILL

stigg-mcp

AGENT SKILL

stigg-pricing-expert

AGENT SKILL

stigg-recipes

AGENT SKILL

stigg-subscriptions

AGENT SKILL

stigg-webhooks

AGENT SKILL

stigg-widgets

AGENT SKILL

stigg

AGENT SKILL

Collections

Stigg API

OPEN

GraphQL

Stigg GraphQL API

The Stigg GraphQL API provides full access to customer provisioning, subscription management, entitlement checking, usage reporting, and pricing plan management. Authentication ...

GRAPHQL

Pricing Plans

Stigg Plans Pricing

3 plans

PLANS

Rate Limits

Stigg Rate Limits

5 limits

RATE LIMITS

FinOps

Stigg Finops

FINOPS

Semantic Vocabularies

Stigg Context

35 classes · 0 properties

JSON-LD

API Governance Rules

Stigg API Rules

7 rules · 5 errors 2 warnings

SPECTRAL

JSON Structure

Stigg Entitlement Structure

0 properties

JSON STRUCTURE

Stigg Structure

0 properties

JSON STRUCTURE

Example Payloads

Stigg Executegraphql Example

6 fields

EXAMPLE

Resources

🔗
AgentSkills
AgentSkills
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrg
GitHubOrg
🔗
LinkedIn
LinkedIn
📰
Blog
Blog
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
🔗
X
X
📝
Signup
Signup
🔗
LlmsText
LlmsText
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Stigg API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-API-KEY
    value: '{{X-API-KEY}}'
    placement: header
items:
- info:
    name: Customers
    type: folder
  items:
  - info:
      name: Execute GraphQL Query or Mutation
      type: http
    http:
      method: POST
      url: https://api.stigg.io/graphql
      body:
        type: json
        data: '{}'
    docs: Execute any Stigg GraphQL query or mutation. Stigg uses GraphQL as its primary API. Send a JSON body with a query/mutation
      string and optional variables. Supports customer management, subscription operations, entitlement checks, and usage
      reporting.
bundled: true