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:
Use the generated reference for exact request shapes. Use the rest of this guide for task-oriented workflows and examples.
Use the interactive playground
- Open an endpoint under REST APIs → Endpoints.
- Add the authentication method described on Authentication.
- Enter the active Organization and Workspace values required by that endpoint.
- 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. Last modified on July 27, 2026