NEWInference Gateway is generally available

We build the rules
behind powerful
software.

CodRule engineers the API infrastructure, cloud platforms, and AI systems that modern products are built on — designed for scale, documented for developers, trusted in production.

Start building
99.99%
Platform uptime
38ms
Median API latency
120B+
Requests / month

Powering engineering teams at

  • Northwind
  • Halcyon
  • Meridian
  • Voltaic
  • Cartona
  • Arcline
Platform

Everything a serious product needs, engineered once.

Eight primitives that compose. Use one, or run your entire backend on the platform — the contracts stay the same either way.

  • API Infrastructure

    Versioned, rate-limited, and observable by default. Gateways that route millions of calls without a cold start.

  • Developer Tools

    Typed SDKs in six languages, a CLI that mirrors the API surface, and local environments that match production.

  • Automation

    Event-driven pipelines with durable retries, replay, and exactly-once delivery guarantees.

  • Cloud Platform

    Provision, scale, and roll back regions from one control plane. Infrastructure as a product, not a ticket.

  • AI Services

    Model routing, evaluation, and inference caching — with cost and latency budgets you actually control.

  • Security

    SOC 2 Type II, scoped tokens, audit trails, and encryption in transit and at rest across every service.

  • Enterprise Scale

    Multi-tenant isolation, private networking, and dedicated capacity when shared infrastructure stops being enough.

  • Analytics

    Every request traced end to end. Query latency, errors, and spend across services from a single view.

Architecture

One request. Five layers. Zero surprises.

Follow a single call through the platform — the same path every request in production takes.

Developer

A typed SDK call leaves your service. One line, one contract.

await codrule.infer({ model: 'cr-1', input })
Why CodRule

Built by engineers who carry the pager.

The platform exists because we needed it first. Every guarantee below is one we hold ourselves to in production.

Latency is a feature

P99 budgets are set per endpoint and enforced by the gateway. When a route drifts, it pages us — not you.

Global by default

Nine regions, one control plane. Traffic follows the healthiest path without a config change on your side.

Contracts that hold

Every endpoint is versioned and typed. Breaking changes ship behind a new version — never inside an old one.

Developer experience

Five minutes from key to first call.

Typed clients, honest errors, and documentation generated from the same schema the gateway validates against. What you read is what runs.

Typed everywhere
Request and response types ship with the SDK and stay in lockstep with the API.
Errors you can branch on
Structured codes, not prose. Every failure carries a trace ID.
Local parity
codrule dev runs the gateway on your machine, same validation, same limits.
1import { CodRule } from '@codrule/sdk'
2
3const cr = new CodRule({
4 apiKey: process.env.CODRULE_KEY
5})
6
7const res = await cr.infer({
8 model: 'cr-1',
9 input: 'Summarise the changelog',
10 budget: { latencyMs: 400 },
11})
12
13// fully typed, traced end to end
14console.log(res.text, res.traceId)
codrule dev --watch
ready in 312ms · gateway on localhost:4000
200 POST /v1/infer 38ms · cache HIT
200 POST /v1/infer 41ms
Pricing

One platform. Pick the shape that fits.

Every plan is a complete, deployed system on your own domain — updated, monitored and supported by us.

Web System

A complete web platform, without a mobile app.

$400one-time

Yours to keep. No recurring licence fee.

Support & updates$250/year

Optional. Stop paying it and the script keeps running — you simply stop receiving updates and support.

  • 100GB NVMe SSD storage
  • Payment gateway integration
  • Telegram bot
  • Website
  • Admin panel
  • Auto cron jobs — per provider API
  • Custom cron URLs — unlimited
  • Online chat system
  • Firewall protection
  • IP manager
  • Device manager
  • PRO SEO system
  • Multi-language — 9 languages
  • Multi-currency
  • Customer groups & tiered pricing
  • Wallet & balance system
  • API provider integrations
  • Profit reports & analytics
  • Email template system

Basic custom feature additions are included free within the project scope.

Web System + Mobile App

Most popular

The full platform, with a native mobile app.

$700one-time

Yours to keep. No recurring licence fee.

Support & updates$350/year

Optional. Stop paying it and the script keeps running — you simply stop receiving updates and support.

  • 100GB NVMe SSD storage
  • Payment gateway integration
  • Telegram bot
  • Website
  • Admin panel
  • Mobile app — Android & iOS
  • Auto cron jobs — per provider API
  • Custom cron URLs — unlimited
  • Online chat system
  • Firewall protection
  • IP manager
  • Device manager
  • PRO SEO system
  • Multi-language — 9 languages
  • Multi-currency
  • Customer groups & tiered pricing
  • Wallet & balance system
  • API provider integrations
  • Profit reports & analytics
  • Email template system
  • Push notifications

Basic custom feature additions are included free within the project scope.

Enterprise

Dedicated infrastructure and bespoke engineering.

Custom

Priced to your scope

  • Everything in Web System + Mobile App
  • Dedicated server — no shared capacity
  • Custom development & integrations
  • White-label — your branding only
  • Priority support with a named engineer
  • Contractual uptime SLA
  • Advanced firewall & security policies
  • Unlimited storage
  • Onboarding & staff training
  • Scheduled off-site backups

Scope, timeline and pricing agreed before any work begins.

Add-ons

Extend any plan. Each one is billed yearly alongside your subscription and can be added or removed at any time.

  • Mobile app — renewal

    $100/yr

    Extends the mobile app add-on on an existing site by one year.

  • Mobile app — Android & iOS

    $300/yr

    Add a branded Android & iOS app to the Web System package.

    • Android & iOS
    • Your branding
    • Push notifications
    • Store publishing
  • 100GB NVMe SSD storage

    $60/yr

    Additional NVMe SSD capacity for media and backups.

    • 100GB NVMe SSD
    • Instant activation
    • Stackable
  • White Label

    $180/yr

    Remove every CodRule mark — the platform is entirely yours.

    • No CodRule branding
    • Your logo & colours
    • Custom email sender
  • Priority Support

    $120/yr

    Front of the queue, with a guaranteed response time.

    • 1-hour response
    • Direct channel
    • Weekend cover
  • Extra Payment Gateway

    $80/yr

    Integrate an additional payment provider beyond the included one.

    • Any supported provider
    • Full testing
    • Live monitoring
  • API provider integrations

    $80/yr

    Connect another service supplier to your catalogue.

    • Automatic sync
    • Price mapping
    • Failover ordering
Enterprise

The guarantees your procurement team asks for.

Dedicated capacity, contractual SLAs, and a named engineer who knows your workload — not a queue.

99.99%contractual uptime,
measured at the edge
  • Scalability

    Horizontal by design. Capacity is added in the control plane, not in a maintenance window.

  • Reliability

    Multi-region failover with health-aware routing. Degradation is contained, never cascading.

  • Security

    SOC 2 Type II, private networking, customer-managed keys, and immutable audit logs.

  • Performance

    Sub-50ms median at the edge, with per-endpoint budgets enforced by the gateway itself.

Start with one endpoint.
Scale to your whole backend.

Free while you build. No card, no sales call — just an API key and the docs.

Start building