Variant assignment widget
Uses Elo's deterministic assignment math with canonical default weights: control=0.5, experiment=0.5.
Assigned variant: —
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
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.
Pricing requests arrive at /api/compute/price with a tenant ID, a product context, and optional constraints.
Seven routing strategies pick a function: explicit, cheapest, fastest, round_robin, weighted, policy, default. Per-function circuit breakers wrap each candidate.
The selected function runs (rule engine, ML model, LLM prompt, external API, or composite) and returns a price plus optional confidence and alternatives.
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.
Marketplace listings record per-call revenue against the function owner. Webhooks fire (HMAC-SHA256-signed) for downstream systems.
Features
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
The platform under every compute call.
One endpoint that fronts every pricing function — rules, ML, LLM, external API, or composite.
Learn morePick the right function with seven strategies, weights, and fallback chains.
Learn moreBuilt-in Jale + Elo functions and a registry for your own.
Learn moreTrain, version, and deploy your own pricing models behind the same compute API.
Learn moreManaged runtime with model profiling and GPU support.
Learn moreLatency, throughput, and cost per model — captured for every call.
Learn moreContinuous competitor scraping with source reliability and scheduling.
Learn morePublish a function and earn revenue every time another tenant calls it.
Learn morePer-call usage events, summaries, and breakdowns by function.
Learn more02 · Section
The day-to-day surface for your pricing operators.
Autonomous pricing agents that watch signals and adjust prices on policy.
Learn moreAnomaly detection and triggers across price, demand, and competitor moves.
Learn morePer-tenant customer views with the prices they actually saw.
Learn moreTie compute calls to the orders they priced. Audit any decision back to a model run.
Learn moreAuto-generated invoices for the tenants consuming your functions.
Learn more03 · Section
Money in, money out. Settled per call.
Charge customers for the pricing decisions you serve. Backed by Paid.ai.
Learn moreCost tracing per call, per function, per tenant — same formula as the router.
Learn moreDrill into any compute call. See input units, output units, multiplier, and cost.
Learn moreFree playground credits and grants, redeemable against any function.
Learn moreOpen and resolve disputes against compute charges with a full audit trail.
Learn more04 · Section
Compose, test, and demo pricing experiences fast.
05 · Section
Everything you need to ship against the platform.
Uses Elo's deterministic assignment math with canonical default weights: control=0.5, experiment=0.5.
Assigned variant: —
Strategy options come from RoutingStrategy and cost uses the canonical metering helper.
Estimated cost (default): $0.012750
What you get when you sign up
Everything on this page is in your dashboard from minute one. No credit card, no waiting list, no setup call.