One thing that's blocking a more complete pipeline: there's currently no way to programmatically read the content of existing, human-edited gammas. The API is entirely write-focused — you can generate, export what you just generated, and look up themes/folders. But if a human has edited a gamma directly (adding original insight, annotations, recommendations), that content is locked inside the platform with no programmatic exit. We'd love to see: GET /v1.0/gammas — list gammas in a workspace GET /v1.0/gammas/{id}/content — retrieve slide/card text content as structured JSON or markdown Optionally: a webhook that fires on publish/save, pushing content to a URL we specify A read API would make Gamma a proper node in an automation pipeline, not just a rendering endpoint. Would love to know if this is on the roadmap.