UNIT: CONTEXT-INFRAREV: 0.3STORE: POSTGRES
GROUND YOUR AGENTS IN YOUR DOCS.
BaseMouse is context infrastructure for AI agents: import a folder of markdown, pull cited, checksummed context packs over one endpoint, and keep an append-only history of everything your agents were told.
IMPORT THE CORPUS
Markdown in, versioned documents out. Frontmatter becomes metadata. Idempotent re-runs; per-file failure reports.
PULL GROUNDED PACKS
One GET returns prompt-ready JSON: ranked entries, citations, checksums, freshness. Scoped to your key's workspace.
AUDIT THE RECORD
Append-only revisions. Tombstones preserve history. Quotas, usage, and key audit trails built in — not bolted on.
APINO SDK REQUIRED
ONE CALL FROM YOUR AGENT.
The demo corpus needs no key. Your corpus needs one header.
GET /api/context-pack— cited, checksummed packGET /api/search— ranked matches with scoresPOST /api/documents— your docs in (Bearer bm_…)GET /api/documents/:id/history— the full record
curl -s "https://basemouse.com/api/context-pack?q=agent%20context&limit=2"
{
"schema": "basemouse.context_pack.v1",
"entryCount": 2,
"citations": [ { "label": "[agent-context-engine] …" } ],
"entries": [ {
"title": "Agent Context Engine",
"relevance": { "score": 6, "matchedTerms": ["agent","context"] },
"provenance": { "checksum": "e765f4dce81039b4", "version": 3 }
} ]
}
RATE CARD
Pick a plan → pay → key issued instantly, shown once. Billed through Stripe — BaseMouse never sees your card.
loading plans…