Developer workflow

A bookmark manager for developers.

Save links from Raycast, Chrome, iPhone, or your own scripts into one personal research queue you can actually come back to.

Save a link without leaving your tools

Most bookmarking friction comes from switching context. Sleevy meets you where you already work: save the current tab from the Chrome extension, save a URL from your clipboard with the Raycast extension, or share a page from Safari on iPhone.

For everything else there is the read-later API: send an authenticated POST request to /v1/captures from a shell script, a shortcut, an internal tool, or any service that can make an HTTP request. The API documentation includes a curl request you can run as a first test.

One research link manager instead of scattered bookmarks

API captures appear beside links saved through the iPhone Share Sheet, Chrome extension, Raycast extension, and web companion. A script can therefore feed the same personal queue you already use manually.

This is useful when the source of a link is predictable but the time to read it is not: a recurring report, a URL copied from another tool, or a page selected by a small personal workflow. Everything lands in one searchable queue instead of a browser bookmarks folder you never reopen.

Keep the automation small

Start with one capture request and confirm that it reaches your queue. Then add the trigger that suits your workflow. Keeping the saving step separate from the trigger makes failures easier to understand.

The public API supports the endpoints documented on the Sleevy site. Do not build around an assumed webhook or integration that is not listed there.

Manage saved links through the API

The REST API also exposes documented operations for listing and updating your saved links. Use the endpoint reference in the API documentation for current request fields, responses, and authentication requirements.

Questions, answered.

Is Sleevy a bookmark manager or a read-later app?

Both, in practice: it is a personal queue for links you mean to return to, with search across everything you have saved — closer to a research link manager than a folder tree of bookmarks.

What can call the read-later API?

Any script, app, shortcut, or automation service that can make an HTTPS request and safely store your personal API key.

Do API captures sync to the Sleevy apps?

Yes. Captures made with your API key are added to the same Sleevy account and queue used by the other Sleevy surfaces.

Send your first URL to Sleevy.

Create an API key and use the quickstart request in the documentation.