Skip to main content
Ressl UI clones are interactive browser applications rather than REST API mocks. A snapshot launches an isolated copy of the application and returns a public URL that works until its TTL expires. It provides a realistic interface for browser agents and evaluations without connecting to the real LinkedIn service.

What is included

The LinkedIn clone includes deterministic built-in data and supports common browser workflows:
  • Browse and react to feed posts
  • Manage connections
  • Search and save jobs
  • Read and send messages
  • Review notifications
Actions persist in the browser’s local storage for that snapshot URL. Different browser profiles do not share those local changes.

Create from the console

  1. Open Providers in the Ressl console.
  2. Find LinkedIn.
  3. Select a TTL and click Create snapshot.
  4. Open the returned URL in a browser or browser agent.

Create with the API

Example response:
Open url as a web page. It is not an API base URL.

Data and configuration

Custom seed and config are not supported for UI clones yet. If supplied, both fields are ignored and LinkedIn starts with its built-in deterministic data.
Each new snapshot starts from the same built-in state. Browser actions then persist locally for that snapshot URL.

Snapshot lifecycle

See Create snapshot for the complete request and error contract.