PureSurf — Ride the Wave Dashboard

"Agentic AI is a tidal wave and we're selling surfboards + surfers!"

BaaS

Dashboard Overview

"Agentic AI is a tidal wave and we're selling surfboards + surfers!"
Server Health
--
Checking...
Active Sessions
0
of 10 max
Team Active
0
unique users
Server Uptime
--
since last restart

Active Sessions

0 sessions

Quick Launch

🏠
Indiegogo
Crowdfunding
👥
LinkedIn
Professional
🔍
Google
Search
🧠
PureBrain
Our Site
🤖
Auto-Pilot
AI-driven browsing
👥
Share Profile
Team collaboration

Session Management

All Sessions

0

Profile Browser

Session Control

Cookies: Rate Limits:
Select a session and take a screenshot

Quick Actions

One-Click Launch

Creates a new session and navigates to the target URL automatically.

🏠
Indiegogo
Crowdfunding platform
👥
LinkedIn
Professional network
🔍
Google
Search engine
🧠
PureBrain.ai
Our website
🐦
Twitter/X
Social media
☁️
Bluesky
Social platform
💻
GitHub
Code hosting
🔗
Custom URL
Enter any URL

Team API Keys

Configured Keys

Your Current Key

***

Activity Log

🗒

Activity will appear here as you use the dashboard.

Proxy & CAPTCHA Settings

Configure proxy providers and CAPTCHA solving

Proxy Providers

Loading...

CAPTCHA Solving (2Captcha)

Not configured
2Captcha auto-solves reCAPTCHA v2/v3. Pricing: $2.99 per 1000 solves. Get API Key

How It Works

Proxy Providers: Pre-configure residential proxy credentials once, then select the provider by name when creating sessions. No need to type proxy URLs every time.

CAPTCHA Solving: When navigating, enable auto_solve_captcha: true or use the dedicated POST /sessions/{id}/solve-captcha endpoint. The system auto-detects reCAPTCHA on the page, sends it to 2Captcha, and injects the solution.

API Usage:

// Navigate with auto CAPTCHA solve
POST /sessions/{id}/navigate
{"url": "https://example.com", "auto_solve_captcha": true}

// Solve CAPTCHA on current page
POST /sessions/{id}/solve-captcha

// Create session with proxy provider
POST /sessions
{"proxy_provider": "floppydata", "device": "macbook"}

// Configure proxy provider
PUT /proxy-providers/floppydata
{"username": "...", "password": "...", "port": 12345}