# vesivanov.com agent interface

Preferred: use the JSON endpoints instead of parsing HTML.

## Discover content
GET /api/agent/index

## Fetch structured content for a page/post
GET /api/agent/page?path=/blog/<slug>

## Content negotiation (optional)
If you request any blog URL with:
Accept: application/vnd.vesivanov.agent+json
you will receive JSON instead of HTML.
