> ## 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.

# Reference

> Review supported gforge command groups and common options.

Use built-in help for the exact arguments supported by your installed version:

```bash theme={null}
gforge <command> --help
gforge <command> <subcommand> --help
```

## Command map

| Command                                | Purpose                                                                   |
| -------------------------------------- | ------------------------------------------------------------------------- |
| `login`, `logout`, `context`, `doctor` | Authentication, active scope, and connectivity                            |
| `organizations`, `workspaces`          | Administrative hierarchy                                                  |
| `users`, `groups`, `service-accounts`  | Human and non-human identities                                            |
| `roles`, `assignments`                 | Access control                                                            |
| `credentials`                          | Runtime and integration credentials                                       |
| `agents`                               | Agent lifecycle, publish, discovery, observations, drifts, and analytics  |
| `channels`                             | Channel lifecycle, callback helpers, testing, and analytics               |
| `providers`                            | MCP lifecycle, connection test, discovery, inventory, and recommendations |
| `gateways`                             | Gateway lifecycle                                                         |
| `operator tasks`                       | List, inspect, approve, and reject                                        |
| `manifests`, `apply`                   | Validate and apply manifests                                              |
| `traces`, `events`                     | Request timelines and lifecycle events                                    |
| `capabilities`                         | Read discovered capabilities                                              |
| `observations`, `drifts`               | Review runtime mismatches and discovery changes                           |
| `discover mcp`                         | Local or remote MCP discovery                                             |
| `proxy mcp`, `mcp`                     | Governed local MCP client workflows                                       |

## Current names

```text theme={null}
groups
providers apply
agents discovery --status
service-accounts
```

## Common options

```text theme={null}
--base-url
--organization-id
--workspace-id
--environment
--limit
--cursor
--include-archived
--no-headers
-f, --file
--dry-run
-o, --output table|json|yaml
```


## Related topics

- [Glossary](/help/glossary.md)
- [Versions](/reference/versions.md)
- [Supported Features](/features.md)
- [Health](/api-reference/endpoints/health.md)
