v1.0 liveAI-powered API documentation is here

API docs that write
themselves.

Connect your GitHub repo or upload a JSON export.
Beautiful, interactive documentation in under 2 minutes.

Built to work with the tools you already use

GitHubVercelOpenAISupabaseNvidiaTursoClerkClaudeGitHubVercelOpenAISupabaseNvidiaTursoClerkClaude
Why APIForge

Built for the way
developers actually work.

Connect

One click. Done.

Link any GitHub repo or drop a JSON export. No YAML. No config files. No SDK to install.

apiforge connect
$ apiforge connect github.com/you/myapi
Authenticated as@yourhandle
Scanning routes42 found
Docs live atapiforge.dev/your-api
— done in 1.4s
Understand

Every route. Understood.

AI reads your middleware, params, and responses — then writes what your endpoints actually do.

GET/users/:id

Fetch user profile by ID. Returns 404 if not found.

POST/auth/login

Authenticate with email + password. Returns JWT.

DELETE/posts/:id

Permanently remove a post. Requires ownership.

PATCH/settings/preferences

Update notification and theme preferences.

Share

Share a URL. Ship your docs.

A permanent, searchable, interactive API reference — hosted, always in sync, zero infrastructure.

42
Endpoints
31
Auth required
11
Public
apiforge.dev/your-api
Authentication
GET /users/:id
POST /auth/login
DELETE /posts/:id
GET/users/:id

Fetch a user profile by their unique ID. Returns the full user object or 404 if not found.

cURL
curl -X GET https://api.you.com/users/123 \
-H "Authorization: Bearer <token>"

Your docs deserve better.

Stop writing docs manually. Connect GitHub and get beautiful, accurate API documentation in under 2 minutes.