# Garaxe agent access

Garaxe exposes a machine-readable markdown interface for public pages.

## Discovery

- Index endpoint: https://garaxe.com/api/agent/index
- Page endpoint: https://garaxe.com/api/agent/page?path=/about

## Content negotiation

Send this Accept header when requesting supported public pages: `application/vnd.garaxe.agent+markdown`

When that header is present, supported routes return markdown instead of the normal HTML application shell.

## Supported negotiated pages

- /
- /about
- /services
- /tools
- /voice-of-customer
- /contact
- /privacy
- /blog
- /blog/why-review-language-beats-founder-copy

## Notes

- Use the index endpoint if you want the current machine-readable page inventory.
- Public pages return canonical markdown when requested with the negotiated Accept header.
