---
name: ty9d9wdq.nx.link
description: ty9d9wdq.nx.link hosts a single catalog endpoint that returns available digital experience simulations (e.g., relaxation, stimulant, psychedelic types) with metadata including pricing, intensity levels, session duration, vibes, soundtrack, safety notes, and callable endpoint URLs. It does not execute sessions itself; it only surfaces what is available and how to reach each experience.
host: ty9d9wdq.nx.link
---

# ty9d9wdq.nx.link

This host acts as a discovery layer for a digital experiences marketplace. It serves agents that need to enumerate available simulation offerings and retrieve their metadata and endpoint URLs before deciding which session to initiate. It is a read-only catalog service, not a session execution service.

## When to use this host

Use this host when an agent needs to discover what digital experience simulations are available, inspect their metadata, or retrieve the endpoint URL needed to initiate a specific session. Do not use this host to actually start or run a session — for that, call the individual experience endpoint returned in the catalog (e.g., /api/digital-experiences/w33d). This host has no search, filtering, or session-management capabilities; it returns the full catalog in a single call.

## Capabilities

### Experience Discovery

Returns the full catalog of available digital experience offerings, including pricing, intensity, duration, vibes, soundtrack, safety notes, and the callable endpoint for each offering.

- **`fetch-digital-experiences-catalog`** — Returns a catalog of available digital experience offerings, each with pricing, intensity levels, session duration, vibes, soundtrack, safety notes, and a callable endpoint.

## Skill reference

### `fetch-digital-experiences-catalog`

**Digital Experiences Catalog** — Returns a catalog of available digital experience offerings, each with pricing, intensity levels, session duration, vibes, soundtrack, safety notes, and a callable endpoint.

*Use when:* Use when an agent needs to discover available digital experience simulations (e.g., relaxation, stimulant, psychedelic) along with their metadata, pricing, and endpoint URLs before initiating a session.

*Not for:* Do not use to actually invoke or start a digital experience session; use the individual experience endpoint (e.g., /api/digital-experiences/w33d) for that purpose.

**Returns:** Returns a list of three digital experience offerings (w33d, c0k3, shr00ms) with titles, prices, effect summaries, intensity levels, session durations, vibes, soundtracks, safety notes, tags, and callable endpoints.

**Example:** `GET https://ty9d9wdq.nx.link/api/digital-experiences`

---
