Ctrl+Insert to copy and Shift+Insert to paste
Connect your device to get started!
On device
Connect your device and hit Refresh.
Blocks to code
workspace.gapify.xmlinternal
Generate Extension Docs
Automatically generate an HTML reference page for any extension using AI. Run generate_docs.py from the extensions folder.
Quick Start
pip install anthropic
# Add your API key to .env: API_KEY=your_key_here
python generate_docs.py email
Get an API Key
Pick a provider, get a free or paid key, and paste it into the .env file:
Using a Different Provider
python generate_docs.py email --provider openai --model gpt-4o
python generate_docs.py email --provider groq --model llama-3.3-70b-versatile --base-url https://api.groq.com/openai/v1
python generate_docs.py --all --provider gemini --model gemini-2.0-flash --base-url https://generativelanguage.googleapis.com/v1beta/openai/
Other Options
python generate_docs.py --all # all extensions
python generate_docs.py email --force # regenerate existing
python generate_docs.py --watch # auto-regenerate on file save
Docs are saved to {extension_name}/docs/{extension_name}_docs.html — open directly in any browser.