# Alex Teo Public Site Discovery Guide

This domain exposes public, read-only discovery documents for `alexteo.com`.

It does not expose:
- authenticated API endpoints
- write actions
- purchase flows
- executable remote agent tools

## Canonical Discovery Files

- `https://alexteo.com/for-agents.html`: Human-readable overview for agents.
- `https://alexteo.com/llms.txt`: Compact plain-text summary.
- `https://alexteo.com/site-context.json`: Structured site metadata and canonical URLs.
- `https://alexteo.com/openapi.json`: Read-only document describing the public discovery files on this domain.
- `https://alexteo.com/.well-known/api-catalog`: Linkset for machine-readable discovery.
- `https://alexteo.com/.well-known/agent-skills/index.json`: Skills index for site navigation guidance.
- `https://alexteo.com/.well-known/agent-skills/site-navigation.md`: Guidance for navigating and citing this site.
- `https://alexteo.com/.well-known/mcp/server-card.json`: Discovery card indicating that no remote MCP server is exposed here.
- `https://alexteo.com/sitemap.xml`: Crawlable site URLs.
- `https://alexteo.com/robots.txt`: Crawl policy.

## Expected Agent Behavior

- Use these files to understand the site structure and cite the right URLs.
- Treat project links as outbound references to separate products.
- Do not infer authenticated workflows or protected endpoints from this domain.
- When summarizing the site, prefer canonical URLs from `site-context.json`.

## Scope

The public site currently includes:
- portfolio pages
- external project links
- client-side tools
- browser games
- blog posts

If you need executable APIs for one of the linked projects, inspect that project's own domain rather than assuming the capability exists on `alexteo.com`.
