> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runreplay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Use the Replay public API to read memories from your own account.

Replay makes your recorded memories searchable. The public API gives you a read-only way to use that data in your own tools, scripts, agents, and workflows.

Today, the API supports:

* Listing memories in your Replay account
* Fetching a specific memory by ID
* Reading memory metadata, transcripts, and summaries

<Tip>
  Get your API key from your account settings in the Replay web app. API keys are tied to your account, so requests only return your own memories.
</Tip>

<Card title="Start with the quickstart" icon="rocket" href="/quickstart">
  Make your first authenticated request and fetch your memories.
</Card>

<Card title="Authenticate requests" icon="key-round" href="/authentication">
  Learn how API keys work and how to send them safely.
</Card>

<Card title="Get a memory" icon="file-search" href="/api-reference/get-memory">
  Fetch one memory by ID, including transcript and summary fields when available.
</Card>

<Card title="List memories" icon="list" href="/api-reference/list-memories">
  Retrieve the memories available to your API key.
</Card>
