Goat docs
Living product notes
GoatArchitectureBrain
Integrations
IntegrationsJamieGranolaFathomAttio
Docs workflow
Goat
DocumentationGoat

Goat

Living notes for the experimental just-in-time agent harness.

What these docs are

These docs are the working reference for Goat: how the app is shaped, how the task harness runs, and what decisions are current enough to build on.

They are intentionally close to the app code. The source lives in apps/goat/content/docs, and the rendered docs live at /docs inside the Goat app.

Current product shape

Goat has two user-facing paths:

  • Chat for direct answers, quick tool use, and starting durable background work.
  • Results for tasks that keep running through the runner service and stream durable status back into the app.

The app is still experimental. Treat these docs as a living map of the current implementation, not as a frozen public manual.

Where to start

  • Architecture explains the main runtime pieces and request flow.
  • Brain explains the knowledge graph: document model, ingestion, and retrieval.
  • Integrations explains external connectors and source ingestion setup.
  • Docs workflow explains how to update this documentation as the app changes.
On this page
What these docs areCurrent product shapeWhere to start