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

# CLI Overview

> Manage supported GroundForge resources and workflows from a terminal.

`gforge` provides scriptable access to Organizations, Workspaces, identities, Agents, Channels, MCP providers, Gateways, Operator Tasks, discovery, Traces, observations, and drifts.

The command shape is:

```text theme={null}
gforge <resource> <verb> [options]
```

Examples:

```bash theme={null}
gforge agents list
gforge channels describe <channel-id> -o yaml
gforge providers discover <provider-id>
gforge operator tasks list --status pending
gforge traces spans <trace-id>
```

Start with [Install](/cli/install), [Login](/cli/login), and [Context](/cli/context).


## Related topics

- [REST API Overview](/api-reference/overview.md)
- [Platform Overview](/platform/overview.md)
- [Quick Start](/quickstart.md)
- [MCP Providers](/platform/mcps.md)
