BASEMOUSE checking status… Get your key

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.

live session — basemouse.com
capability matrixverified in production

IMPORT THE CORPUS

Markdown in, versioned documents out. Frontmatter becomes metadata. Idempotent re-runs; per-file failure reports.

30sfolder → searchable

PULL GROUNDED PACKS

One GET returns prompt-ready JSON: ranked entries, citations, checksums, freshness. Scoped to your key's workspace.

1endpoint to integrate

AUDIT THE RECORD

Append-only revisions. Tombstones preserve history. Quotas, usage, and key audit trails built in — not bolted on.

100%of edits preserved

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 pack
  • GET /api/search — ranked matches with scores
  • POST /api/documents — your docs in (Bearer bm_…)
  • GET /api/documents/:id/history — the full record
GET /api/context-pack
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…