Intuned is the browser automation platform for developers and product teams. Our mission is to bridge the API gap when official APIs are not available. Developers use Intuned to develop, deploy, and monitor reliable browser automations.
Intuned projects consist of a set of APIs. An API is a function that can be called to execute a specific action or extract specific data. You define APIs within Intuned projects as code.
To extract data or take actions on behalf of a user, APIs needs to work in the context of a user.
To obtain user context, you must be authorized to log into the target service with the user’s identity (Auth Session).
Intuned streamlines creating and maintaining authenticated integrations.
A workspace is the top-level logical entity that allows you to govern access control over your Intuned resources. Each workspace can have more than one project, and multiple users can be in the same workspace. In general, we recommend that a single company or team share a workspace.
Once a project is deployed, it can be consumed by directly calling the APIs within the project or using Jobs and Queues as a way to orchestrator calling these APIs.
Jobs are a higher-level abstraction on top of the APIs. One of the main use cases for it is scrapers that need to run regularly. Jobs can be created, deleted, and triggered via the Jobs API or Intuned’s UX.Each job has a schedule (when to run), a sink (where to send data to), a configuration (how to run), and a payload (what to run).