Deploy Skald in your infra and have a private context layer for your AI agents and knowledge systems.
Skald saves you from having to create a new team just to manage RAG infrastructure. We do the dirty work and give you full customization.
Get started in minutes with your favorite language. For real, just watch the demo video below if you don't believe us.
import { Skald } from '@skald-labs/skald-node';
const skald = new Skald('your-api-key-here');
// Create a memo
const result = await skald.createMemo({
title: 'Meeting Notes',
content: 'Full content of the memo...'
});
// Chat with the memo
const result = await skald.chat({
query: 'What were the main points discussed in the Q1 meeting?',
rag_config: {
references: { enabled: true },
reranking: { enabled: true, topK: 10 }
}
});
Simple APIs, powerful features
Push context and get chat out-of-the-box so you can go live today if you want to. Then tune to your needs, experiment with different configs, and evaluate performance.
Python, Node.js, PHP, Go, C#, and Ruby SDKs ready for production use.
Tweak reranking, vector search, system prompts, and a lot more to your exact needs.
Connect your agents to Skald using our official MCP server.
Context, knowledge base, and memory in one infrastructure.
Experiment with different configurations and evaluate performance from inside Skald.
Join the developers building the next generation of intelligent applications.