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

# Introduction

> RedstoneGuard documentation for website workflow and public API usage

# Welcome to RedstoneGuard

RedstoneGuard is a platform for script protection, key management, key-system flows, and creator automation.

## Documentation Scope

<CardGroup cols={2}>
  <Card title="Scripts" icon="code" href="/features/scripts">
    How to manage scripts in the website dashboard.
  </Card>

  <Card title="Keys" icon="key" href="/features/keys">
    Key creation and validation flow, including public API usage.
  </Card>

  <Card title="Key System" icon="link" href="/features/key-system">
    Checkpoint-based key flow configured in your dashboard.
  </Card>

  <Card title="Migration" icon="arrow-up-right-from-square" href="/features/migration">
    How migration and maintenance actions are handled from the website.
  </Card>
</CardGroup>

## Public API Scope

Only two external API routes are documented and supported for RG\_LIVE usage:

* `POST /api/keys/create`
* `POST /api/keys/verify`

Go to [Quickstart](/quickstart) for the full setup flow.
