glif API mini-SDK make generative magical AI things

set your GLIF_API_TOKEN in your own ENV, or you'll hit rate limits: https://glif.app/settings/api-tokens

call from your val like:

import { runGlif } from "https://esm.town/v/jamiedubs/runGlif"; const json = await runGlif({ id: "cluu91eda000cv8jd675qsrby", inputs: ["hello", "world"] }); console.log(json);

Migrated from folder: Glif_API/runGlif