
Computer-Use Agents API
Run and manage H Company's Computer-Use Agents from any MCP client.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Run and manage H Company's Computer-Use Agents from any MCP client.
Server tool list (9)
Raw names from tools/list. Only developers need these.
| run_agent | Start an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents. |
| wait_for_session | Poll a session: with ``wait`` long-poll for the answer, else return the current snapshot. |
| list_agents | List agents the caller can run: their org's agents plus the public ``h/`` ones. |
| send_message | Send a follow-up message to a running session. |
| cancel_session | Cancel a session; a no-op if it does not exist or already finished. |
| share_session | Make a session publicly readable and return its absolute share URL. |
| list_files | List files on a browser session's machine (e.g. downloads), newest first. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns. When a listing is truncated, page on the last entry's modified_at (ISO-8601) and name, passed as modified_before and name_after. Send both: modification times are not unique, and a timestamp alone skips the rest of a tied group. |
| read_file | Read a file from a browser session's machine; returns base64 content and metadata. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns. |
| write_file | Write base64-encoded content to a file on a browser session's machine. ``session_id`` is the browser session id issued by env-manager when the session was created, not the id ``run_agent`` returns. |