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

# Getting Started

The API is served on `http://localhost:50000`. If you opened another instance the port number is incremented by 1, so the `first instance` will have port `50000`, `second instance` will have port `50001` and so on. In order to use API add endpoint path to base URL.

Example: `/state` ->  `http://localhost:50000/api/v1/state`
