# TheAltening API

TheAltening API gives your launcher, bot, or alt manager a straightforward way to talk to your account. You call simple URLs, include your API key as a query parameter, and get clean JSON back that any script can parse.

Most folks use it to generate tokens and pass them straight into their app, quickly validate a token before using it, read basic account details like plan and expiry for gating features, and check that the service is healthy before a run.

&#x20;

Requests are standard GET calls with query parameters. Responses are consistent JSON objects so you can wire this up in whatever language or framework you already use. Endpoint details, parameters, and error codes on the following pages.

API access is available on plans that include it; the Starter plan doesn’t.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.thealtening.com/api-reference/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
