LinkGenie

Developers

Short links for agents and pipelines

Mint and manage branded short links from your stack. Live API keys are on Glow+ — the docs describe the shipped GenieOS surface.

// 02:14 — Link Genie on the agent's shiftconst mg = new GenieOS();const brief = await mg.brand.read();for (const ch of channels) { await mg.ship(ch, brief);}email sentpost scheduledpage livesms sent
link-genie · integrations
create-link.shbash
# Mint a branded short linkcurl -X POST https://api.genieos.pro/v1/links \  -H "Authorization: Bearer $GENIEOS_API_KEY" \  -H "Content-Type: application/json" \  -d '{    "destination": "https://example.com/spring",    "slug": "spring",    "tags": ["campaign", "qr"]  }' # → { "shortUrl": "https://gogen.ie/spring", ... }

Same GenieOS key · REST · MCP · SDK