---
title: "Get Brain Dump Intro"
method: GET
path: "/api/onboarding/brain-dump/intro"
tags: ["v1", "onboarding", "onboarding", "brain-dump"]
---

# Get Brain Dump Intro

`GET /api/onboarding/brain-dump/intro`

Content for the copilot home's onboarding greeting.

Pre-generated during finalize, so this is a plain row read — the
copilot home never waits on a model to render its first screen.
``greeting_done=true`` means the client should show nothing and cache
that locally.

## Response `200`

Successful Response

- IntroCardResponse — Content for the copilot home's onboarding greeting. ``path`` is "A" when we have something to reflect back and "B" when the greeting's job is to invite a recording instead. ``greeting_done`` is the server-side "already seen it" flag — when true the client shows nothing and caches the fact locally.
  - `path` string, required
  - `greeting` string, required
  - `prompts` SuggestedPrompt[]
    - `title` string, required
    - `prompt` string, required
    - `icon` string
  - `greeting_done` boolean
  - `transcript` string, nullable

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
