stigg-api

Installation
SKILL.md

Stigg API — Auth, Transport, SDK Selection

This skill answers two questions: which Stigg surface to call, and how to authenticate against it correctly. Catalog / entitlement / subscription operations belong to their own skills (see routing in the umbrella stigg skill).

Before You Start

Per the umbrella stigg skill: search first. Stigg's API is in active development (REST API in Public Beta at the time of writing). Use the Mintlify Stigg docs MCP / llms.txt to confirm endpoint shapes and SDK init signatures before generating code.

API Keys — The Three Types You Need to Know

Every environment is provisioned with two default keys; Scale-plan customers can also create scoped keys.

Type Prefix Where it lives Default scope Customizable scope?
Full access (server) server- Backend only All current and future permissions No (immutable)
Publishable (client) client- Browsers, mobile Read-only, narrow No (immutable)
Scoped (server) server- Backend only What you choose Yes, per resource

Where to find them: Stigg app → Integrations → API keys (each environment has its own set).

Installs
82
Repository
stiggio/skills
GitHub Stars
2
First Seen
Jun 1, 2026
stigg-api — stiggio/skills