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

# Testing & SDKs

> How to test your integration safely, and the SDK/tooling options available.

## Testing

Until a dedicated sandbox is documented, the safest way to test is against a **demo tour** in a non-production organization:

* Create tours with `is_demo: true` (see [Tours — Create](/endpoints/tours)) so test data is clearly marked.
* Clean up with the `DELETE` endpoints, which soft-delete records.
* Use an organization that is flagged trial/beta/unlimited-free to avoid the [subscription requirement](/errors#subscription-requirement-402) on writes.

## SDKs

Official SDKs are **not yet available**. The API follows standard REST conventions and works with any HTTP client. Once an [OpenAPI specification](/introduction#openapi-specification) is published, you can use it to generate client libraries with tools like OpenAPI Generator or Swagger Codegen.
