# Short Menu AI integration on Definable

> Short Menu is a URL shortening application that allows users to create and manage short links efficiently.

## What this connects

Short Menu is a URL shortening application that allows users to create and manage short links efficiently.

Vendor: https://shortmenu.com

## Tools available

**3** tools available. First 3:

- `SHORT_MENU_CREATE_LINK` — Create Short Link — Tool to create a new shortened link. Use when you need to generate a short URL with optional custom parameters like domain, tags, slug, etc. Use after gathering the target URL and any metadata.
- `SHORT_MENU_DELETE_LINK` — Delete Short Link — Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.
- `SHORT_MENU_GET_DOMAINS` — Get Custom Domains — Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.

## Auth

Auth schemes: `API_KEY`.

## How agents use Short Menu

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

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

The Verifier checks every Short Menu 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/short_menu/
- 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
