gamma-common-errors

Installation
SKILL.md

Gamma Common Errors

Overview

Reference guide for debugging and resolving common Gamma API errors.

Prerequisites

  • Active Gamma integration
  • Access to logs and error messages
  • Understanding of HTTP status codes

Error Reference

Authentication Errors (401/403)

// Error: Invalid API Key
{
  "error": "unauthorized",
  "message": "Invalid or expired API key"
}
Related skills
Installs
34
GitHub Stars
2.2K
First Seen
Feb 18, 2026