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
- Create a workspace and generate an API key from the workspace's API & webhooks settings, with only the scopes you need.
- Call the REST API with
Authorization: Bearer <your key>. - Or connect an MCP-compatible agent to the MCP server using the same key.
Scopes
documents:read-- list and fetch documentsextraction:run/extraction:read-- trigger and read extraction runssearch:read-- full-text searchcontext-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.