Skip to main content
Forge
Enterprise AI platform

Build intelligent systems that move work forward.

Forge connects your data, models and business rules into one control plane, so operational work runs automatically — with the review steps, permissions and audit trail an enterprise actually needs.

  • Deploy workflows in days, not quarters
  • Bring your own models and data warehouse
  • Every run versioned, permissioned and logged

forge / operations

Runs today

18,204

Automated

94.1%

In review

37

Throughput / 24h

+12.4%

Demo interface: the Forge operations console showing live workflow throughput.

Demo customers using Forge in this template

  • Northwind Logistics
  • Helios Bank
  • Verdant Health
  • Ionic Robotics
  • Meridian Cloud
  • Atlas Retail Group
Manual steps removed
94%

Median across demo deployments

Faster cycle time
11×

Intake to resolution

Workflow runs / month
40M+

Illustrative platform volume

Control-plane uptime
99.98%

Demo service objective

Platform architecture

One path from raw signal to finished work

Every Forge workflow follows the same five stages. Swap the model, change the rules or add a system of record — the shape of the pipeline stays the same, which is what makes it operable.

Signal inWork out
  1. 01

    Inputs

    Events, documents, tickets, records and API calls arrive from the systems you already run.

    • Webhooks
    • Queues
    • Warehouse
    • Uploads
  2. 02

    Ingest

    Normalise, validate and enrich. Bad payloads are quarantined before they reach a model.

    • Schema checks
    • Enrichment
    • Dedupe
    • PII masking
  3. 03

    Intelligence

    Classification, extraction, retrieval and reasoning — with the model of your choice and evaluations attached.

    • Retrieval
    • Extraction
    • Scoring
    • Evals
  4. 04

    Automation

    Deterministic rules decide what happens next: act, branch, escalate or route to a human reviewer.

    • Rules
    • Approvals
    • Retries
    • SLA timers
  5. 05

    Output

    Write back to the system of record, notify the right team and emit a signed, replayable audit event.

    • Systems of record
    • Notifications
    • Reports
    • Audit log

Core capabilities

The primitives operational teams keep rebuilding

Forge ships the unglamorous parts — retries, versioning, permissions, evaluation, audit — so your team builds the logic that is actually specific to your business.

  • Visual workflow builder

    Compose branching, long-running processes from typed steps. Every change is versioned and diffable.

  • Model-agnostic intelligence

    Route each step to the model that fits it. Compare outputs, pin versions and roll back instantly.

  • Governed data access

    Connect warehouses and object stores through scoped, revocable credentials — never raw connection strings.

  • Integrations that hold

    Typed connectors with schema drift detection, so an upstream field rename fails loudly instead of silently.

  • Operational analytics

    Throughput, cost, latency and accuracy per workflow — broken down by step, not just by month.

  • Human review, built in

    Route low-confidence work to a queue with full context, then feed the correction back into evaluation.

Solutions

Sized for the team you have today

The same platform, packaged for three very different operating realities.

  • Seed to Series B

    Startups

    Ship the operational backbone your product promises before you have the headcount to run it manually.

    Explore startups solutions
  • Scaling operations and platform teams

    Teams

    Give a growing department shared, versioned processes instead of six private ways of doing the same thing.

    Explore teams solutions
  • Regulated and multi-business-unit organisations

    Enterprise

    Automate at scale while keeping the controls, evidence and residency guarantees your reviewers require.

    Explore enterprise solutions

Customer story

Exception handling that keeps a freight network moving

Northwind replaced a shared inbox of shipment exceptions with a durable workflow that resolves most cases before a coordinator sees them.

The inbox was the process. Now the process is the process, and the inbox is just one of its inputs.

Alan WhitfieldVP Network Operations, Northwind Logistics

83%

Exceptions auto-resolved

12 min

Median time to resolution

2.4×

Shipments handled per coordinator

Read the Northwind Logistics story

forge / runs — shipment-exceptions

RunDetailState
run_9f21ac6 steps · 1.4sCompleted
run_9f21ab6 steps · 2.2sCompleted
run_9f21aa4 steps · waitingRunning
run_9f21995 steps · escalatedIn review
run_9f21986 steps · 1.1sCompleted
Demo interface: exception runs resolving automatically, with two escalated to review.

Developer platform

A real API underneath the canvas

Everything the console does is an API call. Define workflows in code, run them in CI, and keep the visual builder for the people who need it.

  • Typed SDKs

    TypeScript and Python clients generated from the same OpenAPI spec.

  • Workflows as code

    Export any workflow to a versioned definition and review it in a pull request.

  • Signed webhooks

    Delivery with retry, replay and per-endpoint secrets.

  • Stable contracts

    Versioned endpoints with a published deprecation window.

run-workflow.ts
import { Forge } from "@forge/sdk";

const forge = new Forge({ apiKey: process.env.FORGE_API_KEY });

const run = await forge.workflows.run("invoice-intake", {
  input: { documentId: "doc_8fa21", region: "emea" },
  idempotencyKey: "inv-2026-08-17-0091",
});

run.status;        // "completed"
run.steps.length;  // 6

Security & governance

Built for the review your buyer will run

Forge is designed so a security team can answer who did what, to which record, under which policy — without a support ticket.

  • Encryption in transit and at rest
  • SSO with SCIM provisioning
  • Role-based access control
  • Immutable, exportable audit logs
  • Configurable data residency
  • Scoped, rotatable API credentials
Read the security overview

Pricing

Priced by the work the platform performs

Three plans that scale with workflow runs rather than seats. All figures are demo pricing for this template.

  • Starter

    $0

    for the first 1,000 runs each month

    For a first workflow and the people evaluating whether this holds.

  • Growth

    Most chosen

    $1,200

    per month, billed annually

    For teams running production processes that other teams depend on.

  • Enterprise

    Custom

    annual agreement

    For regulated organisations with review, residency and scale requirements.

Compare all plans

Demo pricing — no checkout or payment processing exists in this template.

Get started

See Forge on your own workflow

Bring one process that costs your team too many hours. We will map it to the platform and show you what stays manual and what does not.