ag.← back

developers

akshat goel — developer resources.

everything on akshatgoel.com is available in a form a program can read: json apis, an openapi specification, and a markdown twin of every page. nothing here needs a key except printer ingest.

DISCOVERY

JSON APIS

MARKDOWN

CONVENTIONS

  • markdown from any url. send Accept: text/markdown and you get text/markdown; charset=utf-8 back, with Vary: Accept. the same document is addressable directly under /md.
  • errors are json. every failure under /api returns a stable code, a message, and a hint. never an html page.
  • unknown paths 404. never a 200 shell. the body lists the sitemap, llms.txt, and this page.

EXAMPLE

curl -H "Accept: text/markdown" https://www.akshatgoel.com/notes/agent-evals
curl https://www.akshatgoel.com/api/projects
curl https://www.akshatgoel.com/openapi.json