# Auth for RAVIQ agents and APIs

RAVIQ’s public marketing site does **not** expose a public agent OAuth or MCP API.

## Product app auth (human users)

- Sign-in lives at `/login` (NextAuth credentials).
- App routes (`/dashboard`, `/respond`, `/overview`, `/vendors`, `/rfp/`) require a signed-in session.
- There is no public client-credentials or agent token issuance for third-party crawlers.

## What agents should use instead

- Public content: `/`, `/resources`, `/faq`, `/glossary`, `/llms.txt`, and the Markdown twins (`/index.md`, etc.).
- Book a human demo: https://cal.com/raviq.ai/discovery-session
- Sales email: contact@raviq.ai

## Rate limits

Public pages are cacheable and rate-limited by the host (Railway/CDN). Do not scrape authenticated app routes.

## Contact

Questions about integrations: contact@raviq.ai
