TeamGrid developer documentation
First request
Section titled “First request”Authenticate with a reveal-once credential and call the regional endpoint that credential encodes.
curl --fail-with-body \ --header "Authorization: Bearer $TEAMGRID_API_TOKEN" \ --header 'Accept: application/json' \ https://api.de.teamgrid.app/v1/workspaceThe response identifies the authenticated workspace, its region, and its cell. The quickstart covers creating the credential, listing tasks, and paginating with cursors.
Interfaces
Section titled “Interfaces”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.
Existing v0 integrations
Section titled “Existing v0 integrations”API v0 remains available for compatibility. Its contract is frozen and documented separately, with migration guidance beside the legacy reference.
API v0 documentationMigrate to v1OpenAPI filesChangelogSecurity