# Gamma AI integration on Definable

> Gamma helps create beautiful, interactive content and presentations using AI.

## What this connects

Gamma helps create beautiful, interactive content and presentations using AI. This integration enables programmatic generation via Gamma’s API.

Vendor: https://gamma.app

## Tools available

**5** tools available. First 5:

- `GAMMA_CREATE_FROM_TEMPLATE` — Create from Template — Tool to create new Gamma content based on an existing template. Use when you need to generate content with a predefined structure/layout by providing custom instructions and prompt. The API creates content asynchronously. This action polls the generation status and returns the gammaUrl when complete, or a generationId if the 2-minute timeout is reached.
- `GAMMA_GENERATE_GAMMA` — Generate a Gamma — Generate a Gamma presentation, document, webpage, or social media content using AI. Documentation: https://developers.gamma.app/docs/generate-api-parameters-explained The API creates content asynchronously. Poll the returned generationId to check status.
- `GAMMA_GET_GAMMA_FILE_URLS` — Get Gamma File URLs — Retrieve generation status and file URLs. Poll this endpoint every ~5 seconds until status is 'completed'. Docs: https://developers.gamma.app/reference/get-generation-status
- `GAMMA_LIST_FOLDERS` — List Folders — Tool to retrieve a paginated list of folders in your Gamma workspace. Use when you need folder IDs to organize generated content or to search for specific folders by name.
- `GAMMA_LIST_THEMES` — List Themes — Fetch the list of themes available in your workspace. Returns both standard (global) and custom (workspace-specific) themes in a paginated format. Use this to discover available theme IDs and names for use with the Generate API. Filter by name using the query parameter.

## Auth

Auth schemes: `API_KEY`.

## How agents use Gamma

Inside a Definable workflow, Gamma is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Gamma** — the Researcher (GPT-5.5) pulls context from Gamma (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Gamma** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Gamma (create record, post message, draft email).
- **Designer / Engineer → Distributor → Gamma** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Gamma (attach file, open PR comment, post status).

The Verifier checks every Gamma call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai content generation — https://definable.ai/apps/category/ai-content-generation/
- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/gamma/
- Same category (ai content generation): https://definable.ai/apps/category/ai-content-generation/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
