Every SDK you already ship works unchanged. Point at https://semurg.io/api/v1,
keep your provider key, get automatic PII tokenisation + a private knowledge graph that builds itself. Pay only for the data you move.
const ai = new OpenAI({
baseURL: "https://api.openai.com/v1",
apiKey: process.env.OPENAI_KEY
});
// PII leaves your machine.
// Logs retained 30 days.
const ai = new OpenAI({
baseURL: "https://semurg.io/api/v1",
apiKey: process.env.SEMURG_KEY,
defaultHeaders: {
"X-Upstream-Key": process.env.OPENAI_KEY
}
});
// PII tokenised. Graph built. $10/GB.
Your existing SDKs work unchanged · Your provider keys stay yours · You pay Semurg $10/GB, OpenAI/Anthropic direct via your key
PII never reaches the LLM. The LLM never knows. Your user never sees a token.
Your existing SDK code works unchanged. No new libraries. No architecture meetings. Deploy in 60 seconds.
Route your organisation's AI traffic through the Semurg proxy. PII auto-shielded, every prompt audit-logged, every entity becomes a private searchable knowledge graph — automatically. Your provider bill stays with OpenAI / Anthropic. You pay Semurg $10/GB for the infrastructure.
Talk to enterprise →No free tier — but no subscription, no seat licence, no exit fee either. Top up $10 → 1 GB activates instantly.