Jev.aitools.fyi
Agent and API surface
This page describes how software agents and integrators can read Jev Directory without scraping HTML. It is not the TypeSafe Jev inference API.
Start here
Canonical site URL: https://jev.aitools.fyi. Human readers use the same host; agents can negotiate Markdown on the homepage and fetch machine-readable indexes below.
- /openapi.jsonOpenAPI 3.1 description of discovery endpoints
- /llms.txtPlain-language site map for LLM crawlers
- /sitemap.xmlIndexable HTML routes
- /search-index.jsonListing search index used by the Explore UI
- /.well-known/jev-directory.jsonPublisher manifest with counts and URL patterns
Content negotiation
Send Accept: text/markdownto / for a Markdown overview. HTML remains the default for browsers. Responses includeVary: Accept.
Unknown paths return HTTP 404. With Markdown Accept, 404 bodies include links back to home, llms.txt, and the sitemap.
JSON errors under /api/*
This directory does not expose a write API on /api/*. Unknown routes return JSON with shape{ "error": { "code", "message", "hint" } }. See OpenAPI for examples.
TypeSafe inference
To call System One (Jev) in your app, use TypeSafe credentials andofficial API docs. This site only links to community and official listings.