/api/v1 path prefix. The TypeScript SDK and CLI have their own package versions; updating one does not change the API path.
Pin and verify dependencies
Pin package versions in your lockfile and test upgrades in a non-production workspace. Checkbulkgrid --version and bulkgrid --help when following CLI instructions.
Use the generated OpenAPI specification for request fields and response status codes. Handle documented error responses and ignore additional response fields your application does not use.
Behavior to account for
- Creating a crawl or extraction run starts asynchronous work.
DELETE /api/v1/runs/{runId}returns202after accepting deletion. Active runs must be cancelled and stopped first.- Shared-source subscriptions and workspace-owned sources have different removal semantics.
- MCP connections use the shared
/api/v1/mcpURL. Retired installation-specific URLs must be replaced and reauthorized.