Quick Start
This guide will help you get Ground up and running with your first indexed source.1. Get an API Key
Sign up at app.trygroundai.com to get your API key. Send it on every request usingAuthorization: Bearer gnd_… or X-API-Key: gnd_….
2. Add Your First Source
Ground can index Git repositories, documentation sites, and packages (npm/PyPI).Via UI
- Navigate to Sources → Add Source in the Dashboard
- Select source type (Repository, Documentation, or Package)
- Enter the URL and configuration
- Click Create
Via API
3. Sync the Source
Once created, tell Ground to start indexing your content.4. Search Your Content
As soon as the sync job finishes (or while it’s in progress), you can start querying your grounded context.Via UI
Navigate to the Playground in the Dashboard and enter a search query.Via API
Next Steps
Concepts
Learn about sources, jobs, citations, and freshness
SDKs
Integrate Ground into your app using our official SDKs
Trust Policy
Configure staleness budgets and refusal thresholds
API Reference
Complete API documentation