- pr Make your API's purchase flow safe for an agent to run
Designing or marketing an API where an autonomous agent could evaluate, integrate, or transact on a developer's behalf — anything that sells or provisions something programmatically.
- pr Structure docs so an AI assistant can retrieve them
Planning docs work, an information-architecture overhaul, or deciding whether to publish llms.txt.
- ex GoDaddy builds the checkout for the agent
Docs served as markdown and OpenAPI with a quickstart that says "hand this spec to your LLM" — and a purchase flow (quote-token, idempotency keys, consent record) an agent can run without over-buying.
- ex Stripe injects your live test keys into the docs
A three-pane API reference with runnable, copy-once code that carries your own test key — the docs are the product tour.
- hire DevDocs.work
"Engineers who write" as the staffing model, with Dell, NVIDIA, Qualcomm, AMD and Stripe named, sold three ways: a scoped sprint, an embedded documentation engineer, or full ownership.
- hire Draft.dev
300+ vetted engineer-writers and a stated 100+ devtool clients, Docker, JetBrains and Redpanda among the logos on the wall.
- hire Hackmamba
50+ engineering-first clients including Cloudinary, Auth0, Netlify, Appwrite and Sourcegraph, drawn from a stated 1,500-strong technical creator network.
- hire Infrasity
In-house engineer-writers rather than a freelancer marketplace, 40+ infrastructure and devtool logos including Travis CI and env0, and a stated seven-day turnaround on technical video.
- hire Literally
Client base of venture-backed devtool startups (Y Combinator, Initialized, Innovation Norway), with a published AppSignal case study claiming a 400% conversion-rate lift in three months.
- hire Manicule
A Y Combinator-backed docs studio for devtools with Supermemory, Greptile, Reducto and Rootly shipped, agents doing the code verification and humans doing the architecture.
- sk diataxis-docs-framework: a house style you can adopt instead of argue
Diátaxis expanded to fourteen content types, 27 rules, and six pluggable style guides — Google, Microsoft, Stripe, Canonical, Good Docs, or minimal.
- sk docs-auditor: make “our docs are fine” falsifiable
Thirty-three checks across AI discoverability, structure, content quality, SEO and internal linking, returned as a 0–100 score with prioritised fixes.
- sk readme-skill: write and review the repo front door
Generates or audits a README against a cited standard, scored out of 100 across identity, trust, onboarding, structure, craft, and agent-readability.
- sk sdk-docs-auditor: grade the gap where activation dies
Scores SDK docs across the six sections integration actually fails in — installation, quick start, error handling, troubleshooting, examples, best practices — as an HTML report.
- sk skill-creator: package what you know as something installable
Scaffolds and validates an Agent Skill — the packaging format that puts your conventions, gotchas and idiomatic examples inside the agent your users already work in.
- sk llms-txt-checker: can the answer engines read you at all
Probes robots.txt, llms.txt and llms-full.txt, scores AI-readiness against a structured checklist, and needs no API key.
- sk changelog-generator: the most-read page nobody owns
Reads git history, groups changes into added, improved, fixed and breaking, drops internal noise, and returns release notes a human can edit in ten minutes.
- 07-26 A checkpoint before the tool call: 'agent-safe by design' is becoming a category
In two weeks at least five teams shipped the same primitive — a policy gate between an AI agent and an irreversible action — and independent research is now naming it. The category is forming; the positioning window is open.
- W30 The AI seat gets a price — and the empty ones get counted
GitHub priced AI code review as a seat plus a meter on Monday, then shipped the dashboard that counts unused Copilot seats on Wednesday — the vendor selling AI seats is now arming buyers to find the shelfware, because the ROI-skeptical renewal conversation demands it.
- W29 Incumbents start shipping for the agent-as-buyer
GoDaddy and Atlassian both shipped product for the agent-as-user in the same week — the thread graduated from tiny Show HNs to platform roadmaps — while Cerebras showed how quietly sunsetting a free tier burns trust it took years to earn.
- W28 The agent reading your docs is starting to shop
Machine-mediated discovery moved a step this week — from AI assistants reading your docs to agents comparing and picking vendors — while a zero-budget open-source launch topped Hacker News on reputation alone.
- 07-17 GEO for devtools: what to do when the reader is a model
Machine-mediated discovery is real — Vercel gets 10% of signups from ChatGPT — but most of what's sold as GEO is ritual. The work that pays is docs and API surfaces you should want anyway.
- 07-07 AI assistants are now a primary reader of your docs
Coding assistants (Claude, Cursor, Copilot) and answer engines increasingly read and cite developer documentation, and practitioners are restructuring docs — and adding llms.txt — so machines can retrieve them, not just humans.