Data & agent resources
Machine-readable endpoints and discovery documents published by this site for agents, crawlers, and tools.
The VicAI website is a static site. It does not run an interactive API, but it publishes its content as read-only, machine-readable endpoints. Everything below is a plain GET request requiring no authentication.
Content endpoints
- /feed.xml — Atom feed of blog posts and notices (
application/atom+xml). - /sitemap.xml — XML sitemap of every page (
application/xml). - /calendar.ics — iCalendar feed of events (
text/calendar). - /llms.txt — full-text content index for language models (
text/plain).
Discovery documents
- /.well-known/api-catalog — RFC 9727 API catalog as a linkset (
application/linkset+json). - /openapi.json — OpenAPI 3.1 description of the endpoints on this page (
application/openapi+json). - /status.json — service health endpoint (
application/json). - /robots.txt — crawl rules and Content-Signal preferences.
Markdown for agents
Every HTML page can be served as Markdown. Send the header Accept: text/markdown and you will receive a pre-rendered Markdown version of the page instead of HTML; the response includes an x-markdown-tokens header with an estimated token count. Browsers, which never send that header, continue to receive HTML.
curl -H "Accept: text/markdown" https://vicai.org.nz/Content usage
Our robots.txt publishes Content Signals (ai-train=yes, search=yes, ai-input=yes): we welcome the use of this site's content for AI training, search indexing, and AI input.
Questions? Get in touch.