Gamma
Generate presentations, documents and social posts with Gamma, and read back the finished deck.
Connect Gamma with an API key to start generations from a prompt or from finished copy, and to poll a generation until its deck URL is ready.
Connect
| Credential field | Required | Where it comes from |
|---|---|---|
API key (API_KEY) | Yes | A Gamma API key, sent as the X-API-KEY header. |
Tools
| Tool | Access | What it does |
|---|---|---|
Create generation (yekar.gamma.create-generation) | Write | Start a Gamma generation and return its id. Generation is ASYNCHRONOUS - the deck does not exist yet when this returns; poll Get generation for the URL. Each call spends the account's generation credits. |
Get generation (yekar.gamma.get-generation) | Read | Read a Gamma generation's status and, once it has finished, the URL of the finished deck. Poll this after Create generation rather than assuming the deck is ready. |
Notes
- In Gamma, open the API dashboard and create an API key. The Generate API requires a paid plan.
- Each generation spends the account's credits, and generation is asynchronous: create returns an id, and the deck URL arrives from Get generation once the status reports completion.