

AstroBrowse - Authenticated Agentic Browser
Core Utility
Coming Soon
Available ActionsEach successful request consumes credits as outlined below.
list_accountsget_policyinitialize_browserrun_stepsextract_pagescreenshotupload_filelist_downloadsdownload_filestart_recordingstop_recordingrequest_user_takeoverwait_for_takeoverstatusclose_browser
Details
Give your AI agent access to the websites and accounts you choose, without ever handing over your passwords. AstroBrowse runs a real, logged-in web browser on your behalf so your agent can work inside the tools you already use: social media, CRMs, ERPs, dashboards, and any SaaS platform or website, including the many that have no API. Save a login once and your agent can resume that session to post content, pull reports, update records, fill forms, download files, and complete multi-step tasks, all in a fresh, single-use browser that is wiped clean when the job is done. If a site ever needs a human touch, like a sign-in confirmation or a quick verification step, AstroBrowse hands you a link to step in for a moment and then lets your agent carry on. You stay in control of which accounts are connected and what the agent is allowed to visit.
Request Beta Access
Beta users get first access to new tools and workflows and help shape the platform. Request access and we will contact you to discuss!
Use Cases
Post and schedule content across social media accounts, Pull reports and update records in CRMs and ERPs, Operate SaaS platforms and portals that have no API, Fill and submit web forms on the user's behalf, Download invoices statements and files from web apps, Log in to accounts without sharing passwords with the agent, Automate multi-step workflows on logged-in websites, Capture screenshots and screen recordings of web sessions, Hand off to a human for sign-in or verification steps, Extract data from pages behind a login
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPAbout this Product
Give your agent access to your accounts, never your passwords
AstroBrowse lets your AI agent work inside the websites and accounts you already use, without ever handing over your credentials. Save a login once and your agent can resume that session in a real, logged-in browser to run the workflows you assign, from posting on social media to updating your CRM, pulling reports from an ERP, or operating any SaaS platform or website, including the many that have no API at all.
How it works
- You choose the accounts. Connect the logins you want your agent to use. The agent operates those sessions but never sees your passwords.
- Your agent does the work. It navigates, clicks, fills forms, uploads and downloads files, extracts data, and captures screenshots or screen recordings as proof.
- You step in only when needed. If a site asks for a sign-in confirmation or a quick verification, AstroBrowse sends you a link to take over the live browser for a moment, then your agent picks right back up.
- Every session is clean. Each task runs in a fresh, single-use browser that is wiped when the job is done.
What you can automate
- Social media: draft, publish, and schedule posts across your brand accounts.
- CRMs and sales tools: update records, log activity, and export pipeline reports.
- ERPs and back-office systems: enter data, download statements, and run routine operations.
- Any SaaS or website: operate portals and dashboards that have no API, on your behalf.
- Document workflows: upload files into web forms and save downloads straight to your files.
You stay in control
Decide exactly which accounts your agent can use and where it is allowed to browse, with a policy that ranges from saved logins only to open browsing within an allowlist. Screenshots and recordings give you a clear record of everything the agent did. It is the simplest way to put your agent to work across the tools you rely on, safely and on your terms.
Full setup instructions
New to AstroBrowse? The complete setup guide walks you through connecting your Tailscale network egress, enabling AstroBrowse for an agent, and saving your first login: AstroBrowse setup guide.
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a3ef573573a1ae0a7df8bce ("AstroBrowse - Authenticated Agentic Browser"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Can it save files and screenshots for me?
Yes. Screenshots, screen recordings, and any files the page downloads are saved to your File Manager so you can use them in the rest of your workflow.
Do I control where the agent can go?
Yes. You set a browsing policy that can restrict the agent to your saved logins only, or allow broader browsing within an allowlist you define.
Does my agent see my passwords?
No. You save your logins once, and AstroBrowse resumes those sessions for your agent. The agent operates the logged-in browser but never has access to your credentials.
Is each session private and temporary?
Yes. Every task runs in a fresh, single-use browser that is wiped when the session closes, so nothing carries over between jobs.
What can the agent actually do in the browser?
It can navigate, click, fill and submit forms, select options, extract text and data, upload files, download files, and capture screenshots or full screen recordings of the session.
What happens if a site needs a human, like a CAPTCHA or a verification code?
AstroBrowse sends you a link to take over the live browser for a moment. Once you have handled the step, your agent continues automatically.
What sites and accounts can it use?
Any website or account you connect, including social media, CRMs, ERPs, dashboards, and SaaS platforms. It is especially useful for tools that have no API, because it works through the real web interface.

