ComonAI API Documentation
```

Overview

This API provides access to ComonAI infrastructure services.

GET /v1/status
Returns system status.

Example response:
{ "status": "ok" }
POST /v1/auth
Authenticate user and return token.

Parameters:
username, password
GET /v1/data
Fetch data records from API.
```