Any session in this workspace can drive it. To point one at this browser, paste:
myco nav use
Any agent with curl and a workspace token can drive this browser over
plain HTTPS. Give it this skill — it documents every method, the read→act loop and the errors:
https://hypha.run/skill/navigator-http.md
For Claude Code and anything else that reads SKILL.md files:
mkdir -p ~/.claude/skills/browser-http && curl -fsSL https://hypha.run/skill/navigator-http.md -o ~/.claude/skills/browser-http/SKILL.md
It also needs this browser's service id and an access token:
—
Create an access token — opens the connect page, which can mint one scoped to this browser alone. It builds the whole block to paste, credentials included. (Minting needs a fresh sign-in, so it cannot happen here.)
Revokes this browser's credential and runs the connect flow again — that is the "regenerate the token" step, and it is one action rather than two so there is never a stale credential left behind.
Attach this browser to a Mycolab workspace so an agent can drive it — including tabs you are not looking at.
You will sign in on the server and pick a workspace. Nothing is copied by hand.