# onlyfonts — for agents onlyfonts is a font platform agents can use end to end without auth: 1. Search semantically: POST https://api.onlyfonts.ai/v1/search {"query": "warm serif for a bakery", "limit": 5} 2. Or get typography suggestions for a project: POST https://api.onlyfonts.ai/v1/suggest {"project": "developer docs site", "mood": "calm, technical"} 3. Use the font via the Google Fonts-compatible CDN: More: - Human-readable agent docs: https://onlyfonts.ai/agents - API reference: https://onlyfonts.ai/docs/api - Site index: https://onlyfonts.ai/llms.txt - Rate limit: search 30 req/min per IP. Higher volume: support@onlyfonts.ai Notes: - All fonts are open-source licensed (OFL/Apache) — safe to embed and redistribute per their licenses. - No MCP server yet; when it ships it will be announced at https://onlyfonts.ai/agents.