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

# REST API Guide

> Understand how Woes REST API docs, keys, scopes, and examples are organized.

# REST API Guide

The Woes REST API is documented in the [API Reference](/api-reference/overview)
tab. Keep implementation work there so product guides remain focused on how to
use Woes.

## What The REST API Covers

* Conversations.
* Issues.
* Clients.
* Agents.
* Sources.
* Definitions.
* Usage.
* Analytics.

## Before Building

1. Create a workspace API key in [Keys](/settings/keys).
2. Keep the full `woesk_` secret server-side.
3. Choose the minimum scopes your integration needs.
4. Test calls in the API Reference playground.
5. Review response boundaries before storing returned data.

## Related Reference

* [API Reference](/api-reference/overview)
* [Authentication](/api/authentication)
* [API Keys](/api/keys)
