# Changelog

## Changelog

Release history for the Gamma Public API, MCP Server, and integrations.

### March 6, 2026 — ChatGPT App live

Gamma is now available as an app in ChatGPT. Create presentations, documents, and social posts directly from ChatGPT conversations.

### March 6, 2026 — All three automation platforms

Gamma now has native integrations on Zapier, Make, and n8n. Full `v1.0` API parity across all three platforms.

### February 27, 2026 — Create from template GA, new models, and more

Create from Template is now generally available. New `stylePreset` parameter. Export as PNG now supported. `GET /generations/{id}` returns `gammaId`. New image models: `recraft-v4`, `recraft-v4-svg`, `recraft-v4-pro`, `gemini-3.1-flash-image-mini`, `gemini-3.1-flash-image`, `gemini-3.1-flash-image-hd`, `flux-2-max`, `flux-2-klein`.

### January 23, 2026 — Claude connector

Create gammas directly from Claude conversations using the Gamma Connector.

### January 16, 2026 — v0.2 API removed

`v0.2` endpoints have been disabled. All integrations must use `v1.0`.

### November 5, 2025 — Generate API GA, create from template, and more

Generate API moves from beta to `v1.0`. Create from Template API in beta. Webpage generation. Headers and footers. Image URLs in input. Folder assignment and email sharing. List Themes and List Folders endpoints. Official Make.com integration. Removed hard generation limits.

### September 15, 2025 — Credits-based pricing, new models, and Zapier

Introduction of credits-based pricing. Ultra tier unlocks more powerful models and up to 75 cards. Zapier integration available.

### July 28th, 2025 — Beta release of Gamma Generate endpoints

Added

Two new endpoints -- Generate POST and Generate GET -- that allow the creation and retrieval of gammas via API, have been released in beta. Read more about these in the following links:

* Overview
* Access and pricing
* Understand how the API parameters work
* API reference


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.gamma.app/changelog/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
