# Shorten.REST AI integration on Definable

> Shorten.REST is a link shortening and management app that allows you to generate unique, branded URLs with advanced tracking capabilities.

## What this connects

Shorten.REST is a link shortening and management app that allows you to generate unique, branded URLs with advanced tracking capabilities.

Vendor: https://shorten.rest/

## Tools available

**6** tools available. First 6:

- `SHORTEN_REST_CREATE_ALIAS` — Create Alias — Tool to create a new alias (short URL) under a specified domain. Use when you need to shorten a URL. If no domain is specified, the alias will be attached to the default domain Short.fyi. You can override domain-level Meta Tags and Tracking Snippets by specifying them for each URL.
- `SHORTEN_REST_DELETE_ALIAS` — Delete Alias — Tool to delete a single alias by providing alias and domain. Use when you need to remove an existing shortened URL. If no domain is provided, the API searches for the matching alias within the Short.fyi domain.
- `SHORTEN_REST_GET_ALIASES` — Get Aliases — Tool to retrieve all URL aliases of the authenticated user. Use when you need to list existing aliases (supports pagination).
- `SHORTEN_REST_GET_CLICKS` — Get click data for aliases — Tool to retrieve click data for shortened URLs. Use to check click analytics for your aliases. Returns a list of click records which may be empty if no clicks have occurred yet. Returned records may represent a limited window or subset of historical clicks rather than complete per-click logs.
- `SHORTEN_REST_LIST_ALIASES_BY_DOMAIN` — List aliases by domain — Tool to retrieve all alias names associated with your account and a given domain. Results are in descending order by creation date. Use when you need to list alias names (not full details) for a specific domain with pagination support.
- `SHORTEN_REST_UPDATE_ALIAS` — Update Alias — Tool to update an existing short URL alias by providing its alias name and domain. Use when you need to modify destinations, metatags, or snippets for an existing alias. IMPORTANT: When updating array properties (like destinations), the entire array is replaced, so you must include all existing records you want to keep.

## Auth

Auth schemes: `API_KEY`.

## How agents use Shorten.REST

Inside a Definable workflow, Shorten.REST is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Shorten.REST** — the Researcher (GPT-5.5) pulls context from Shorten.REST (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Shorten.REST** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Shorten.REST (create record, post message, draft email).
- **Designer / Engineer → Distributor → Shorten.REST** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Shorten.REST (attach file, open PR comment, post status).

The Verifier checks every Shorten.REST call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- url shortener — https://definable.ai/apps/category/url-shortener/

## Related

- HTML page: https://definable.ai/apps/shorten_rest/
- Same category (url shortener): https://definable.ai/apps/category/url-shortener/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
