Skip to content

Commit 1a8155b

Browse files
authored
Add Routebase (OpenAPI-native API lifecycle platform) (#803)
1 parent df6435d commit 1a8155b

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/content/tools/routebase.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Routebase
3+
description: Routebase is an OpenAPI-native platform that keeps your API as a single source of truth. Teams design their OpenAPI description in a visual editor, then generate documentation portals, mock servers, contract tests, and drift monitoring from that one description. Change the description, publish, and Routebase flags whatever drifted. Every workspace also ships a built-in Model Context Protocol (MCP) server, so AI agents work from the same OpenAPI description.
4+
categories:
5+
- docs
6+
- mocking
7+
- testing
8+
- monitoring
9+
- mcp
10+
link: https://routebase.dev/
11+
languages:
12+
saas: true
13+
oaiSpecs:
14+
oas: true
15+
overlays: false
16+
arazzo: false
17+
oasVersions:
18+
v2: false
19+
v3: true
20+
v3_1: true
21+
v3_2: false
22+
---
23+
24+
## Overview
25+
26+
Routebase unifies the API lifecycle around one OpenAPI description. Documentation portals, mock servers, contract tests, and monitoring all derive from the same source, so they never drift apart. A built-in MCP server exposes the same workspace to AI agents under a team's permissions.
27+
28+
## Features
29+
30+
- Visual editor for OpenAPI descriptions — endpoints, schemas, and versions without hand-edited YAML
31+
- Documentation portals generated from the description, on your own custom domain
32+
- Mock servers generated straight from the description, with custom rules and proxy mode
33+
- Contract testing that validates live responses against the description and flags drift
34+
- Scheduled monitoring with field-level breaking-change detection
35+
- Spec branches with review and merge, plus breaking-change checks
36+
- Built-in Model Context Protocol (MCP) server for AI-agent access

0 commit comments

Comments
 (0)