CLI-FIRST LINK ORCHESTRATOR
Linky
Build one short launch URL for a full working set of tabs. Perfect for standups, incident response, and agent handoffs.
npm + curl fallback.
Paste one URL per line. Duplicate URLs are normalized and de-duped server-side.
CLI PREVIEW
npx @linky/linky create 'https://example.com' 'https://example.org' --base-url 'https://getalinky.com' --jsonCURL PREVIEW
curl -X POST 'https://getalinky.com/api/links' \
-H 'content-type: application/json' \
--data-binary '{"urls":["https://example.com","https://example.org"],"source":"agent"}'Primary action generates one short launch URL from your bundle.