What is it?
A completely new agent built from scratch. Think Claude Code for the browser: web scraping, data extraction, file manipulation, and complex multi-step workflows. Example: “Here’s a CSV with 50 people. For each person, find their LinkedIn profile, extract their current title and company, and return an enriched CSV.” The BU Agent handles the entire pipeline in a single task.Quick start
Same package, different import path:Structured output
Workspaces
Workspaces are persistent file storage that lives across sessions. Attach a workspace to a task and the agent can read and write files in it.Session messages
Retrieve the full message history for a session — useful for debugging or building custom UIs.after and before cursors for pagination through large message histories.
BU Agent API Reference
Full endpoint reference.
Workspaces Guide
Persistent file storage across sessions.
Agent Tasks
Task guide.
The BU Agent API is experimental. The interface may change.