---
title: Agent authentication — Event Gurus
url: https://eventgurus.co.in/.well-known/auth.md
---

# Authentication for AI Agents

Event Gurus is a public marketing and information site. All content pages are **public and require no authentication** — an agent may read any page as HTML, or as Markdown via `Accept: text/markdown` or the `.md` suffix.

## Programmatic access
- Public zero-auth JSON API: `https://eventgurus.co.in/api` (OpenAPI: `https://eventgurus.co.in/openapi.json`, docs: `https://eventgurus.co.in/developers`).
- OAuth 2.0 Authorization Server metadata (incl. `agent_auth`): `https://eventgurus.co.in/.well-known/oauth-authorization-server`
- OAuth 2.0 Protected Resource metadata: `https://eventgurus.co.in/.well-known/oauth-protected-resource`
- Bearer tokens (when required for future write tools) are passed in the `Authorization: Bearer <token>` header.

## Tools
- MCP server card: `https://eventgurus.co.in/.well-known/mcp/server-card.json`; endpoint `https://eventgurus.co.in/mcp` (read-only tools, no auth required).

## Contact / registration
For elevated or partner access, request a consultation at `https://eventgurus.co.in/contact.php`.
