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.
Documentation
Quickstart
Send your first request in under a minute.
Browse by category
Everything, organized
Twelve areas covering the full surface of the platform — jump straight to what you need.
Getting Started
Set up a workspace and send your first request.
02API Testing
Build, chain, and assert on requests of any kind.
03Collections
Organize requests into folders you can share.
04Environments
Swap variables across dev, staging, and prod.
05Mock Servers
Simulate endpoints before the backend exists.
06Collaboration
Share workspaces and comment on requests live.
07Monitoring
Track uptime and latency without leaving the tab.
08Authentication
OAuth, API keys, and bearer tokens, configured once.
09Workspaces
One shared home for every collection your team owns.
10Agent
Generate requests, tests, and docs from a prompt.
11CLI
Coming SoonRun collections from your terminal and CI pipelines.
12Integrations
Coming SoonConnect AlleForge to the rest of your toolchain.
Quick start
From zero to first request
- 01
Install
Grab the CLI, or skip it — AlleForge runs entirely in the browser.
npm i -g alleforge-cli - 02
Create Workspace
Spin up a shared workspace for your team in seconds.
alleforge workspace create - 03
Import API
Bring in an OpenAPI spec, a Postman collection, or start blank.
alleforge import ./openapi.yaml - 04
Send First Request
Fire the request and watch the response land instantly.
alleforge run "Get users"
Code examples
Real code, not pseudocode
{ "id": "req_8f2ab1", "status": 200, "duration_ms": 42, "name": "Get users"}Popular guides
Learn by shipping
Your first API request
Send your first request and understand the anatomy of a response in under two minutes.
Import Postman collections
Bring your existing collections into AlleForge without losing a single request.
Team collaboration
Share environments, comment on requests, and keep everyone in sync in real time.
Browser environments
Manage variables across dev, staging, and production without leaving the tab.
Mock APIs
Simulate endpoints before the backend exists, from a single collection.
Authentication
OAuth 2.0, API keys, and bearer tokens — configured once, inherited everywhere.
Search everything
Find it in seconds
Why developers love it
Docs that keep up with the product
Traditional Docs
AlleForge Docs
Ready to build faster?
Browse documentation and ship your first request in minutes.