# Y gy

y.gy is a URL shortener and QR code generator that allows users to create short, memorable links from long URLs, customize them with unique endings, and integrate with an API for programmatic link creation.

- **Category:** url shortener
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 8
- **Triggers:** 0
- **Slug:** `Y_GY`
- **Version:** 20260312_00

## Tools

### Create Y.gy Link

**Slug:** `Y_GY_CREATE_LINK`

Tool to create a comprehensive Y.gy shortened link with advanced features. Supports custom domains, suffixes, QR codes, password protection, expiration dates, social media previews, device-specific redirects, and webhook integration.

### Create Tag

**Slug:** `Y_GY_CREATE_TAG`

Tool to create a new tag. Use after determining the tag name to categorize links.

### Delete Y.GY Short Link

**Slug:** `Y_GY_DELETE_SHORT_LINK`

Tool to delete a specific short link by its ID. Use when you need to remove a short link after confirming its ID.

### Delete a tag by ID

**Slug:** `Y_GY_DELETE_TAG`

Tool to delete a tag. Use when you need to remove a tag by its ID after confirming it exists.

### Get all links

**Slug:** `Y_GY_GET_ALL_LINKS`

Tool to fetch all short links with optional pagination. Use when you need to list existing links with filters.

### Get all tags

**Slug:** `Y_GY_GET_ALL_TAGS`

Tool to retrieve all tags associated with the organization. Use when you need to list all available tags for categorizing resources.

### Get Link Details

**Slug:** `Y_GY_GET_LINK`

Tool to retrieve a specific short link by its ID. Returns the complete link object including destination URL, QR codes, tags, and all configuration options. Use when you need full details about a short link.

### Register User

**Slug:** `Y_GY_REGISTER_USER`

Tool to register a new user account. Use when onboarding a new user to the y.gy system with their chosen username, password, and email.
