ContextBoard

Developers

Build against documents, extraction, search, and context packs directly.

ContextBoard is API-first: everything the app can do, your code can do too, under the same workspace and permission model.

Getting started

  1. Create a workspace and generate an API key from the workspace's API & webhooks settings, with only the scopes you need.
  2. Call the REST API with Authorization: Bearer <your key>.
  3. Or connect an MCP-compatible agent to the MCP server using the same key.

Scopes

  • documents:read -- list and fetch documents
  • extraction:run / extraction:read -- trigger and read extraction runs
  • search:read -- full-text search
  • context-packs:write -- create context packs

Rate limits

Each API key is limited to 60 requests per minute by default. Limits apply per key, not per workspace.