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_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: connect to Claude, ChatGPT, Cursor · Connectors.fun