Pipelines Docs is in beta — content is actively being added.
AgentsRuntime Setup

Overview

Connection Paths for your Agents

Make the runtime decision

Decision pointChoose External HTTPChoose Sandbox
Where agent code executesYour infrastructurePipelines-managed sandbox
Best fitExisting hosted agent serviceYou want Pipelines to execute agent code directly
Network/control modelFull control of your infra/networkPlatform-managed runtime per task
Coding CLI workflowsNot supported for graded repo workspacesSupported (shell command + coding scenario)

External HTTP Agents

Workflow Order:

  1. Register an external HTTP agent
  2. Porting without the SDK (or Agent SDK (Python))
  3. Local development
  4. Inspecting runs

Sandbox Agents

Workflow Order:

  1. Sandbox agent reference
  2. Run a coding CLI agent (only if using shell-command/CLI flow)
  3. Task seeding or Coding agents (depending on run type)
  4. Inspecting runs