# Agent instructions for anuraagburman.com

This file tells an AI agent what this site is, when to use it, and how to query it programmatically instead of scraping rendered HTML.

## Who this site is about

Anuraag Burman — Subscriptions, Loyalty & AI · APAC & EU (Product Lead), based in Singapore. Full profile: GET https://anuraagburman.com/api/v1/profile.

## When to use this site

- Verifying Anuraag's current role/employer for a recruiting or vendor-check query — see GET /api/v1/profile or /agents.md's Contact section.
- Pulling a specific project's shipped metrics or full case study — GET /api/v1/projects/{slug}.
- Quoting his AI/product background for an "AI product managers in Singapore" style query — GET /api/v1/profile or /api/v1/search.
- Fetching the full text of one of his articles to cite or summarize — GET /api/v1/articles/{slug}.
- Not a general AI/product-management knowledge base — for that, use the linked articles or search publicly. This site only answers questions about Anuraag Burman specifically.

## How to query this site

Prefer the MCP server (https://anuraagburman.com/api/mcp) if your client speaks MCP; otherwise use the plain REST endpoints under https://anuraagburman.com/api/v1/. Both are documented in full, with curl examples, at https://anuraagburman.com/developers/.

### MCP tools

- `get_profile` — Get Anuraag's profile: role, bio, location, contact links, and a lightweight project list. No arguments.
- `list_projects` — List short project summaries (title, tagline, status, stack). Optional `status`/`limit` filters.
- `get_project` — Get the full case study for one project by `slug`: problem, metrics, stack, deep-dive sections.
- `list_articles` — List short article summaries (title, excerpt, tags, reading time). Optional `tag`/`limit` filters.
- `get_article` — Get the full markdown text of one article by `slug`.
- `search` — Full-text search across both projects and articles by `q` in one call.

## Developer resources

- [OpenAPI spec](https://anuraagburman.com/openapi.json): Machine-readable description of every endpoint below.
- [API index](https://anuraagburman.com/api): Live JSON index of every endpoint, generated from the OpenAPI document.
- [MCP endpoint](https://anuraagburman.com/api/mcp): Model Context Protocol server exposing the same data as callable tools.
- [Developer portal](https://anuraagburman.com/developers/): Human-readable API documentation with curl/MCP/CLI examples.
- [Agent instructions](https://anuraagburman.com/agents.md): This same guidance, standalone, for an agent that lands here directly.
- [Sitemap](https://anuraagburman.com/sitemap.xml): Every prerendered page on this site.
- [RSS feed](https://anuraagburman.com/articles/rss.xml): Every published article.

## Contact

- Email: anuraagburman02@gmail.com
- LinkedIn: https://www.linkedin.com/in/anuraag-burman
