# StealthTest API&#x20;

- [StealthTest API Reference Overview](https://docs.stealthtest.com/stealthtest-api/stealthtest-api-reference-overview.md): Learn about our StealthTest API and how to access your API key
- [API Reference](https://docs.stealthtest.com/stealthtest-api/api-reference.md): StealthTest API is built to allow organizations that want to integrate StealthTest into their workflows.
- [Get Environments](https://docs.stealthtest.com/stealthtest-api/api-reference/get-environments.md): Returns a list of environments running currently for your Team.
- [Get Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/get-environment.md): Returns a specific environment running currently for your Team.
- [Create Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/create-environment.md): Creates an environment for your team to access and use within seconds.
- [Delete Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/delete-environment.md): Deletes an existing environment that is currently running. This endpoint should be used after you are running tests in CI/CD, or want to shutdown specific environments that are no longer needed.
- [Get Wallet Information](https://docs.stealthtest.com/stealthtest-api/api-reference/get-wallet-information.md): Requests wallet information for a given network. Returns the token balance, public address. Can be executed to validate when wallets are used for transactions and to confirm balances after.
- [Fund Wallet](https://docs.stealthtest.com/stealthtest-api/api-reference/fund-wallet.md): Funds a wallet on an existing network that you currently have running.
- [API Management](https://docs.stealthtest.com/stealthtest-api/api-management.md): StealthTest provides an easy way to manage your API Access. This ensures you never have to worry about how the API is being accessed


---

# 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.stealthtest.com/stealthtest-api.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.
