Digcrate uses Auth0 Token Vault for the Google connection. Your Google credentials and raw access tokens are never stored by Digcrate — Auth0 handles the token exchange at runtime.
What you can do
Save research as a Google Doc
Any research output can be saved as a new document in your Google Drive with a title you provide.
Get a shareable link
The agent returns a direct
docs.google.com link as soon as the document is created.How to connect
Permissions requested
| Scope | What it allows |
|---|---|
documents | Create and edit Google Docs |
drive.file | Access files created by Digcrate in your Drive |
The
drive.file scope gives Digcrate access only to documents it creates — not your entire Drive.How to save research to Google Docs
You can save a doc in two ways: Ask the agent directly — After any research response, say “save this to Google Docs” or “save this as a doc called [title]”. The agent creates the document and returns the link. Use the action button — Some research components include a Save to Google Docs button. Clicking it triggers the same flow and returns a link when done.What gets saved
The agent passes the research content as plain text to the Google Docs API, which inserts it at the start of the document. The document is created in your Drive root folder. You can move it, share it, or edit it like any other Google Doc after it is created. The agent returns:- A direct link to the document (
docs.google.com/document/d/...) - The document title
- Confirmation that the save succeeded