Skip to content

Commit d573566

Browse files
modlificmkotterlpmbifulco
authored
Add Specway — API docs with live spec sync and AI chatbot (#702)
Co-authored-by: mkotterlp <mkotter@marq.com> Co-authored-by: Mike Bifulco <mike@apisyouwonthate.com>
1 parent 8938daf commit d573566

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

src/content/tools/specway.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: 'Specway'
3+
description: 'API documentation platform with live OpenAPI spec sync, AI chatbot, breaking change detection, and interactive playground.'
4+
categories:
5+
- docs
6+
languages: { 'TypeScript': true }
7+
link: 'https://specway.com'
8+
oaiSpecs:
9+
oas: true
10+
overlays: false
11+
arazzo: false
12+
oasVersions:
13+
v2: false
14+
v3: true
15+
v3_1: true
16+
v3_2: false
17+
---
18+
19+
## Overview
20+
21+
Specway is an API documentation platform that keeps your docs automatically in sync with your OpenAPI spec. Import a spec URL and get beautiful, interactive documentation with an AI-powered chatbot, breaking change detection, and an API playground — in under 60 seconds.
22+
23+
## Features
24+
25+
- **Live sync** — Point Specway at your OpenAPI spec URL and docs auto-update when your API changes
26+
- **AI chatbot** — Trained on your docs, answers developer questions instantly
27+
- **Breaking change detection** — Get alerts via Slack, email, or webhook when your API introduces breaking changes
28+
- **Interactive playground** — Developers can test API calls directly from the docs
29+
- **Custom branding** — Custom domains, logos, and color schemes
30+
- **MCP server generation** — Turn your API into tools for Claude, ChatGPT, and other AI agents
31+
- **CLI tool** — Validate specs, preview docs locally, and publish from CI/CD pipelines
32+
33+
## Usage
34+
35+
1. Sign up at [specway.com](https://specway.com)
36+
2. Import your OpenAPI spec (paste URL or upload file)
37+
3. Customize branding and publish
38+
39+
Free tier available: 1 API, 1,000 views/month, 50 AI credits.

0 commit comments

Comments
 (0)