Get Started

🛠️ Ready, Set, MultiOn!

Welcome to MultiOn — your AI Action Agent designed to automate web tasks using natural language, without the need for any APIs.

Getting Started with MultiOn

Experience the Agent Playground

Explore the full potential of MultiOn without any setup:

  • Instant Access: Visit our Playground to see MultiOn in action, running directly in the cloud.
  • Hands-on Experience: Experiment with various commands and witness the capabilities of MultiOn firsthand.

Account setup

  1. Create or Sign In: Start by creating a MultiOn account or signing in if you already have one - multion.ai
  2. Generate API Key: Navigate to the API keys section to create a new API key. You can give it a name for easy reference. Remember, your API key is your access secret—keep it confidential and safe.

Import MultiOn package

$ npm install multion

Send your first request

Dive right into automating web actions with these sample code snippets. Replace MULTION_API_KEY with your actual API key.

$ curl -X POST https://api.multion.ai/v1/web/browse \
> -H "X_MULTION_API_KEY: <MULTION_API_KEY>" \
> -H "Content-Type: application/json" \
> -d '{
> "cmd": "post message on my facebook timeline"
> "url": "https://www.facebook.com"
> }'

Local Development with our Agent Browser Extension

Setup the MultiOn Browser Extension for local development:

  • Easy Installation: Find it on the Chrome Web Store and click “Add to Chrome” to add it to your browser - MultiOn Browser Extension.
  • Enhanced Development: The extension is a powerful tool for local development, providing a bridge between your code and the MultiOn automation capabilities.

Join Our Developer Community

Become part of our vibrant developer community by joining our Discord community. It’s a great place to receive support from our team and to discover the innovative ways the community is utilizing MultiOn.

We’re thrilled to have you embark on this journey with us to redefine productivity. If you have any questions, don’t hesitate to reach out through our Discord channel or directly to our team. Happy building! 😊