Honeystax API
Public, read-only, no authentication. Machine-readable spec at /.well-known/openapi.json, catalog at /.well-known/api-catalog, agent skill at /.well-known/agent-skills/index.json.
GET
/api/projectsEvery indexed tool: slug, name, tagline, category, agent platform, model, upvotes, githubUrl, createdAt. Detail pages live at /p/{slug}.
GET
/api/trendingMomentum-ranked Hacker News stories about AI tooling, with velocity metrics from repeated score snapshots.
GET
/api/recipesPublished stack recipes: reusable tool bundles with serialized tool lists.
Write actions (upvotes, bookmarks, comments, submissions) require a human session via /login. Pages also serve markdown to agents via Accept: text/markdown.