# MultionToolkit

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/agent_toolkits/multion/toolkit/MultionToolkit)

Toolkit for interacting with the Browser Agent.

**Security Note**: This toolkit contains tools that interact with the
    user's browser via the multion API which grants an agent
    access to the user's browser.

    Please review the documentation for the multion API to understand
    the security implications of using this toolkit.

    See https://python.langchain.com/docs/security for more information.

## Signature

```python
MultionToolkit()
```

## Extends

- `BaseToolkit`

## Properties

- `model_config`

## Methods

- [`get_tools()`](https://reference.langchain.com/python/langchain-community/agent_toolkits/multion/toolkit/MultionToolkit/get_tools)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/agent_toolkits/multion/toolkit.py#L16)