Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send plain text through any Skyline space.
import { text } from "@interactions-hq/skyline"; await space.send(text("Hello")); await space.send("Hello"); // shorthand — strings coerce to text
await space.send("🎉", { effect: "confetti" });
space.platform