Agents

Built-in agent

Oculr ships its own agent and a workflow recorder. Describe a task in natural language, or record it once and replay it across a fleet, all over the same profiles and CDP your scripts use.

Describe a task

The built in agent takes a task in natural language and carries it out in a chosen profile. It uses the same launch and CDP path as the API, so the browser it drives has the same fingerprint and proxy as any other session for that profile.

Record and replay

The workflow recorder captures a session once. You then replay that workflow across many profiles. Recorded steps run without an agent per run, so a scheduled workflow does not spin up a model for every execution.

  • Record a workflow by performing it once in a profile.
  • Turn repeated values into variables so the same flow runs with different inputs.
  • Replay across a fleet of profiles, each with its own identity.
Agents and workflows are separate. The agent authors and repairs a workflow. The workflow itself runs without an agent at run time.