You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate presentations, documents, and webpages with AI
import { BlockInfoCard } from "@/components/ui/block-info-card"
{/* MANUAL-CONTENT-START:intro */}
Gamma is an AI-powered platform for creating presentations, documents, webpages, and social posts. Gamma's API lets you programmatically generate polished, visually rich content from text prompts, adapt existing templates, and manage workspace assets like themes and folders.
With Gamma, you can:
Generate presentations and documents: Create slide decks, documents, webpages, and social posts from text input with full control over format, tone, and image sourcing.
Create from templates: Adapt existing Gamma templates with custom prompts to quickly produce tailored content.
Check generation status: Poll for completion of async generation jobs and retrieve the final Gamma URL.
Browse themes and folders: List available workspace themes and folders to organize and style your generated content.
In Sim, the Gamma integration enables your agents to automatically generate presentations and documents, create content from templates, and manage workspace assets directly within your workflows. This allows you to automate content creation pipelines, batch-produce slide decks, and integrate AI-generated presentations into broader business automation scenarios.
{/* MANUAL-CONTENT-END */}
Usage Instructions
Integrate Gamma into the workflow. Can generate presentations, documents, webpages, and social posts from text, create from templates, check generation status, and browse themes and folders.
Tools
gamma_generate
Generate a new Gamma presentation, document, webpage, or social post from text input.
Input
Parameter
Type
Required
Description
apiKey
string
Yes
Gamma API key
inputText
string
Yes
Text and image URLs used to generate your gamma (1-100,000 tokens)
textMode
string
Yes
How to handle input text: generate (AI expands), condense (AI summarizes), or preserve (keep as-is)
format
string
No
Output format: presentation, document, webpage, or social (default: presentation)
themeId
string
No
Custom Gamma workspace theme ID (use List Themes to find available themes)
numCards
number
No
Number of cards/slides to generate (1-60 for Pro, 1-75 for Ultra; default: 10)
cardSplit
string
No
How to split content into cards: auto or inputTextBreaks (default: auto)