Snugl
developers

Snugl for developers

A REST API with API keys, custom aliases, expiry and per-day analytics — and a dashboard that is just another client of it.

Where teams use it

Programmatic link creation

POST a target, get a code back. Pass an alias if you want to choose it yourself.

Notification and email links

Generate a link per message and read the daily click count per campaign.

Internal tooling

Short, stable addresses for dashboards, runbooks and build artifacts.

Automated cleanup

Set an expiry at create time and stop maintaining a cleanup job.

Why Snugl

No dashboard-only features

The web app calls the same endpoints your code does, so nothing is out of reach.

Keys with a blast radius

An API key can carry an expiry date and an IP whitelist. Both are enforced server side.

Honest failure modes

Codes are random and the unique index rejects collisions, so a create either succeeds or returns a clear error.

Questions

Where are the docs?

The API docs page lists authentication, every endpoint, error codes and rate limits, with an interactive OpenAPI reference.

Is analytics on the response path?

No. A click write happens after the redirect response is already sent, so it never slows a redirect down.

One POST away

Create a free account and mint an API key.