01
02
03
01
02
03
01
02
03
01
02
03
Gmail + Google Sheets
Google Calendar + Slack
Tavily + WordPress
X (Twitter) + Telegram
Gmail + Google Drive
Google Analytics + Google Sheets
01
GmailGoogle DriveGoogle Calendar
Google SheetsGoogle DocsSlack
TelegramDiscordX (Twitter)
LinkedInWordPressGhost
GitHubYouTubeMailchimp
BrevoResendTavily
PerplexityElevenLabsOpenRouter
ReplicateFirecrawlGoogle Analytics
100+
200+
PlaywrightPuppeteerBrowser Use
Computer Use API
from playwright.sync_api import sync_playwright
# The gateway key for this computer is shown in the panel.
CDP = "wss://app.murable.ai/gw/<computer_id>/cdp/<gateway_key>"
with sync_playwright() as p:
browser = p.chromium.connect_over_cdp(CDP)
page = browser.contexts[0].pages[0]
page.goto("https://example.com")
print(page.title())