> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Namespaces

> The SDK client is organized into namespaces. Explore the namespaces below to learn more about each method.

<CardGroup cols={2}>
  <Card title="Alerts" href="/v2/control-plane-sdk-reference/typescript/ref/alerts">
    Define and manage alerts. Alerts evaluate event metrics on a schedule and trigger notifications when configured thresholds are crossed. (3 methods)
  </Card>

  <Card title="Projects" href="/v2/control-plane-sdk-reference/typescript/ref/projects">
    Create and manage projects within a workspace. A project is the container for the events, datasets, evaluations, and alerts logged against it. (4 methods)
  </Card>

  <Card title="Virtual Dataplanes" href="/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes">
    Create and manage virtual data planes. A virtual data plane is a logical tenant boundary inside an organization, hosted on a physical cluster; several virtual data planes commonly share one cluster. Workspaces live inside a virtual data plane. (4 methods)
  </Card>

  <Card title="Workspaces" href="/v2/control-plane-sdk-reference/typescript/ref/workspaces">
    Read and manage workspaces. A workspace groups the projects belonging to one team or environment, and owns the API keys and AI provider secrets its projects share. (4 methods)
  </Card>
</CardGroup>


## Related topics

- [Namespaces](/v2/cli-reference/namespaces.md)
- [Schema Reference](/v2/tracing/enrichment-schema.md)
- [How to Enrich Traces with Metadata and Metrics](/v2/tracing/enrich-traces.md)
