ContextBoard

Agent integrations

The same documents, extraction, search, and context packs -- available to your agent, not just your team.

Everything in the ContextBoard app is also available programmatically, scoped to the same workspace and the same permission model.

REST API

Scoped API keys authenticate every request. List and fetch documents, trigger extraction, run full-text search, and export context packs -- all rate-limited per key, with webhooks for extraction run completion.

MCP server

A Model Context Protocol server exposes seven tools -- search, get a document or a specific section, run extraction, list documents, fetch a citation's evidence, and create a context pack -- so any MCP-compatible agent can work directly against a workspace's documents, using the same API keys as the REST API.

Webhooks

Register an endpoint and ContextBoard delivers an HMAC-signed POST when an extraction run completes or fails, so long-running jobs don't require polling.