> ## 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.

# Logout

> Invalidate the current JWT session

## Overview

Logs out the current session and invalidates the JWT.

## HTTP request

`POST /Agent/Account/Logout`

## Authentication

Requires a valid JWT bearer token.

## Request body

```json theme={null}
{}
```

## Response

Returns a success status with an empty JSON body.

## Best practices

* Call Logout on user-initiated sign-out.
* If a token is compromised, log out and revoke access immediately.
