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

# Versioning

> How the Neuron API handles versioning, deprecations, and breaking changes.

The Neuron API is versioned to ensure stability as the platform evolves. Breaking changes are never introduced without a new version.

## Version format

Versions are specified in the URL path:

```text theme={null}
https://api.neuro-tech.io/v1/...
```

## Current version

The current stable version is **v1**.

## Deprecation policy

* Deprecated versions are announced at least **6 months** before sunset.
* You will receive notifications via email and dashboard alerts.
* After sunset, deprecated endpoints return a `410 Gone` response.

## Changelog

All version changes are documented in the [changelog](#). Subscribe to updates from your dashboard to stay informed of new releases and deprecations.

## Backwards compatibility

Within a major version, we guarantee:

* No removal of existing fields from responses
* No changes to existing field types
* No breaking changes to authentication

Additive changes (new fields, new endpoints) may be introduced at any time without a version bump.
