
Computer-Use Agents API
Run and manage H Company's Computer-Use Agents from any MCP client.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Run and manage H Company's Computer-Use Agents from any MCP client.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |