Latency is a feature
P99 budgets are set per endpoint and enforced by the gateway. When a route drifts, it pages us — not you.
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.
Powering engineering teams at
Eight primitives that compose. Use one, or run your entire backend on the platform — the contracts stay the same either way.
Versioned, rate-limited, and observable by default. Gateways that route millions of calls without a cold start.
Typed SDKs in six languages, a CLI that mirrors the API surface, and local environments that match production.
Event-driven pipelines with durable retries, replay, and exactly-once delivery guarantees.
Provision, scale, and roll back regions from one control plane. Infrastructure as a product, not a ticket.
Model routing, evaluation, and inference caching — with cost and latency budgets you actually control.
SOC 2 Type II, scoped tokens, audit trails, and encryption in transit and at rest across every service.
Multi-tenant isolation, private networking, and dedicated capacity when shared infrastructure stops being enough.
Every request traced end to end. Query latency, errors, and spend across services from a single view.
Follow a single call through the platform — the same path every request in production takes.
A typed SDK call leaves your service. One line, one contract.
await codrule.infer({ model: 'cr-1', input })The platform exists because we needed it first. Every guarantee below is one we hold ourselves to in production.
P99 budgets are set per endpoint and enforced by the gateway. When a route drifts, it pages us — not you.
Nine regions, one control plane. Traffic follows the healthiest path without a config change on your side.
Every endpoint is versioned and typed. Breaking changes ship behind a new version — never inside an old one.
Typed clients, honest errors, and documentation generated from the same schema the gateway validates against. What you read is what runs.
1import { CodRule } from '@codrule/sdk'23const cr = new CodRule({4apiKey: process.env.CODRULE_KEY5})67const res = await cr.infer({8model: 'cr-1',9input: 'Summarise the changelog',10budget: { latencyMs: 400 },11})1213// fully typed, traced end to end14console.log(res.text, res.traceId)
Every plan is a complete, deployed system on your own domain — updated, monitored and supported by us.
A complete web platform, without a mobile app.
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.
Basic custom feature additions are included free within the project scope.
The full platform, with a native mobile app.
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.
Basic custom feature additions are included free within the project scope.
Dedicated infrastructure and bespoke engineering.
Priced to your scope
Scope, timeline and pricing agreed before any work begins.
Extend any plan. Each one is billed yearly alongside your subscription and can be added or removed at any time.
Extends the mobile app add-on on an existing site by one year.
Add a branded Android & iOS app to the Web System package.
Additional NVMe SSD capacity for media and backups.
Remove every CodRule mark — the platform is entirely yours.
Front of the queue, with a guaranteed response time.
Integrate an additional payment provider beyond the included one.
Connect another service supplier to your catalogue.
Dedicated capacity, contractual SLAs, and a named engineer who knows your workload — not a queue.
Horizontal by design. Capacity is added in the control plane, not in a maintenance window.
Multi-region failover with health-aware routing. Degradation is contained, never cascading.
SOC 2 Type II, private networking, customer-managed keys, and immutable audit logs.
Sub-50ms median at the edge, with per-endpoint budgets enforced by the gateway itself.

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