Connect integrations
Connect Gamma to your favorite AI tools and automation platforms.
Gamma integrates with popular AI assistants and automation platforms so you can create presentations, documents, webpages, and social posts from the tools you already use.
Quick reference
ChatGPT, Claude, Superhuman Go, and Atlassian Rovo work on all Gamma plans and do not require an API key.
Zapier, Make, n8n, and direct API integrations require an API key.
Use connectors when you want Gamma inside an assistant.
Use the API or automation platforms when you want programmatic control over prompts, polling, and downstream workflows.
See Access and Pricing for plan details.
Claude connector
Create gammas directly from Claude conversations using the Gamma Connector.
Open Claude
Go to Claude (web or desktop app).
Find connectors
Go to Settings → Connectors.
Add Gamma
Click Browse Connectors and search for "Gamma."
Connect
Click Connect, then click Allow to grant access to your Gamma account. Choose the right workspace if applicable.
Once connected, you can ask Claude to create presentations, documents, and more — all generated in Gamma.
Example prompt: "Create a 10-slide marketing strategy presentation covering target audience, campaign channels, budget breakdown, and success metrics. Use a professional theme."
ChatGPT app
Create gammas directly from ChatGPT conversations using the Gamma app.
Open the app directory
Go to Settings → Apps, or browse the ChatGPT app directory directly.
Find Gamma
Search for "Gamma" — it's listed as Gamma: Create presentations and docs.
Connect
Click Connect and complete the authorization flow to grant access to your Gamma account. Choose the right workspace if applicable.
Once connected, invoke Gamma in any conversation by:
@mention: type
@Gammain your promptApp menu: click + then More and select Gamma
Example prompt: "@Gamma Create a 10-slide sales enablement deck covering our Q3 product launches, competitive positioning, and customer success stories. Use a professional theme."
Zapier integration
Automate Gamma content creation as part of your Zapier workflows.
Integration page: Gamma on Zapier
What you can do
Trigger a Gamma generation when a new row is added to Google Sheets
Create a presentation whenever a deal closes in your CRM
Generate reports from form submissions
Getting started
In your Zapier workflow, search for Gamma in the app directory.
Select the Gamma action you want to use (e.g., "Generate a Gamma").
Authenticate with your Gamma API key.
Map your trigger data to the Gamma generation parameters.
Your Gamma API key is required. Generate one from your account settings.
Make integration
Build visual automation workflows that include Gamma content creation.
Integration page: Gamma on Make
What you can do
Generate branded presentations from CRM data
Create documents from email content or form responses
Build multi-step workflows combining Gamma with hundreds of other apps
Getting started
In your Make scenario, add a new module and search for Gamma.
Select the action you want (e.g., "Create a Generation").
Connect your Gamma account using your API key.
Configure the module with your desired parameters.
Your Gamma API key is required. Generate one from your account settings.
n8n integration
Use Gamma in your self-hosted or cloud n8n automation workflows with the official Gamma node.
Integration page: Gamma on n8n
What you can do
Automate presentation creation from any of n8n's 400+ integrations
Generate content from CRM data, databases, and APIs using the native Gamma node
List your workspace themes and folders to dynamically configure generations
Build end-to-end pipelines: data ingestion → content generation → distribution
Available operations
Generation
Create
Generate a new presentation, document, social post, or webpage
Generation
Create from Template
Remix an existing Gamma with a new prompt
Generation
Get Status
Check the status of a generation
Theme
List
Get available themes from your workspace
Folder
List
Get workspace folders
Getting started
In the n8n editor, click + and search for Gamma.
Select the Gamma node and choose your operation (e.g., Create under Generation).
Create a new Gamma credential by entering your API key.
Configure your generation parameters (input text, text mode, format, theme, etc.).
To poll for results, add a second Gamma node with the Get Status operation and map the generation ID from the previous step.
Your Gamma API key is required. Generate one from your account settings.
Superhuman Go agent
Turn ideas, emails, and meeting notes into polished presentations directly inside Superhuman Go.
Agent page: Gamma on Superhuman
Open the Agent Store
In Superhuman Go, open the Agent Store.
Find Gamma
Search for "Gamma" and select the Gamma agent.
Add the agent
Click Try agent and authorize access to your Gamma account.
Once added, ask Gamma directly in Go to generate presentations, documents, social posts, or webpages from whatever you're working on.
Example prompt: "Turn this email thread into a one-pager for the leadership audience."
Atlassian Rovo agent
Use Gamma skills inside Rovo agents to generate content from your Jira and Confluence workflows.
Connecting Gamma requires an org admin to add the Gamma MCP server from Atlassian Administration. Once connected, all users on that site can use Gamma skills in Rovo.
Open Atlassian Administration
Go to Atlassian Administration and select your organization.
Navigate to Connected apps
From the sidebar, go to Apps → Sites → select your site → Connected apps.
Add the Gamma MCP server
Click the dropdown beside Explore apps, select Add external MCP server, and choose Gamma from the gallery.
Authorize and configure
Follow the installation prompts to connect your Gamma account and configure available tools.
Once connected, users can invoke Gamma skills in any Rovo agent conversation or build custom agents in Rovo Studio that combine Gamma with other tools.
Example prompt: "Create a presentation summarizing the key decisions from this Confluence page."
Other platforms
Gamma's REST API works with any automation platform or custom application that can make HTTP requests.
Getting started
All platforms follow the same pattern:
Make a POST request to
https://public-api.gamma.app/v1.0/generationswith your content and parameters.Include your API key in the
X-API-KEYheader.Poll the status endpoint until generation is complete.
Retrieve the Gamma URL and optional export URL from the response.
See the Generate API parameters guide for the full list of available options.
Server-side only. The Gamma API must be called from a backend server, not from browser-side JavaScript.
Which integration method is right for you?
Related
Access and Pricing for plan and API key requirements
MCP server if you want an AI-tool-friendly integration layer
Generate from text for the full API parameter guide
Last updated
Was this helpful?