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. 1. Paste the prompt into your agent.
  2. 2. Share a Google Doc with the address it gives you.
  3. 3. The agent reads it back.

What your agent gets - and doesn't

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.

docs · llms.txt

© 2026 interauth