Skip to content

Built-ins Overview

Everruns ships with built-in harness types and capabilities that provide the foundation for agent sessions.

A harness defines the base environment for sessions — system prompt, default model, and bundled capabilities. Every session is assigned a harness.

HarnessDescriptionCapabilities
BaseEmpty harness, full controlNone
GenericRecommended default with core tools16 configured, including 14 user-facing defaults
Data AnalystSQL databases, charts, persistent memoryGeneric + 5 data capabilities; available as a built-in example
Platform ChatExtends Generic for global chatGeneric + Platform Management

See the Harnesses feature guide for harness selection, API management, and the prompt stack model.

Harness examples are adoptable templates. Import them when you want a preconfigured starting point, then customize the resulting org-owned harness.

ExampleImport NameDescription
Coding (Daytona)coding-daytonaGeneric + Daytona sandbox execution + GitHub Scout subagents for repository exploration
Coding (Container)coding-containerGeneric + self-hosted container sandbox execution + GitHub Scout subagents for repository exploration
Data Analystdata-analystGeneric + SQL databases, charts, persistent memory, and curated data knowledge

Capabilities are modular units that extend what an agent can do. Each can contribute tools, system prompt additions, and UI features.

Browse the full Capabilities reference for the complete list organized by category.