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

# REST API Overview

> Explore GroundForge endpoints with generated OpenAPI pages and an interactive request playground.

The **REST APIs** section is generated from the OpenAPI schema exported by the current GroundForge Admin API runtime.

Each endpoint page includes:

* request method and path;
* path, query, and body parameters;
* request and response schemas;
* example payloads when the runtime provides them;
* an interactive request builder.

The default server is:

```text theme={null}
https://platform.groundforge.ai
```

Use the generated reference for exact request shapes. Use the rest of this guide for task-oriented workflows and examples.

## Use the interactive playground

1. Open an endpoint under **REST APIs → Endpoints**.
2. Add the authentication method described on [Authentication](/api-reference/authentication).
3. Enter the active Organization and Workspace values required by that endpoint.
4. Review the generated request before sending it.

For destructive or write operations, test with a non-production Workspace first. The `gforge` CLI remains the simplest interface for common resource and MCP workflows.


## Related topics

- [CLI Overview](/cli/overview.md)
- [Platform Overview](/platform/overview.md)
- [Introduction](/index.md)
- [Quick Start](/quickstart.md)
