Glossary
Agent workspace
The isolated repository filesystem and tool environment associated with a coding-agent session.
API key
An sk-rg- credential used by SDKs, scripts, and CI. It identifies an account and can be revoked independently of an interactive session.
Data pipeline
A declared sequence that reads, transforms, routes, or stores records in the platform data layer.
Dataset
A named collection of typed records used by platform features or applications.
GitOps
Deployment practice in which a Git repository holds desired environment state and a reconciler such as ArgoCD applies it to Kubernetes.
Model API
The service behind api.redgold.ai that authenticates model requests, meters usage, and routes supported OpenAI and Anthropic request shapes to model backends.
Public API contract
The endpoints explicitly approved for external callers and included in generated public documentation. A route can be reachable by a platform client without being part of this contract.
Session
A conversation and its associated agent state and activity. Persisted session history supports review and continuation; it does not imply deterministic model replay.
Server-sent events (SSE)
The HTTP streaming format used by supported model endpoints when streaming is enabled.