Skip to main content

API Overview

Ground exposes a REST API for indexing sources, searching (hybrid and RMH), agent chat, Rover GitHub jobs, on-demand package search, API keys, and usage visibility.

Base URL

Authentication

Create keys in the dashboard. Send your key using either:
  • Authorization: Bearer gnd_your_api_key, or
  • X-API-Key: gnd_your_api_key
Some browser-only flows (for example the dashboard) use JWT cookies; automation and SDKs should use API keys as above.

Endpoints (summary)

Sources

Jobs

Package search (on-demand)

Chat

Dashboard chat also uses JWT-backed /conversations for history; see product UI or OpenAPI for details.

Rover

Global packages

API keys & quota

Policy

Common response codes

Pagination & filters

List endpoints support skip / limit or documented equivalents. Example:

Support

Documentation: docs.trygroundai.com · ali@trygroundai.com