Docs

Securely automate user actions on their device

Uplink runs automation directly on real user devices — no fragile cloud browsers, no credential risks, no added infrastructure. Just fast, reliable, on-device execution.

Code bracket icon
Browser automation
Play icon
Execute
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*--- CANCEL AN EXISTING SUBSCRIPTION ---*/
 
// Open Netflix account page
console.info('Opening Netflix account...')
await page.goto('https://www.netflix.com/account/membership')
 
// Click "Cancel Membership" button
await page.waitForSelector('button[data-uia="cancel-button"]')
await page.click('button[data-uia="cancel-button"]')
 
// Click "Done" button
await page.waitForSelector('button[data-uia="action-submit-survey"]')
await page.click('button[data-uia="action-submit-survey"]')
 
// Log upon successful cancellation
console.info('Subscription paused')
  • Graphic cover
    Bolt icon Bolt icon

    Faster by design

    Zero-copy message protocol moves data up to 20× faster than traditional methods.

  • Secure from the start

    Authentication and credentials remain fully on-device—no intermediaries, no exposed secrets.

  • Built for concurrency

    Process multiple tasks at the same time with layered background processing.

  • Autoscaling by design

    Leverage on-device hardware to reduce scaling costs and complexity.

UnifyFragmented Tech

  • Comparison

    • Cloud Browser
      Puppeteer, Playwright, etc.
    • On-device
      UpLink logo
    • Can automate user actions

      • Checkmark icon
    • Cost

      • High with large instances with GPUs + proxy services
      • Low by using the mobile device hardware & connection
    • Reliable authentication

      • Breaks when site changes
    • Desktop support

      • Checkmark icon
      • Via companion mobile device
    • Credentials stay private, on-device

      • Close icon
    • Enhanced password manager support

      • Close icon
    • CAPTCHA handling

      • Need to pay slow solving services
      • User handles it, if needed
    • Bot detection handling

      • Pricey proxy vendors & evasion tactics
    • Automatically handles authentication

      • Need to reverse engineer
        & maintain authentication
      • Native login experience
    • Can support systems behind a VPN

      • Close icon
    • Can support hardware MFA

      • Close icon
    • Native device fingerprinting

      • Need to forge user
        fingerprint and behavior

    Unify your automation layer

    Replace brittle cloud scripts with a stable, on-device automation core. Built for scale, trust, and complexity.