interauth
Give your AI agent access to Google Docs.
One disposable share address, scoped to exactly what you share, revoke anytime from Drive - same as you would with a colleague. Access mirrors your share: Viewer to read, Editor to let it edit a Sheet.
Step 1 - paste into your agent
prompt.txt
Visit https://interauth.dev/start and follow the instructions to give me scoped, read-only access to a Google Doc I want to share with you.
Works with Claude Code, Cursor, Amp, or any HTTP-capable agent.
Or install once as a skill
Drop SKILL.mdinto your agent's skills folder and it'll know how to use InterAuth on demand — no copy- pasting prompts. Skill spec is portable across Claude Code, Codex CLI, Cursor, Gemini CLI, and Copilot.
install.sh
# Drop the InterAuth skill into your agent (works with Claude Code, # Codex CLI, Cursor, Gemini CLI, Copilot — anything that follows the # Agent Skills spec): mkdir -p ~/.claude/skills/interauth && \ curl -sSL https://interauth.dev/SKILL.md \ -o ~/.claude/skills/interauth/SKILL.md
View the file: /SKILL.md
How it works
- 1. Paste the prompt into your agent.
- 2. Share a Google Doc with the address it gives you.
- 3. The agent reads it back.
What your agent gets - and doesn't
- Access mirrors your Google share. Share as Viewer and it's strictly read-only. Share a Sheet as Editor and the agent can also edit that sheet's cells — nothing else (no delete, move, or comments).
- Scoped to addresses you share with. Nothing else in your Drive is reachable, even by file ID — and edits are refused on anything you didn't share as Editor.
- Revoke from Drive at any time. Access drops immediately.
- We don't store or track the contents passing through - it goes straight from Drive to your agent.
- You get logs of every API call your agent makes against your share.
Inspect a share
Stashed your token? Paste it to see every call your agent made.
Or create one directly
Skip the prompt. Mint a disposable share address right here.
© 2026 interauth