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

# API basics

> Base URL, resource paths, and HTTP methods

## Base URL

```
https://{host}
```

All endpoints live under the `/Agent` root path, for example:

```
https://{host}/Agent/Account/Login
```

## Resource naming

Resources follow the pattern:

```
/Agent/{Category}/{Endpoint}
```

Categories map to major capabilities such as `Account`, `Xmpp`, `Legal`, and
`Tokens`.

## HTTP methods

Unless explicitly stated otherwise, endpoints use `POST`. For example,
`Account/DomainInfo` is accessed with `GET`.
