Create document
documentedCreates a blank Google Docs document using the title provided in the request. ([developers.google.com](https://developers.google.com/workspace/docs/api/reference/rest))
POST /v1/documentsDocumentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://docs.googleapis.com/v1/documents" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}"}' # Sources: https://developers.google.com/docs/api/reference/rest/v1/documents/create, https://docs.google.com/docs/reference/rest/v1/documents/create