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_agentStart an agent on a task; return the answer or a session handle to wait on. ``agent`` from list_agents.
    wait_for_sessionPoll a session: with ``wait`` long-poll for the answer, else return the current snapshot.
    list_agentsList agents the caller can run: their org's agents plus the public ``h/`` ones.
    send_messageSend a follow-up message to a running session.
    cancel_sessionCancel a session; a no-op if it does not exist or already finished.
    share_sessionMake a session publicly readable and return its absolute share URL.
    list_filesList 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_fileRead 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_fileWrite 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.
    Computer-Use Agents API: подключить к Claude, ChatGPT, Cursor · Connectors.fun