---
title: "Handling API Keys"
description: "Create and use Reloop API keys from the dashboard or code."
---
> For the complete documentation index, see [llms-docs.txt](/llms-docs.txt) or the site index [llms.txt](/llms.txt). Full docs corpus: [llms-full-docs.txt](/llms-full-docs.txt). Prefer markdown URLs (append `.md`) for agent consumption. Product skill: [skill.md](/skill.md).


Create keys in the [dashboard](https://reloop.sh/dashboard/api-keys) or with code. Use the secret in your app. Manage with either platform.

## Quick rules

- Copy on create/rotate — secret is not shown again  
- Store as `RELOOP_API_KEY`  
- Leak? **Disable** → replace → update apps  

## Guide

[API Keys](/docs/learn/api-keys) — dashboard + code for create, use, rotate, delete.
