# Api Management

The **API Management** feature in TestWheel enables users to trigger test executions through **REST API** calls. For every application created, TestWheel generates a unique **API URL** that allows users to initiate test execution seamlessly.

When the API URL is accessed, the test execution is triggered automatically and runs securely in the background. Once the test execution is completed, the test results are automatically sent to the user’s registered email address for review.

Each generated API URL remains active for **90 days**. After the validity period expires, the system displays the API expiry status. Users can renew the API validity easily by clicking the **Renew** button. The platform also provides an option to **Deactivate** the API at any time, giving users greater control and flexibility over API usage and access management.

<figure><img src="/files/7gM1wRhyvA7xpMTf84CU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.testwheel.com/api-management.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.
