Get Started

Concepts

Perform a single MultiOn browsing session

The Agent Browse API allows you to perform a single browsing session with the MultiOn Agent. A session in this context refers to a stateful instance of interaction with our Agent for a specific user query or workflow.

Visit our Playground to get started with the Agent API.

Understanding Agent Sessions

Session Lifecycle

Session Lifecycle
  • Session Lifecycle: An agent session begins when you initiate it with an input URL and an instruction prompt and ends when the Agent has completed the task with the required Actions. Each session is isolated, ensuring that data and interactions are not shared across sessions.
  • Use Cases: Sessions are ideal for handling individual queries, like fetching information or executing a specific task.
  • Security: Sessions maintain high levels of security, as each agent session is authenticated and isolated, protecting the integrity of your data and interactions.