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

# Introduction

> How the DebtWise API is structured and which environments are available.

The DebtWise API suite is the primary means for developers to offer debt management tools within their existing applications.

The DebtWise API follows REST architecture, with most operations performed via `GET`, `POST`, `PATCH`, and `DELETE` requests. All requests must include a `Content-Type` of `application/json` and the body must be a valid JSON. Communication is served over HTTPS TLS v1.2+ to ensure data privacy.

## Environments

There are two environments to work with the DebtWise API: Sandbox and Production. The Sandbox environment is unrestricted and uses test data. All testing should be done in the Sandbox environment. When you are ready to launch into Production, reach out our support team to request Production environment access.

| Environment            | Base URL                        |
| ---------------------- | ------------------------------- |
| Sandbox (test data)    | `https://staging.debt-wise.com` |
| Production (live data) | `https://app.debt-wise.com`     |
