{"library":"multion","title":"MultiOn","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install multion"],"cli":null},"imports":["from multion.client import MultiOn"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from multion.client import MultiOn\n\n# Initialize client with your API key (set environment variable MULTION_API_KEY)\nimport os\nclient = MultiOn(api_key=os.environ.get('MULTION_API_KEY', ''))","lang":"python","description":"Initialize the MultiOn client. API key should be set as environment variable MULTION_API_KEY or passed directly.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}