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

# Versioning

> Understand how UseAgents approaches API stability, backward compatibility, and future changes.

The UseAgents API is designed for stability and backward compatibility as it evolves.

## Current API shape

**Base URL:** `https://api.useagents.site`

REST endpoints such as `/tools/search` are currently unversioned. The goal is to keep existing clients working as the platform changes.

## Versioning strategy

* **Backward compatibility**: Avoid breaking changes to existing response structures and parameters.
* **New features**: Add optional fields in a way that does not break existing clients.
* **Deprecation**: Provide notice and migration guidance before making required changes.

## Integration guidance

* Build clients that tolerate new optional fields in responses.
* Avoid assuming field order in JSON responses.
* Watch changelogs and announcements for deprecations or migration guidance.
* Test integrations when platform changes are announced.
