# OVM API Discovery Documentation

## Discovery endpoints

- API catalog: `https://ovmtransport.com/.well-known/api-catalog`
- OpenAPI description: `https://ovmtransport.com/.well-known/ovm-site-api/openapi.json`
- OAuth discovery: `https://ovmtransport.com/.well-known/oauth-authorization-server`
- Protected resource metadata: `https://ovmtransport.com/.well-known/oauth-protected-resource`
- Status: `https://ovmtransport.com/.well-known/ovm-site-api/status.json`
- Contact metadata: `https://ovmtransport.com/.well-known/ovm-site-api/contact.json`
- Services metadata: `https://ovmtransport.com/.well-known/ovm-site-api/services.json`
- Coverage metadata: `https://ovmtransport.com/.well-known/ovm-site-api/coverage.json`

## Agent resources

- Agent skills index: `https://ovmtransport.com/.well-known/agent-skills/index.json`
- MCP server card: `https://ovmtransport.com/.well-known/mcp/server-card.json`
- Homepage markdown: `https://ovmtransport.com/index.html.md`
- Docs markdown: `https://ovmtransport.com/docs/api/index.html.md`

## Scope

These resources expose public website metadata for service discovery, coverage discovery, contact routing and browser based agent tooling.

## Authentication note

This website publishes OAuth discovery metadata and protected resource metadata for agent discovery. In the website only deployment, the advertised OAuth endpoints return a clear not implemented response so agents can detect that automated token issuance is not enabled here.
