> ## 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.

# API Introduction

> Public RedstoneGuard API scope and authentication

# API Overview

## Base URL

```txt theme={null}
https://redstoneguard.xyz/api
```

## Public API Scope

Only the following external endpoints are supported for RG\_LIVE integrations:

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

## Authentication

Use one of:

* `x-api-key: rg_live_...`
* `Authorization: Bearer rg_live_...`

`/api/keys/create` also accepts `apiKey` or `api_key` in body for webhook-style clients.
