API platform · v3 is live

Ship the integration before lunch.

Forge is the developer-first API platform for payments, webhooks, and everything in between. A clean REST API, typed SDKs, and docs that actually compile — so you go from npm i to production in an afternoon.

  • 50k requests/mo free
  • No credit card
  • 99.99% uptime
99.99% Uptime SLA
38ms Median latency
12B Requests / month
18 Edge regions
4+REST Official SDKs

Quickstart

Four steps from zero to webhook

Install the SDK, drop in your key, make a call, and react to events. No SDK ceremony, no boilerplate generators — copy, paste, ship.

  1. 01

    Install the SDK

    One dependency, fully typed, zero peer-dep headaches.

    $ npm i @forge/sdk
  2. 02

    Add your API key

    Grab a test key from the dashboard — live keys when you're ready.

    $ export FORGE_KEY=sk_test_2aF…
  3. 03

    Make your first call

    Every resource is one method away and returns typed results.

    await forge.payments.create({ amount: 4200 })
  4. 04

    Listen for webhooks

    Signed, retried, and replayable. Subscribe to 60+ events.

    forge.webhooks.on("payment.succeeded", fn)

Why Forge

A platform built by people who live in a terminal

No fluff, no lock-in, no surprise bills. Just the primitives you need to ship reliable integrations — and the tooling to debug them fast.

REST + signed webhooks

A predictable REST API with HMAC-signed, auto-retried webhooks. Subscribe to 60+ events and stop polling for good.

99.99% uptime, multi-region

Active-active across regions with automatic failover. Every incident is posted publicly on our live status page.

A free tier you can build on

50,000 requests a month, free forever. No trial clock, no card, no day-one throttling — prototype to production on one key.

Idempotent by design

Every write accepts an idempotency key, so retries are safe and double-charges are impossible. Build money flows you can trust.

Edge network, low latency

Requests resolve at the nearest of 18 edge locations for a median 38 ms round-trip — wherever your users are.

Request inspector

Replay any request, diff headers and payloads, and watch live traffic stream into the dashboard. Debug prod without a redeploy.

SDKs & docs

Native libraries for your stack

First-party, fully-typed SDKs maintained in lockstep with the API. Prefer raw HTTP? The REST endpoints and OpenAPI spec are right here too.

JavaScript

$ npm i @forge/sdk

Node 18+ · ESM & CJS · types bundled

View docs

Python

$ pip install forge-sdk

3.9+ · async & sync clients · stubs

View docs

Go

$ go get forge.dev/sdk

1.21+ · context-aware · zero deps

View docs

Ruby

$ gem install forge

3.0+ · Rails-friendly · sorbet sigs

View docs

Working in another language? Use the REST API or grab the OpenAPI spec.

Loved by engineers

The DX people actually rave about

"We replaced 600 lines of glue code with four. The webhooks are signed, retried, and replayable out of the box — our on-call pager went quiet."
Portrait of Daniel Okonkwo
"Best developer experience I've touched in years. The request inspector let us debug a live payment flow without a single redeploy. Shipped in a day."
Portrait of Priya Sharma
"From signup to production in an afternoon. The SDKs are clean, the docs compile, and the free tier let us launch before we ever touched billing."
Portrait of Mateo Rossi

Pricing

Usage-based pricing that scales with you

Start free with 50k requests a month. Pay only for what you use after that — no seats, no minimums, no surprise enterprise upsell.

Free

For side projects and first prototypes.

$0 /mo

50,000 requests / mo

Start free
  • All 4 SDKs + REST API
  • Signed webhooks & retries
  • 1 project, 2 team members
  • Community support

Scale

For high-volume, compliance-bound platforms.

Usage based

Unlimited requests

Talk to sales
  • Everything in Pro
  • 99.99% uptime SLA
  • SSO/SAML & audit logs
  • Dedicated infra & region pinning
  • Priority support & Slack channel

Open source

The core is MIT-licensed & on GitHub

Read the source, self-host the runtime, or open a PR. Forge is built in the open with a community of contributors who ship every week.

FAQ

Answers for builders

Still digging? Talk to an engineer — real humans, fast replies.

Get started

Grab your API key and build

Spin up a test key in under a minute. No credit card, no sales call — just the docs, the SDK, and a generous free tier waiting for you.

  • Test keys instantly
  • 50k requests/mo, free forever
  • Cancel any time, export everything

Create your free account

By creating an account you agree to our terms and privacy policy.