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

# Sandbox

> Use the X Ads API sandbox environment to safely test campaign workflows, create test advertiser accounts, and manage funding instruments without serving ads.

The sandbox is an environment for you to test and build your Ads API implementation.

Campaigns created via the sandbox will not be served to users and test records for objects such as Funding Instruments can be created dynamically.

Using the sandbox is as simple as calling the appropriate hostname of ads-api-sandbox.x.com but it also contains some unique functionality found only in the sandbox.

Make an initial request to [POST accounts](/x-ads-api/campaign-management/reference#post-accounts) to create a new advertiser account. The response from this call will contain an account\_id that can be used for subsequent requests. These endpoints enable consumers to create and test against multiple advertiser accounts.

### Sandbox-Only Endpoint List:

* [POST accounts](/x-ads-api/campaign-management/reference#post-accounts) Create an account on the sandbox
* [POST accounts/:account\_id/features](/x-ads-api/campaign-management/reference#post-accounts-account-id-features) Add an account feature to an account on the sandbox
* [POST accounts/:account\_id/funding\_instruments](/x-ads-api/campaign-management/reference#post-accounts-account-id-funding-instruments) Add a funding instrument to an account on the sandbox
* [DELETE accounts/:account\_id](/x-ads-api/campaign-management/reference#delete-accounts-account-id) Delete an account on the sandbox
* [DELETE accounts/:account\_id/features](/x-ads-api/campaign-management/reference#delete-accounts-account-id-features) Delete an account feature from an account on the sandbox
* [DELETE accounts/:account\_id/funding\_instruments/:funding\_instrument\_id](/x-ads-api/campaign-management/reference#delete-accounts-account-id-funding-instruments-funding-instrument-id) Delete a funding instrument from an account on the sandbox
