A browser context is a saved, authenticated browser session that an agent can use when it needs to take actions on the web. You log in once, save the session, and agents can use it for automated browsing without re-authenticating each time.Documentation Index
Fetch the complete documentation index at: https://docs.hyperfx.ai/llms.txt
Use this file to discover all available pages before exploring further.
When to use this
Use a browser context when:- The site has no API or your agent doesn’t have an integration for it
- You want the agent to act as you on a site (your LinkedIn profile, your ad account, your CRM, your CMS)
- The work involves authenticated dashboards, reports, or platforms that aren’t covered by Hyper’s native integrations
Web Browsing vs Web Search. Browser contexts power the Web Browsing tool — agents interacting with logged-in pages and maintaining sessions. This is different from Web Search, which queries the public web without authentication. Web Search doesn’t need a browser context.
Creating a browser context
Create new
Click Create new context, name it (e.g. “LinkedIn — recruiting”, “Meta Business Manager — main account”), and select the site.
Log in
Hyper opens the site in a sandboxed browser. Log in like you normally would — username, password, MFA, whatever’s needed.
Using a browser context in chat
Just tell the agent which context to use:Common use cases
- LinkedIn — outbound, profile updates, content posting, connection management
- Ad platforms — scraping reports out of Meta Business Manager, Google Ads, TikTok Ads when an integration isn’t enough
- Internal dashboards — pulling metrics out of Mixpanel, Looker, internal admin tools
- CMSs and ops tools — Webflow, Notion, Airtable, project trackers
- Anywhere a login is required and there’s no native integration
Security
- Encrypted at rest — sessions are stored encrypted, no plain-text credentials
- Private to you — contexts are tied to your user, not shared across the workspace by default
- Revokable — delete a context any time; sessions also expire on their own for safety
- Sandboxed browser — agent browsing happens in an isolated environment, separate from your machine
Going further
- Combine a browser context with a scheduled task to run authenticated workflows on a cadence
- Pin contexts to a specific agent in its Resources tab
- For sites with native support, browse Integrations before reaching for a browser context