# Agent-readable files

Use these files when an agent or crawler needs workflow instructions it can read directly.

## Files

| File | Path | Use |
| --- | --- | --- |
| AI Agent Hub Markdown | `/api/agents.md` | Overview of AI Agent Hub workflows |
| Mortgage rates workflow | `/api/agents/mortgage-rates.md` | Forecast starter workflow |
| Market map workflow | `/api/agents/market-map.md` | Search-only workflow |
| Market stress brief | `/api/agents/vix-stress.md` | Multi-call Forecast workflow |
| Pre-trade check workflow | `/api/agents/pre-trade-check.md` | Pre-trade Forecast workflow |
| Agent instructions | `/agents.txt` | Short agent instructions |
| Discovery JSON | `/.well-known/agents.json` | Machine-readable discovery |

## How to use

Agents can discover these files from `/agents.txt` or `/.well-known/agents.json`. You can also give a Markdown URL directly to an agent when you want it to run a specific workflow.
