MultiOn provides an API and Python client for AI agents to perform real-world actions on web browsers. Current version 1.3.8 supports Python 3.8+ and integrates with browser automation for tasks like form filling, data extraction, and web navigation. The library is actively maintained with regular updates.
pip install multionNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the MultiOn client. API key should be set as environment variable MULTION_API_KEY or passed directly.
Use 'from multion.client import MultiOn'
Always provide a URL when calling create_session: client.create_session(url='https://example.com')
Use the direct MultiOn client API instead of the LangChain tool wrapper.
Run 'pip install multion' and ensure you're using the correct Python environment (virtualenv, conda, etc.).
Use 'from multion.client import MultiOn'
Set MULTION_API_KEY environment variable or pass api_key='your_key' to MultiOn().