Measure, Protect, and Improve AI

One API for models, memory, evals, and routing that enforces guardrails on every request.

Observability

Monitor LLM behavior, catch issues early, and manage usage in an easy to use dashboard.

TOOLKIT

Catch issues
before your users do.

svg-animation

Ship AI products faster

Models, memory, evals, and governance behind a single API

01
02
03
Learn more

Catch and block risk

Policies for data, models, and spend enforced on every request

Learn more

Measure AI performance

Human-aligned evals that score quality the way you do

CriteriaModel AModel BModel CScore
Faithfulness4.6
Safety4.2
Grounding4.7
Helpfulness4.3
Learn more
GATEWAY

All you need
in one package

YOUR AI APP

YOUR DEVELOPERS

SANSA AI GATEWAY

SMART ROUTING
GUARDRAILS
EVALS
MEMORY

SANSA MCP

EVAL DEBUGGING
POLICY CONTROL
IDE INTEGRATION
AGENT TOOLS

200+ LLMs

Custom Models
SETUP

Call Sansa's
API in minutes

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.SANSA_API_KEY,
baseURL: "https://api.sansaml.com/v1",
});
async function main() {
const completion = await client.chat.completions.create({
model: "sansa-auto",
messages: [{
role: "user",
content: "What's Sansa?"
}],
});
console.log(completion.choices[0]);
}
main();

One backend
for better AI