Skip to main content

Overview

OneCLI connects AI agents to Google Slides through Google’s OAuth flow. Agents can read presentation content, create new slide decks, and edit existing ones. The gateway injects OAuth credentials into requests to the Google Slides API automatically. This is useful for agents that generate presentations from data, update slide content programmatically, or extract information from existing decks.

Setup

1

Go to Connections

Open the OneCLI dashboard and navigate to Connections > Google Slides.
2

Authorize

Click Connect Google Slides. You’ll be redirected to Google to authorize OneCLI. Review the permissions and click Allow.

What agents can do

  • Read presentation structure (slides, layouts, masters)
  • Get text content from all slides in a presentation
  • Create new presentations with a specified title
  • Add new slides with chosen layouts
  • Insert, replace, or delete text on slides
  • Add and position shapes, images, and tables
  • Apply text formatting (font, size, color, bold, italic)
  • Duplicate, reorder, and delete slides
  • Read and modify speaker notes
  • Replace placeholder text and images across all slides

Controlling access

Access is per agent: grant the connection to each agent that needs it, choosing per tool what runs freely, what needs human approval, and what stays blocked — a read-only agent is a single grant. Organization rules add guardrails on top, like rate limits and blanket blocks. Everything is checked before credential injection, so a blocked request never reaches Google Slides.