Skip to content

TeamGrid developer documentation

API v1 is the versioned contract for new integrations. The TypeScript SDK, CLI, and MCP server are clients of that same API.

Authenticate with a reveal-once credential and call the regional endpoint that credential encodes.

Terminal window
curl --fail-with-body \
--header "Authorization: Bearer $TEAMGRID_API_TOKEN" \
--header 'Accept: application/json' \
https://api.de.teamgrid.app/v1/workspace

The response identifies the authenticated workspace, its region, and its cell. The quickstart covers creating the credential, listing tasks, and paginating with cursors.

API v1 is the source of truth. The other three interfaces are clients of it rather than independent integration surfaces.

API v1 1.0.0-beta.2 governs 181 operations across 111 paths. That number measures contract parity across the HTTP API, SDK, and CLI, not complete TeamGrid product coverage. The capability ledger records the remaining partial, planned, and private areas explicitly, and choose an interface maps common integration shapes to a recommended surface.

API v0 remains available for compatibility. Its contract is frozen and documented separately, with migration guidance beside the legacy reference.