Context memory
Store text, documents and structured data per participant. Memory is tiered — working, daily and long-term — with automatic expiry.
ContextForger API
A GraphQL API that gives your AI services long-term memory. Store text and documents per user, search with hybrid search, and ground every answer in the right material — on infrastructure in Sweden.
Exchange your API key for a token and search the context.
# 1. Exchange your API key for a token
curl -X POST https://api.contextforger.com/auth/token \
-d '{"apiKey": "ctx_…"}'
# 2. Hybrid search in a participant's context
query {
hybridSearchContext(
participantId: "customer-42"
query: "Which terms apply to ROT?"
limit: 5
) { content score }
}01Features
Store text, documents and structured data per participant. Memory is tiered — working, daily and long-term — with automatic expiry.
Semantic search, keywords and recency in one call, with tunable weights and a diversity filter so answers don't repeat themselves.
Run AI conversations where every answer builds on the participant's context, in the language the user writes in.
Review contracts, quotes and reports against your own guidelines and get structured, traceable assessments.
When material is missing, the API automatically asks for the information it needs instead of guessing.
Every token counted and every model visible in the portal. You always know what's running and what it costs.
02Use cases
An assistant that remembers earlier cases and answers from the customer's history.
Check contracts and documents against your routines before they go out.
Let staff ask questions of manuals, routines and past projects.
Give autonomous agents long-term memory with provenance and validity for every memory.
03Get started
Register in the portal and create a key in seconds.
Send text and documents tied to a participant — a user, customer or agent.
Call hybrid search, conversations or document review — grounded in your data.
04Pricing
Prices in USD per month excl. VAT. Annual billing gives two months free.
Hosted in Sweden
The API and database run on our own infrastructure in Sweden. Your data is never used to train models.
Create a free account and make your first call in minutes.