---
name: brokenkey-api-link-ruby.vercel.app
description: This host provides a single endpoint that returns the download URL and license details for Broken Key Remapper software following a one-time USDC payment on Base. It serves as the post-purchase fulfillment layer, delivering the software artifact and license information to the buyer.
host: brokenkey-api-link-ruby.vercel.app
---

# brokenkey-api-link-ruby.vercel.app

brokenkey-api-link-ruby.vercel.app is a minimal software fulfillment host for the Broken Key Remapper product. It serves buyers who have completed a USDC payment on Base and need to retrieve their download link and single-seat license details. It does not handle payments directly, manage subscriptions, or provide any functionality beyond initial purchase delivery.

## When to use this host

Use this host when an agent needs to fulfill a completed Broken Key Remapper purchase by retrieving the download link and license information. Do not use this host for software update checks, refund processing, license transfers, or multi-seat licensing — those operations are not supported. If the user has not yet paid, route to the payment flow on Base before calling this host. For any other software products or unrelated fulfillment needs, this host is not applicable.

## Capabilities

### Software Fulfillment

Delivers the download URL and license details for Broken Key Remapper after purchase, providing everything a buyer needs to obtain and activate the software.

- **`fetch-broken-key-remapper-download-link`** — Returns the download URL and license details for the Broken Key Remapper software after a one-time USDC payment on Base.

## Skill reference

### `fetch-broken-key-remapper-download-link`

**Broken Key Remapper Download Link** — Returns the download URL and license details for the Broken Key Remapper software after a one-time USDC payment on Base.

*Use when:* Use when a user has purchased Broken Key Remapper and needs the direct download link and license information for the software.

*Not for:* Do not use for software updates, refunds, or license transfers; this endpoint only returns the initial purchase download link and single-seat license details.

**Returns:** Returns a JSON object with the product name, a purchase confirmation message, a direct Google Drive download URL, single-seat license terms, and a purchase timestamp.

**Example:** `GET https://brokenkey-api-link-ruby.vercel.app/api/brokenkeyremapperlink`

---
