Agent + Computer Use Tutorial

This guide is for advanced users who want a local coding agent to help configure the ChatGPT connector UI. The human operator still owns all secrets and final authorization.

Operator rules for agents

Do not reveal secrets

The agent may paste from local clipboard or guide the operator, but it must not print unlock codes or tokens into chat.

Stop at safety interstitials

If the browser asks the human to trust a tunnel or site, the agent should pause and ask the human to click.

Verify after setup

The agent should test `/health`, OAuth metadata, and a minimal `file.list` call after authorization.

Suggested agent prompt

You are configuring ChatGPT2LocalBridge with Computer Use.
1. Verify local health at http://127.0.0.1:3838/health.
2. Verify OAuth metadata at the public tunnel URL.
3. Open ChatGPT connector settings.
4. Create a custom connector named ChatGPT2LocalBridge.
5. Use URL https://YOUR-DOMAIN/mcp and OAuth.
6. If the OAuth page asks for an unlock code, ask the human operator to provide or approve it.
7. Never print tokens or unlock codes.
8. After linking, send a minimal file.list test inside the approved workspace.
Agent Computer Use setup screenshot