Skip to content
ProductPricing Compute Network

One platform for every pricing decision.

Last Price is the developer surface; PCN is the platform underneath. One OpenAPI endpoint, five layers, and every surface in the dashboard ready on day one.

How PCN works

Five layers. One endpoint. Same shape for every pricing function.

Every request — whether it routes to a rule engine, an ML model, an LLM prompt, or your own external API — flows through the same five stages.

  1. 01

    Ingest

    Pricing requests arrive at /api/compute/price with a tenant ID, a product context, and optional constraints.

  2. 02

    Route

    Seven routing strategies pick a function: explicit, cheapest, fastest, round_robin, weighted, policy, default. Per-function circuit breakers wrap each candidate.

  3. 03

    Compute

    The selected function runs (rule engine, ML model, LLM prompt, external API, or composite) and returns a price plus optional confidence and alternatives.

  4. 04

    Meter

    Each call measures input_units, output_units, and compute_duration_ms. Cost = (input·cost_per_unit·0.001 + output·cost_per_unit·0.003) × cost_multiplier. See computeMeteringCost in packages/pcn for the canonical formula.

  5. 05

    Settle

    Marketplace listings record per-call revenue against the function owner. Webhooks fire (HMAC-SHA256-signed) for downstream systems.

One endpoint to learn:POST /api/compute/priceFull reference
Translate any merchant payload to any vendor contract:POST /api/rosetta/translateMeet Rosetta

Features

Everything you see in the dashboard.

Every surface — from routing policies to invoices to webhooks — ships from minute one. Browse them grouped the same way the app groups them.

01 · Section

Pricing Network

The platform under every compute call.

02 · Section

Workspace

The day-to-day surface for your pricing operators.

03 · Section

Operations

Money in, money out. Settled per call.

04 · Section

Launchpad

Compose, test, and demo pricing experiences fast.

05 · Section

Developers

Everything you need to ship against the platform.

Variant assignment widget

Uses Elo's deterministic assignment math with canonical default weights: control=0.5, experiment=0.5.

Assigned variant:

Routing strategy simulator

Strategy options come from RoutingStrategy and cost uses the canonical metering helper.

Estimated cost (default): $0.012750

What you get when you sign up

A tenant, an API key, and free playground credits.

Everything on this page is in your dashboard from minute one. No credit card, no waiting list, no setup call.