NeuroRoute NeuroRoute SISL CloudWorx
Login
09Start/ 9 chapters

Live in an afternoon

The integration is one line. The part worth planning is the rollout: shadow the router against live traffic, read the proof, then move the percentage up when the numbers convince you.

See pricing
At a glance
Time to first routed call≈ 10 minutes
Shadow modeFree, unlimited
Migration supportIncluded on Standard and above
Contract to productionTypically 2 weeks
09.1

Integrate

NeuroRoute speaks the OpenAI Chat Completions API. Any SDK, framework or agent runtime that already targets it works without modification.

01

Create an account and an API key

Sign up with Google or email, create a key scoped to a role, and copy it — it is shown once.

nr_live_••••4f2a
02

Point your client at the gateway

Change the base URL and swap the key. Streaming, tools, vision and structured outputs behave identically.

One line, no SDK change
03

Add your provider keys, or use ours

Paste provider keys to run BYOK — each one is validated with a zero-cost test call before it is stored — or leave it empty and route on managed keys.

Optional · encrypted on arrival
Python
from openai import OpenAI
 
client = OpenAI(
  base_url="https://api.neuroroute.ai/v1",
  api_key="nr_live_...",
)
 
r = client.chat.completions.create(
  model="auto",  # let the router choose
  messages=[{"role": "user", "content": prompt}],
)
 
print(r.headers["X-Routed-Model"])
print(r.headers["X-Savings"])
09.2

Roll out without holding your breath

Nobody should move production traffic on a promise. The recommended path proves the savings on your own workload before a single user is affected.

STEP 01

Shadow

Mirror live requests to the router without using its responses. You get the full decision log and a savings projection on real traffic, at no cost.

STEP 02

Canary

Route a percentage — usually 5% — and compare quality signals side by side against your existing model.

STEP 03

Ramp

Increase the share workload by workload. Classification and extraction first, reasoning last.

STEP 04

Govern

Lock the policy: allow-lists, quality floors, spend caps per key, and alerts on drift.

Shadow mode is the honest demo. It runs against your traffic, not ours, and the projection it produces is the number we will hold ourselves to on the first invoice.
09.3

Talk to the team

SISL CloudWorx builds and operates NeuroRoute. Security questionnaires, architecture reviews and pilot scoping are handled by the same engineers who run the gateway.

Pilot scoping call

Thirty minutes on your workload mix, your quality bar, and a realistic savings range before you commit to anything.

Security review

Architecture diagrams, sub-processor list and DPA, sent under NDA on request.

Documentation

API reference, routing policy schema, migration guides and OpenTelemetry integration.

Start free, or bring us a workload to measure.

No credit card for the free tier. Shadow mode costs nothing and answers the only question that matters.

Login