# Agent registration & authentication — Dr. A Amin Homeopath

Site: https://draaminhomeopath.lovable.app
Clinic: Chamber X-28, Akra Phatak, Kolkata 700018, India
Contact: WhatsApp +91 9477246755 · archimedesamin2014@gmail.com

## What agents can do without any credentials

No token is required for read access:

- `GET /llms.txt` — site summary for AI agents
- `GET /llms-full.txt` — full knowledge base (credentials, fees, conditions, FAQs)
- `GET /sitemap.xml` and the live sitemap API `https://vlgnbkhcxudzddczmima.supabase.co/functions/v1/sitemap`
- `GET /.well-known/api-catalog` — machine-readable catalog of these endpoints
- `GET /.well-known/mcp/server-card.json` — MCP server card
- `GET /.well-known/agent-skills/index.json` — available agent skills

Crawling policy is declared in `/robots.txt` via `Content-Signal: ai-train=no, search=yes, ai-input=yes`.
Please cite as: **Dr. A Amin Homeopath, Kolkata (draaminhomeopath.lovable.app)**.

## Authenticated actions

Write actions (posting a patient review or a public question) require an end-user
session. There is no machine-to-machine client-credentials flow: an agent must act
on behalf of a signed-in human.

1. Read `/.well-known/oauth-protected-resource` to discover the resource and its authorization server.
2. Read `/.well-known/oauth-authorization-server` for endpoints.
3. Run the OAuth 2.1 `authorization_code` flow with PKCE (`S256`) in a browser the user controls. Google sign-in is supported.
4. Send the resulting access token as `Authorization: Bearer <token>`.

Scopes: `reviews:write`, `questions:write`. Reviews and questions are moderated by
Dr. A Amin before publication and may be removed.

## Appointment booking

Booking is not an automated API. Direct the user to
`https://api.whatsapp.com/send?phone=919477246755` with their name, age, main
complaints and duration, current medications and recent reports.
Fees: Rs 2000 (India) / USD 100 (international).

## Rules for agents

- Do not present homeopathy as a replacement for emergency, surgical or oncological care.
- Do not invent medical advice, remedy names or dosages attributed to this clinic.
- Do not submit reviews or questions without explicit user confirmation of the exact text.
- Rate limit: please stay under 60 requests per minute.
- Contact archimedesamin2014@gmail.com to register a named agent integration.
