MVP build · Free while in preview

Design your API once. Let Claude, Cursor, and your team call it instantly.

APIKumo gives you a Postman-style workspace, auto-generated docs, and a live MCP endpoint — without juggling Postman, Mintlify, and a hand-coded MCP server.

Sign in with Google, GitHub, or Discord. No card required.
20+code-sample targets
6import formats
published docs sites
MCPAI-ready endpoint
Why APIKumo

Why developers switch to APIKumo

AI agents

You build APIs — AI agents need to call them

  • Every published collection becomes a live MCP endpoint, zero config
  • Claude, Cursor, and Continue discover your API surface automatically
  • llms.txt + Markdown export in one click
MCP Endpoint
Live
Server URL
acme.apikumo.com/mcp
Discovered tools · 4
GETlist_users
POSTcreate_user
GETget_user
DELETEdelete_user
llms.txt·OpenAPI·Markdown
Switching from Postman

Switching from Postman? You'll be set up in minutes.

  • Import Postman v2.1 — schemas, environments, and auth all carry over
  • Pre/post processors match what you already know (HMAC, JSONPath, custom JS)
  • Fraction of the price of Postman Team
Import collection
Postman v2.1
OpenAPI 3.x
Insomnia v4
HAR
cURL
Native JSON
Drop your collection.json hereor click to browse
Acme-API-v2.postman_collection.json48 KB
12 requests · 3 folders · 2 environments
Publish

Ship docs your users actually want to use

  • Custom subdomain + theme + AI chat — no Mintlify subscription needed
  • Versions + changelog built in
  • Try-it panel works with real auth, environment-aware variables
Publish settings
Published
Subdomain
acme.apikumo.com
Version
v1.4.0
Current
v1.3.0
Published
v1.2.0
Published
AI chat Search Try-it
Editor

A keyboard-first editor built for your workflow

  • Cmd+K palette, multi-tab, Monaco body editor with format-on-paste
  • CORS-free proxy, per-workspace environments that never leak secrets
  • Code samples in 27 languages, one click to copy
Jump to request…⌘K
POSTCreate userUsers
GETList usersUsers
DELETEDelete userUsers
POSTCreate invoiceBilling
GETList webhooksWebhooks
↑↓ navigate openEsc close
Preview

Three panes. No clutter.

Sidebar for collections, editor for the active request, response below. Calm typography, generous spacing, one accent color.

  • 16px monospace URL bar with inline {{variable}} chips
  • HTTP methods color-coded the same way in sidebar, editor, and docs
  • Resizable sidebar and split, restored across reloads via local settings
  • WCAG-AA contrast on the dark theme — your eyes get a break
AL
GETList users×
POSTCreate user×
DELETEDelete user
POST
https://api.example.com/v1/{{tenant}}/users
BodyHeaders3ParamsAuthDesignPre2Post1Settings
1
2
3
4
5
{
"name": "Ada Lovelace",
"role": "admin",
"tenant": {{tenant}}
}
201Created·148 ms·312 B
BodyHeadersCookiesConsole2
{
  "id": "usr_8f2a",
  "name": "Ada Lovelace",
  "role": "admin",
  "createdAt": "2026-04-29T09:12:00Z"
}
acme.apikumo.com
v1.4.0
POST/v1/{{tenant}}/users

Create a user

Creates a user record in the active tenant. The caller must have the users:write scope.

Body
namestringrequired
Display name. 1-80 chars.
roleenumrequired
admin · member · viewer
metadataobject
Optional, freeform.
Response · 201
{ id: "usr_8f2a", name: "Ada" }
Try it— call this endpoint with your env
Publish

Ship docs that look like a product.

Every collection can become a public docs site on its own subdomain — with a theme, search, scroll-spy navigation, and live try-it. No static-site generator, no markdown rewriting.

  • Custom subdomain — publish to your-api.apikumo.com and share a single link.
  • Versions & changelog — snapshot v1.0, keep editing v1.1, and show readers what changed.
  • Permalinks everywhere — /endpoints/users-create, plus llms.txt, OpenAPI, and Markdown exports.
  • Try-it panel — readers can call your API from the docs page, with env-aware variables and auth.
  • Reader sign-in — visitors can sign in with Google, GitHub, or Discord directly on your docs site.
Specs

The details, without the scroll.

Code samples, import/export formats, and keyboard shortcuts — one panel, switch to what you need.

cURLPythonGoSwiftJavaJS FetchC#Ruby

One workspace for the entire request lifecycle.

Sign in with a single click and your collections, environments, and settings sync to every device you use.

No card required · Sign in with Google, GitHub, or Discord