# AGENTS.md — quickstock

## Project

TanStack Start + Clerk + Convex project. See [README.md](README.md) for setup.

## Web Search

When you need to search the web, use the Exa API. Full reference and API key at:

**[docs/prompts/web-search.md](docs/prompts/web-search.md)**

Quick reminder:
- Always `export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt` before curl
- Prefer `type: "auto"` with `contents: {"highlights": true}` for most queries
- Use `outputSchema` + `type: "deep-lite"` for structured/synthesized answers
- Use `maxAgeHours: 0` for real-time data

## Docs

| Area | Path |
|------|------|
| Convex | [docs/convex/](docs/convex/) |
| Groq | [docs/groq/](docs/groq/) |
| React Webcam | [docs/react-webcam/](docs/react-webcam/) |
| Web Search | [docs/prompts/web-search.md](docs/prompts/web-search.md) |
| MCP / Playwright | [.zot/mcp.json](.zot/mcp.json) |
