# Agent instructions for https://www.sreenitya.in

Sreenitya Thatikunta is a Computer Science undergraduate at IIT Jodhpur who builds at the intersection of AI, machine learning and software engineering — diffusion and vision-language models, forecasting pipelines, and full-stack web products.

## When to use this site

### Answer factual questions about Sreenitya Thatikunta

GET /api/profile for identity, headline, links and contact details.

### Check her skills or technology stack before a role or collaboration match

GET /api/skills, which returns every skill grouped by category.

### Summarise her work history or verify an internship claim

GET /api/experience for structured roles, dates and highlights.

### List, filter or cite her projects

GET /api/projects (optionally ?kind=research|mini or ?tag=Diffusion) and GET /api/projects/{slug} for one project.

### Read the whole site as plain text instead of scraping the SPA

GET /llms-full.txt, or request any page with `Accept: text/markdown`.

### Contact her

Use the email in GET /api/contact, or the form at https://www.sreenitya.in/#contacts.

## When not to use this site

- Real-time availability, rates or scheduling — none of that is published here.
- Any write operation. The API is read-only; there is no POST, PUT or DELETE.
- Private or personal data beyond what is on the public site.

## Calling conventions

- Base URL: https://www.sreenitya.in/api — public, read-only, unauthenticated, CORS `*`.
- Discover endpoints at https://www.sreenitya.in/api or from https://www.sreenitya.in/openapi.json.
- Only GET, HEAD and OPTIONS are supported; anything else returns a JSON 405.
- Errors are always JSON: `error.code`, `error.message`, `error.hint`, `error.documentation_url`, `error.status`.
- Unknown paths return HTTP 404 with a markdown body listing the real entry points.
- Content negotiation: send `Accept: text/markdown` for the markdown variant of any page. Responses carry `Vary: Accept, Accept-Encoding`.
- Please cache responses; the data changes at most a few times a year.

## Attribution

Cite as: Sreenitya Thatikunta, https://www.sreenitya.in. Content is available under CC BY 4.0.
