Built by Blue Note Logic — available self-service or with full BNL deployment support.
Upload your documents. Get instant, source-cited answers grounded in your data — not the internet's guesses. Choose your infrastructure: our managed EU cloud, or a fully sovereign, dedicated deployment when you need it.
258K+ calls served. Point Claude, Cursor, or any MCP client at your own governed knowledge base. →
Your own dedicated ERPNext instance — own database, own encryption key, not a shared table. →
Agents and reusable skills, authored inside your workspace — no new vendor to manage. →
Policies buried in shared drives. Legal documents nobody reads twice. Customer FAQs answered differently every time. The knowledge exists — it's just locked in files nobody has time to search through.
Knowledge workers spend 1.8 hours per day searching for information. That's 9 hours a week per employee — doing work an AI could do in seconds.
Different employees give different answers to the same question because they reference different versions of documents — or just rely on memory.
When experienced staff leave, their expertise goes with them. An AI corpus preserves institutional knowledge permanently — always available, always accurate.
PDFs, Word docs, web pages, internal policies, contracts, manuals, FAQs — anything your team uses. Drag, drop, done.
Our system reads, understands, and indexes every document. It creates a private corpus that only your team can access. Your data stays yours.
Your team asks questions in plain language. The AI answers using your documents as the source — with citations. No hallucination. No guessing.
If your business has documents, you have an AI use case. Here's what people are actually asking.
"Does ECHR Article 8 override Norwegian child welfare decisions?"
→ 47 case law sources cited
"What's the minimum fire separation in TEK17 for residential?"
→ Regulation section + diagram ref
"What's our chest pain protocol for after-hours patients?"
→ Step-by-step from your SOPs
"Depreciation schedule for commercial vehicles under Skatteloven?"
→ Rates + section reference
"Can we terminate during probation if performance reviews weren't documented?"
→ Arbeidsmiljøloven refs + internal policy
"What are the seller disclosure requirements for mold in Oslo?"
→ Avhendingslova + market practice
Retail, hospitality, education, NGOs, logistics — if your business runs on documents, caveauAI makes them searchable.
See what caveauAI can do during your trial. Our Norwegian Family Law corpus contains 4,754 documents including 773 court decisions, Barneloven, Barnevernsloven, ECHR case law, and Supreme Court decisions.
Generic AI knows the internet. Your corpus makes AI know your contracts, your case files, your policies. Knowledge no competitor can replicate.
Use it alone for total privacy, combine with marketplace corpora for regulatory context, or go all in with a fine-tuned model trained specifically on your data.
Your documents, policies, case files — searchable in seconds. Completely private.
Start with free BNL corpora — legislation, regulations, case law. Cross-reference everything.
A dedicated AI model trained on your corpus — faster, cheaper, smarter. Enterprise only.
Domain-curated, LLM-ready corpora — pre-chunked, pre-embedded, and installable into caveauAI in one click. Built by experts. Used by teams who need answers, not raw files.
Turn your curated case law, industry standards, or regulatory frameworks into a publishable Knowledge Package. We handle chunking, embedding, hosting, and delivery.
Every package is pre-chunked, embedded, and searchable. Add any package to your caveauAI corpus in one click — or pull via API into your own RAG stack.
caveauAI runs on BNL's open-weight models by default. Have an API key? We'll use it. Every corpus can be assigned a different engine — sovereign bare-metal, frontier model, or hybrid of both.
Run and fine-tune open-weight models on BNL bare-metal. No per-token costs. Weights you own outright — run them on BNL, deploy to your cloud, or hand them to your IT team.
Have a key for Anthropic, OpenAI, Azure OpenAI, AWS Bedrock, Cohere, or Mistral? Plug it in. BNL's RAG pipeline runs on top of any OpenAI-compatible endpoint — your key, our layer.
Legal corpus on a fine-tuned legal model. Customer FAQ on GPT-4o. Internal policies on sovereign bare-metal. Each corpus gets the engine that fits — mix and match in the same deployment.
You don't have time to curate documents, configure embeddings, and test prompts. We do. Our team at Blue Note Logic will build your corpus, train the model on your terminology, and wire it into your workflows — so your team can start asking questions on day one.
We'll respond within 24 hours.
Email hello@bluenotelogic.com Support PortalBased in Oslo, Norway. Serving businesses across the EEA.
Every plan includes EU hosting, GDPR compliance, and our full RAG pipeline. Start with a real workspace, then add capacity when the value is clear.
Run fully private on BNL's EU bare-metal. Route reasoning through Azure OpenAI or AWS when your operating model demands it. Fine-tune an open-weight model on your domain data and take the weights with you. Or blend all three. We architect the stack your compliance, latency, and cost requirements actually need.
Need full data residency? The Sovereign tier provisions dedicated, single-tenant infrastructure to your compliance requirements — EU-only, air-gapped from external APIs, or wherever your rules demand. Talk to us to scope it.
BYOK with Anthropic, OpenAI, Azure OpenAI, AWS Bedrock, Cohere, or Mistral. Have a key? We configure, secure, and route through it. Your corpus stays isolated; the reasoning layer is your call.
Run your private corpus on BNL infrastructure while routing reasoning to Azure or your own cloud. We architect the boundary — your data never crosses it uncontrolled. Not a shared table. A separate database. Same model, your back office ↓
Fine-tune an open-weight model on your domain data and own the model weights outright. Run it on BNL, deploy to your cloud, or hand it to your IT team. No subscription required.
Add a dedicated, single-tenant ERPNext (Frappe) instance wired straight into your caveauAI workspace — CRM, accounting, and operations running on infrastructure Blue Note Logic operates directly, isolated the same way your document corpus already is.
Every tenant gets its own database, its own encryption key, and its own credentials — not a row in a shared schema. The same isolation model as your document corpus, applied to your back office.
Each instance gets its own subdomain, provisioned on demand. TLS certificates are minted only for hostnames on an allowlist re-checked on every request — a guessed or spoofed subdomain never gets a certificate at all.
Take a full backup on demand, download it, restore an earlier snapshot, or push a point-in-time copy straight into your AI knowledge base — from inside your workspace, no ticket required.
Embed cited AI answers directly in your website, app, CRM, support desk, or internal tool. Simple REST API with API key authentication.
curl -X POST https://ai.bluenotelogic.com/api/v2/chat.php \
-H "X-API-Key: bnl_your_key" \
-d '{"message": "What is our return policy?",
"use_corpus": true}'
# Response:
{
"answer": "Your return policy states...",
"sources": ["returns-policy.pdf"],
"response_time_ms": 1840
}
curl -X POST https://ai.bluenotelogic.com/api/v2/search.php \
-H "X-API-Key: bnl_your_key" \
-d '{"query": "fire safety regulations",
"top_k": 5}'
# Response:
{
"results": [
{"title": "TEK17 Chapter 11", "score": 0.94},
{"title": "Fire Safety Manual", "score": 0.87}
]
}
Upload your first document in 2 minutes. Start a trial, then scale to sovereign when the workflow earns it.