# StealthTest API&#x20;

- [StealthTest API Reference Overview](/stealthtest-api/stealthtest-api-reference-overview.md): Learn about our StealthTest API and how to access your API key
- [API Reference](/stealthtest-api/api-reference.md): StealthTest API is built to allow organizations that want to integrate StealthTest into their workflows.
- [Get Environments](/stealthtest-api/api-reference/get-environments.md): Returns a list of environments running currently for your Team.
- [Get Environment](/stealthtest-api/api-reference/get-environment.md): Returns a specific environment running currently for your Team.
- [Create Environment](/stealthtest-api/api-reference/create-environment.md): Creates an environment for your team to access and use within seconds.
- [Delete Environment](/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](/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](/stealthtest-api/api-reference/fund-wallet.md): Funds a wallet on an existing network that you currently have running.
- [API Management](/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
