GETTING STARTED

Quickstart

Ask your first grounded question against the CircuitContext corpus in under a minute — over MCP or REST.

Ask a question

Every answer is grounded in an authoritative datasheet and returns page-level citations, a coverage status, and the exact evidence used.

bash
curl https://api.circuitcontext.com/v1/query \
  -H "Authorization: Bearer $CC_KEY" \
  -d '{"mpn":"<part>","question":"absolute-max VIN and input decoupling"}'
→Coverage tells you whether the evidence is strong, partial, still indexing, or missing — never a confident answer over thin evidence.

Add a datasheet

If a part is not yet indexed, submit its public manufacturer PDF. Fetch, OCR, chunking, and embedding usually complete in under two minutes.