Teamspaces allow you to isolate resources and data within your organization. By default, all requests are scoped to the teamspace in which the API key was created. To scope requests to a different teamspace, you can use one of two methods.Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Initialize the Client with a Teamspace
You can initialize the Datagrid client with a teamspace ID. All subsequent requests from that client will automatically be scoped to that teamspace.Option 2: Scope Individual Requests
Alternatively, you can scope individual requests by passing theDatagrid-Teamspace header. This is useful when you need to make requests to different teamspaces from the same client.