# Short Menu

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

- **Category:** url shortener
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `SHORT_MENU`
- **Version:** 20260413_00

## Tools

### Create Short Link

**Slug:** `SHORT_MENU_CREATE_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.

### Delete Short Link

**Slug:** `SHORT_MENU_DELETE_LINK`

Tool to delete an existing short link by its ID. Use when you need to remove a shortened URL from the system.

### Get Custom Domains

**Slug:** `SHORT_MENU_GET_DOMAINS`

Tool to retrieve available custom domains. Use when you need to display or select a domain for shortening links.
