Developers Using Antigravity with Google Drive
Google's AI coding IDE pulls context from Drive. Your engineering docs are in Notion. That gap costs your agents context — and you, debugging time.
Engineering knowledge accessible to AI coding agents without manual reformatting.
Your Codebase Has Context. Your Agent Doesn't.
Google Antigravity changed how engineering teams write code. Dispatch an agent to fix a bug, scaffold a feature, or refactor a module — it plans, executes, validates, and iterates with minimal hand-holding. The Manager View lets you run five agents on five problems simultaneously. It's a genuine productivity shift for teams that have adopted it.
But here's the friction: Antigravity agents are only as good as the context they can reach. Through the Google Workspace Extension for Gemini CLI, agents can search Google Drive files and pull text from Google Documents. Your architecture decision records, API specs, runbooks, and onboarding guides? If they're in Drive, your agent can reference them while working. If they're in Notion — and for a lot of engineering teams, they are — your agent is coding blind.
The Notion-Shaped Hole in Your Agent's Knowledge
Engineering teams gravitate toward Notion for documentation because it handles technical content well. Linked databases connect API endpoints to their specs. Toggle blocks keep implementation details accessible without cluttering architecture overviews. Code blocks render syntax-highlighted snippets inline. It's a good tool for writing and maintaining engineering docs.
The problem isn't Notion. The problem is that Antigravity can't see Notion. When an agent needs to understand your authentication flow before refactoring the middleware, it can't check your auth architecture doc in Notion. When it's implementing an API endpoint, it can't reference the API design guidelines your team spent two weeks writing. The agent either hallucinates the conventions or asks you to paste them in manually — which defeats the purpose of autonomous agents.
Some teams have tried workarounds:
- Copy-pasting docs into Antigravity's workspace files — works once, stale by next week
- Manually exporting Notion to Google Docs — formatting breaks on tables and code blocks, plus nobody remembers to re-export when docs change
- Linking Notion pages in code comments — the agent can't follow those links
Bridging the Gap
Kami converts Notion HTML exports to Google Docs. For engineering documentation, this means your ADRs, runbooks, API specs, and design docs land in Google Drive in a format Antigravity can actually consume.
What carries over cleanly:
- Code blocks retain their content (though syntax highlighting depends on Google Docs' own formatting)
- Tables — endpoint reference tables, comparison matrices, decision logs — convert with structure intact
- Heading hierarchy translates directly, so both humans browsing in Drive and agents querying through the Workspace Extension can navigate the document structure
- Numbered and bulleted lists preserve their nesting, which matters for step-by-step runbooks
What won't carry over: Notion database views (those are dynamic, not exportable), embedded Mermaid diagrams (screenshot those), and toggle blocks (they flatten to regular text since Google Docs has no equivalent). If your ADRs use toggles for "rejected alternatives," consider restructuring those as H3 subsections before exporting.
A Practical Setup
The workflow that makes sense for most teams:
- Export your engineering docs from Notion as HTML (either individually or as a full workspace export)
- Upload to Kami — batch upload works well here if you're converting an entire docs section
- The converted Google Docs land in your Drive
- Organize them in a folder structure your Antigravity workspace can reference (e.g.,
Engineering/Architecture,Engineering/Runbooks,Engineering/API-Specs)
For keeping docs current, re-export and re-convert when documents change significantly. This isn't automatic sync — it's a manual step that takes a few minutes per batch. Teams that update docs weekly tend to do a batch conversion on the same cadence.
A note on Antigravity's safety boundaries
After the widely-reported incident where an Antigravity agent deleted a developer's entire D: drive in December 2025, Google tightened permission boundaries for file system operations. When your agent accesses Google Drive documents, it's reading through the Workspace Extension API — not touching your local file system. Still, review what your agents can access and keep sensitive documents (credentials, production configs) out of the shared Drive folder.
When This Matters Most
This setup pays off most for teams where:
- Multiple developers share a codebase and the documentation answers questions that would otherwise require interrupting a teammate
- Onboarding is frequent — new engineers whose Antigravity agents can reference architecture docs ramp up faster than those piecing together context from Slack threads
- The codebase has non-obvious conventions that aren't captured in linters or CI rules — naming patterns, error handling approaches, API versioning strategies
It matters less if your documentation is sparse to begin with (converting thin docs just gives your agent thin context) or if your team already drafts everything in Google Docs.
Try converting a few of your engineering docs with the demo to see how tables and code blocks come through. The API supports automated conversion if you want to script the export-convert pipeline — check pricing for API token limits per plan. For teams that also share operational documentation with external vendors or contractors, the operations use case covers a related workflow.
Ready to streamline your workflow?
Start converting for free — upgrade when you need more.