• Explore the unified API Platform
        • BUILD APIs
        • Kong Insomnia
        • API Design
        • API Mocking
        • API Testing & Debugging
        • MCP Client
        • RUN APIs
        • API Gateway
        • Context Mesh
        • AI Gateway
        • Event Gateway
        • Kubernetes Operator
        • Service Mesh
        • Ingress Controller
        • Runtime Management
        • DISCOVER APIs
        • Developer Portal
        • Service Catalog
        • MCP Registry
        • GOVERN APIs
        • Metering & Billing
        • APIOps & Automation
        • API Observability
        • Why Kong?
      • CLOUD
      • Cloud API Gateways
      • Need a self-hosted or hybrid option?
      • COMPARE
      • Considering AI Gateway alternatives?
      • Kong vs. Postman
      • Kong vs. MuleSoft
      • Kong vs. Apigee
      • Kong vs. IBM
      • GET STARTED
      • Sign Up for Kong Konnect
      • Documentation
  • Agents
      • FOR PLATFORM TEAMS
      • Developer Platform
      • Kubernetes & Microservices
      • Observability
      • Service Mesh Connectivity
      • Kafka Event Streaming
      • FOR EXECUTIVES
      • AI Connectivity
      • Open Banking
      • Legacy Migration
      • Platform Cost Reduction
      • Kafka Cost Optimization
      • API Monetization
      • AI Monetization
      • AI FinOps
      • FOR AI TEAMS
      • AI Cost Control
      • AI Governance
      • AI Integration
      • AI Security
      • Agentic Infrastructure
      • MCP Production
      • MCP Traffic Gateway
      • FOR DEVELOPERS
      • Mobile App API Development
      • GenAI App Development
      • API Gateway for Istio
      • Decentralized Load Balancing
      • BY INDUSTRY
      • Financial Services
      • Healthcare
      • Higher Education
      • Insurance
      • Manufacturing
      • Retail
      • Software & Technology
      • Transportation
      • See all Solutions
      • DOCUMENTATION
      • Kong Konnect
      • Kong Gateway
      • Kong Mesh
      • Kong AI Gateway
      • Kong Event Gateway
      • Kong Insomnia
      • Plugin Hub
      • EXPLORE
      • Blog
      • Learning Center
      • eBooks
      • Reports
      • Demos
      • Customer Stories
      • Videos
      • EVENTS
      • AI + API Summit
      • Webinars
      • User Calls
      • Workshops
      • Meetups
      • See All Events
      • FOR DEVELOPERS
      • Get Started
      • Community
      • Certification
      • Training
      • COMPANY
      • About Us
      • Why Kong?
      • We're Hiring!
      • Press Room
      • Investors
      • Contact Us
      • PARTNER
      • Kong Partner Program
      • SECURITY
      • Trust and Compliance
      • SUPPORT
      • Enterprise Support Portal
      • Professional Services
      • Documentation
      • Press Releases

        Kong Names Bruce Felt as Chief Financial Officer

        Read More
  • Pricing
  • Login
  • Get a Demo
  • Start for Free
Blog
  • AI Gateway
  • AI Security
  • AIOps
  • API Security
  • API Gateway
|
    • API Management
    • API Development
    • API Design
    • Automation
    • Service Mesh
    • Insomnia
    • View All Blogs
  1. Home
  2. Blog
  3. Engineering
  4. Introducing create-api.dev
Engineering
July 1, 2025
3 min read

Introducing create-api.dev

Connor Church
Senior Staff Product Manager, Kong
Vaibhav Raj Singh
Frontend Engineer, Kong
Afroz Hussain
Frontend Developer, Kong
Siddharth Simharaju
Senior Product Designer, Kong

Generate, Edit, and Share OpenAPI Specs in Seconds

This started as an internal experiment to explore how AI could assist with API design, using similar standards to what Kong R&D applies to our own API design. It turned out to be useful enough that we decided to share it more broadly.

Now it’s live at create-api.dev. No login. No setup. Just describe an API and get a structured OpenAPI spec you can refine, share, and eventually ship.

Why we built it

Many popular OpenAPI design tools are either dated or too heavyweight for early-stage API design. We wanted something faster. Minimal UI. Simple collaboration. Type a prompt or upload a design or spec, and create-api.dev will generate an OpenAPI spec. Share the link. That’s it.

Rendering your designed spec in create-api.dev was also a chance to show off our newly open sourced spec renderer, the same one used in the Konnect Dev Portal (which you can try for free). There are plenty of spec rendering tools out there, but our team put serious effort into building something lightweight, fast, and customizable. Check out the project.

As you may imagine, the system prompt we use includes some basic instructions for generating an OpenAPI spec — but we also have incorporated design guidelines we use inside Kong R&D (see it here). As far as models, we’re currently using Google’s Gemini because the large context window works well for OpenAPI specs.

How well does it work?

For small to mid-size REST APIs, create-api.dev has produced solid results in our internal testing. We're also tracking spec quality with an eval system (we're starting with DeepEval) as we react to feedback and continue to update the system prompt

We welcome your feedback to help improve! After you generate a spec, you can send feedback directly in the app. We use that input as part of our ongoing improvement process.

What you can do with it

Here are three common starting points we've seen:

  1. Create an API from scratch Just describe the idea. You can keep it simple or include detailed context like endpoints, data types, or workflows.
  2. Upload an existing spec: If you already have a spec, you can upload it and ask for changes. Tweak endpoints, rename fields, or extend functionality.
  3. Start from a design doc: Paste in a product or engineering brief. The system prompt is designed to extract structure from natural language input and generate a matching OpenAPI spec.

Once you design a spec, you can:

  • Share it instantly. No login required
  • Import it into Konnect to apply Gateway policies like rate limiting or key auth
  • Publish it to a Konnect Dev Portal in a few clicks and share it with external developers

We don’t help you build the backend yet, but this shows how spec-first design fits into a modern API workflow and how Kong tools can support that process.

We’re excited to see what you build.

👉 Try it at create-api.dev

Bonus: How we’re using AI Gateway

We’ll share more details in a future post, but create-api.dev isn’t just a standalone tool. It’s also a working demo of how teams of any size can ship better AI-powered apps using Kong’s production-grade infra products.

All model requests go through Kong’s AI Gateway, the same system many of our customers use for their own AI applications. It gave us a faster way to add basic protections, routing, and visibility into how prompts are handled across different models and environments.

We're using Gemini in this setup, but AI Gateway makes it easy to route and A/B test across other model providers as well.

One example of what AI Gateway makes possible: we’re using the Semantic Prompt Guard plugin to block prompt injection attempts before they reach the model. Even this simple setup (a short deny list) was easy to implement and effective at blocking common attacks. It also helps reduce unnecessary token usage.

"deny_prompts": [
        "system prompt",
        "Ignore previous instructions"
      ]

Routing, observability, and prompt filters like this are built in. If you want to learn more, you can get started with AI Gateway in Konnect or talk to our technical sales team.

AI GatewayAI

More on this topic

Videos

Context‑Aware LLM Traffic Management with RAG and AI Gateway

Videos

Getting Started with Kong AI Gateway: Step-by-Step Workshop

See Kong in action

Accelerate deployments, reduce vulnerabilities, and gain real-time visibility. 

Get a Demo
Topics
AI GatewayAI
Connor Church
Senior Staff Product Manager, Kong
Vaibhav Raj Singh
Frontend Engineer, Kong
Afroz Hussain
Frontend Developer, Kong
Siddharth Simharaju
Senior Product Designer, Kong

Recommended posts

Insights from eBay: How API Ecosystems Are Ushering In the Agentic Era

EngineeringDecember 15, 2025

APIs have quietly powered the global shift to an interconnected economy. They’ve served as the data exchange highways behind the seamless experiences we now take for granted — booking a ride, paying a vendor, sending a message, syncing financial rec

Amit Dey

Kong AI/MCP Gateway and Kong MCP Server Technical Breakdown

EngineeringDecember 11, 2025

In the latest Kong Gateway 3.12 release , announced October 2025, specific MCP capabilities have been released: AI MCP Proxy plugin: it works as a protocol bridge, translating between MCP and HTTP so that MCP-compatible clients can either call exi

Jason Matis

AI Voice Agents with Kong AI Gateway and Cerebras

EngineeringNovember 24, 2025

Kong Gateway is an API gateway and a core component of the Kong Konnect platform . Built on a plugin-based extensibility model, it centralizes essential functions such as proxying, routing, load balancing, and health checking, efficiently manag

Claudio Acquaviva

AI Observability: Monitoring and Troubleshooting Your LLM Infrastructure

Learning CenterFebruary 27, 2026

AI observability extends traditional monitoring by adding behavioral telemetry for quality, safety, and cost metrics alongside standard logs, metrics, and traces Time-to-First-Token (TTFT) and token usage metrics are critical performance indicator

Kong

AI Guardrails: Ensure Safe, Responsible, Cost-Effective AI Integration

EngineeringAugust 25, 2025

Why AI guardrails matter It's natural to consider the necessity of guardrails for your sophisticated AI implementations. The truth is, much like any powerful technology, AI requires a set of protective measures to ensure its reliability and integrit

Jason Matis

Securing Enterprise AI: OWASP Top 10 LLM Vulnerabilities Guide

EngineeringJuly 31, 2025

Introduction to OWASP Top 10 for LLM Applications 2025 The OWASP Top 10 for LLM Applications 2025 represents a significant evolution in AI security guidance, reflecting the rapid maturation of enterprise AI deployments over the past year. The key up

Michael Field

How to Build a Single LLM AI Agent with Kong AI Gateway and LangGraph

EngineeringJuly 24, 2025

In my previous post, we discussed how we can implement a basic AI Agent with Kong AI Gateway. In part two of this series, we're going to review LangGraph fundamentals, rewrite the AI Agent and explore how Kong AI Gateway can be used to protect an LLM

Claudio Acquaviva

Ready to see Kong in action?

Get a personalized walkthrough of Kong's platform tailored to your architecture, use cases, and scale requirements.

Get a Demo
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, AI gateways, service mesh, and ingress controller.

Sign up for Kong newsletter

    • Platform
    • Kong Konnect
    • Kong Gateway
    • Kong AI Gateway
    • Kong Insomnia
    • Developer Portal
    • Gateway Manager
    • Cloud Gateway
    • Get a Demo
    • Explore More
    • Open Banking API Solutions
    • API Governance Solutions
    • Istio API Gateway Integration
    • Kubernetes API Management
    • API Gateway: Build vs Buy
    • Kong vs Postman
    • Kong vs MuleSoft
    • Kong vs Apigee
    • Documentation
    • Kong Konnect Docs
    • Kong Gateway Docs
    • Kong Mesh Docs
    • Kong AI Gateway
    • Kong Insomnia Docs
    • Kong Plugin Hub
    • Open Source
    • Kong Gateway
    • Kuma
    • Insomnia
    • Kong Community
    • Company
    • About Kong
    • Customers
    • Careers
    • Press
    • Events
    • Contact
    • Pricing
  • Terms
  • Privacy
  • Trust and Compliance
  • © Kong Inc. 2026