Posts
Use your API in Cursor (or your favorite LLM)
Agent MCP servers expose your OpenAPI via MCP with all the performance benefits of Agent. Use your API in Cursor or any LLM in minutes, with preconfigured authentication and restricted access by default.
Mar 17, 2026Your API? 0.2% of your context window
Big APIs blow past context limits with raw OpenAPI and still cost a lot with native MCP. Agent uses three fixed tools and fetches just-in-time details – so your agent uses 0.2% of the context window, fewer steps, and better routing. Benchmarks on Zoom and Notion included.
Mar 5, 2026How to set up an OpenAPI mock server
Learn how to spin up a spec-driven OpenAPI mock server with the Scalar CLI in seconds. We cover the key commands, practical workflows, and how the mock server helps teams build, test, and prototype in parallel.
Aug 19, 2025How to do OpenAPI validation (and why it matters)
Validate your OpenAPI document with the Scalar CLI before it breaks downstream tooling. This guide explains why validation matters, what errors to look for, and how Scalar handles validation under the hood.
Jul 7, 2025How we created an animated, responsive README
A plain README can be good, but a dynamic one stands out. This post breaks down how we used SVG, foreignObject, CSS, and animation techniques to build a responsive, interactive GitHub README.
How Scalar themes work
See how Scalar themes separate data, functionality, and presentation so teams can fully customize API documentation without rebuilding core behavior. We walk through the architecture and implementation details behind theming.
May 7, 2025How Cloudinary’s API docs create a great developer experience
Cloudinary’s API-first strategy is a strong example of developer experience done right. We analyze what makes their API documentation effective and show how Scalar helps teams deliver a similar experience.
Apr 28, 2025An introduction to OpenAPI variables
OpenAPI variables are powerful, but easy to confuse in practice. This introduction clarifies server variables vs parameters, when to use each, and how they shape a cleaner API description.
Apr 23, 2025How we extended the OpenAPI specification
OpenAPI gives you a strong base, but product teams often need more. We share the Scalar-specific extensions we added (environments, code samples, internal endpoints, and more) and how we implemented them.
Apr 6, 2025A guide to OpenAPI security (and how we handle it in Scalar)
Security in OpenAPI can be confusing when multiple auth flows meet real-world API usage. This guide explains core security schemes, how they work in documentation, and how Scalar helps users authenticate correctly.
Mar 26, 2025The hidden complexity of building drag and drop
Drag and drop looks simple, but implementation details quickly get complex. We unpack the UX and engineering challenges we hit while building our own package, plus lessons learned along the way.
Mar 19, 2025How we sped up our API docs 25x
Our API docs sidebar became a major performance bottleneck at scale. This deep dive shows how we profiled the issue, redesigned the rendering approach, and achieved a 25x speedup.
Mar 12, 2025How .NET 9 and Scalar solve the problem of under-documented APIs
.NET 9 introduces a new path for OpenAPI document generation, and Scalar completes the workflow with interactive API docs and testing. Learn how this pairing reduces documentation drift and improves API developer experience.
Mar 5, 2025Scalar Joins the Open-Source Pledge
Scalar joined the OSS Pledge: paying open-source maintainers ($2,000+ per developer per year). We shared how much we give, who we support, and why it matters to us.
Sep 1, 2024