Documentation

Documentation built
for developers.

Every feature, API, workflow, and edge case — documented with real examples, live responses, and code you can paste straight into your terminal.

docs.alleforge.dev

Documentation

Search...⌘K
Docs/Getting Started

Quickstart

Send your first request in under a minute.

200 OK38ms

Quick start

From zero to first request

  1. 01

    Install

    Grab the CLI, or skip it — AlleForge runs entirely in the browser.

    npm i -g alleforge-cli
  2. 02

    Create Workspace

    Spin up a shared workspace for your team in seconds.

    alleforge workspace create
  3. 03

    Import API

    Bring in an OpenAPI spec, a Postman collection, or start blank.

    alleforge import ./openapi.yaml
  4. 04

    Send First Request

    Fire the request and watch the response land instantly.

    alleforge run "Get users"

Code examples

Real code, not pseudocode

send-request.js
Sending request…
200 OK42ms
{
"id": "req_8f2ab1",
"status": 200,
"duration_ms": 42,
"name": "Get users"
}

Search everything

Find it in seconds

Why developers love it

Docs that keep up with the product

Traditional Docs

Code samples rot within a release cycle
One language — take it or leave it
No way to search past a page title
Docs shipped separately from the product
Screenshots instead of real responses

AlleForge Docs

Every example runs against the live API Reference
JavaScript, TypeScript, and cURL side by side
Full-text ⌘K search across every page
Docs generated alongside every release
Real request/response pairs, not screenshots

Ready to build faster?

Browse documentation and ship your first request in minutes.