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 a URL as a tappable mini-app card on iMessage.
import { app as card } from "@interactions-hq/skyline"; await space.send(card({ url: "https://apps.interactions.co.in/poll?s=abc", caption: "Vote now", summary: "Pick your favorite", }));
@interactions-hq/skyline/authoring
import { defineApp, defineRegistry } from "@interactions-hq/skyline/authoring";