Call it from anywhere
curl -X POST https://open-integrations.dev/api/run/gmail/get-draft \
-H "Authorization: Bearer $ANTHROPIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {}}'Any Anthropic key works. It is never stored, and only spent when a snippet has to be written. API docs.
Credentials
This action calls Gmail on your behalf. Your tokens live in
keychains.dev, never here. Get an API key at
gmail.com.
Documented only
The endpoint and inputs are known, but nobody has written the snippet yet. Running it has Claude implement and test it live using your own AI tokens, in about a minute, and the result becomes version one for everyone. Prefer to write it yourself?
Open a pull request.