google · Google Workspace Docs
Google Docs API overview
An introductory guide to the Google Docs API that outlines core concepts, document structure, request/response patterns, and common operational tasks like text manipulation and document management.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Google Docs API overview
An introductory guide to the Google Docs API that outlines core concepts, document structure, request/response patterns, and common operational tasks like text manipulation and document management.
When To Use
Use when you need to understand the fundamental architecture, document structure, and available capabilities for programmatically creating, editing, or managing Google Docs content.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/google-docs-api-overview-workflow-guide.md | An overview of the Google Docs API capabilities for creating and modifying documents within Google Workspace. | Questions about an overview of the Google Docs API capabilities for creating and modifying documents within Google Workspace. |
examples/google-docs-api-overview-document-id-format.text | A text file demonstrating the structure of a Google Docs URL and the location of the document ID. | Exact payloads, commands, or snippets shown in A text file demonstrating the structure of a Google Docs URL and the location of the document ID. |
What This Skill Covers
- The Google Docs API lets you create and modify documents in Google Docs.
- Main sections:
Related topics.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.google.com/workspace/docs/api/how-tos/overview
