<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: eknut w.</title>
    <description>The latest articles on DEV Community by eknut w. (@eknut_w_22173d7fbba4f987).</description>
    <link>https://dev.to/eknut_w_22173d7fbba4f987</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922774%2F96aca30e-a080-4086-a9a2-186e1c0617e0.jpg</url>
      <title>DEV Community: eknut w.</title>
      <link>https://dev.to/eknut_w_22173d7fbba4f987</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eknut_w_22173d7fbba4f987"/>
    <language>en</language>
    <item>
      <title>I built an API workspace where docs write themselves — with AI chat and MCP built in</title>
      <dc:creator>eknut w.</dc:creator>
      <pubDate>Sun, 10 May 2026 04:09:40 +0000</pubDate>
      <link>https://dev.to/apikumo/i-built-an-api-workspace-where-docs-write-themselves-with-ai-chat-and-mcp-built-in-269o</link>
      <guid>https://dev.to/apikumo/i-built-an-api-workspace-where-docs-write-themselves-with-ai-chat-and-mcp-built-in-269o</guid>
      <description>&lt;p&gt;Most developers I know use at least three tools for a single API.&lt;/p&gt;

&lt;p&gt;Postman or Insomnia for sending requests. Notion or a static site for &lt;br&gt;
documentation. And some custom script — or a lot of manual copy-pasting &lt;br&gt;
— for handling auth like HMAC signatures or chained tokens.&lt;/p&gt;

&lt;p&gt;None of them stay in sync. The docs go stale. The auth scripts break. &lt;br&gt;
And every new teammate has to figure out the whole setup from scratch.&lt;/p&gt;

&lt;p&gt;That's why I built &lt;strong&gt;APIKumo&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;APIKumo is an API workspace that covers the full lifecycle in one place:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Request builder&lt;/strong&gt; — Monaco-powered editor, collections, environments, 
multi-tab, 20+ code generation targets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre/Post processors&lt;/strong&gt; — automate auth before requests fire. 
HMAC signing, bearer token from env, JSONPath extraction, 
variable chaining, response assertions. No external scripts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Doc publishing&lt;/strong&gt; — publish to your own subdomain with version 
selector, changelog, scroll-spy navigation, and a live try-it console&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The part I'm most proud of: Docs
&lt;/h2&gt;

&lt;p&gt;API documentation has a reliability problem. You write it once, &lt;br&gt;
it drifts from the actual implementation, and nobody trusts it after a month.&lt;/p&gt;

&lt;p&gt;APIKumo generates docs directly from your requests and schemas — &lt;br&gt;
so they stay accurate by default, not by discipline.&lt;/p&gt;

&lt;p&gt;Every published collection also gets:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI chat grounded in your real endpoints&lt;/strong&gt;&lt;br&gt;
Users can ask questions inside your doc page and get answers based on &lt;br&gt;
your actual API definition. Not hallucinated. Not generic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automatic MCP endpoint&lt;/strong&gt;&lt;br&gt;
Every collection exposes a Model Context Protocol endpoint with zero &lt;br&gt;
configuration. Claude, Cursor, Continue — any MCP-compatible AI agent &lt;br&gt;
can read your API surface and call it natively.&lt;/p&gt;

&lt;p&gt;The goal: docs shouldn't be a static page you maintain by hand. &lt;br&gt;
They should be a living surface that works for both humans and AI agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it stands
&lt;/h2&gt;

&lt;p&gt;APIKumo is free while in preview. I'm actively building and would &lt;br&gt;
genuinely love feedback — especially from developers who've felt this &lt;br&gt;
pain before.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://apikumo.com" rel="noopener noreferrer"&gt;apikumo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also launched on Product Hunt today if you want to support or leave feedback there.&lt;/p&gt;

&lt;p&gt;What's the biggest pain point you've had with API tooling? &lt;br&gt;
Would love to hear in the comments.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
