Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Pipelines can now be created, updated, and deleted programmatically using a new credential type: ServiceKeys.
Regular GoldRush API keys are read-only and intentionally rejected by the Pipeline REST API. ServiceKeys are a separate, mutation-scoped credential issued from the Platform - so the API key embedded in your app or shared with teammates can never accidentally provision, mutate, or tear down a pipeline.
What’s new
- CRUD over HTTP - list, create, get, update, replace, and delete pipelines without opening the Platform UI.
- Status, logs, metrics, destination-health - query pipeline runtime state from CI, dashboards, or your own control plane.
- Per-environment isolation - issue separate ServiceKeys for dev, staging, prod, and each CI system to keep blast radius small.
- Immediate revocation - revoking a key returns
401on the next request; rotate without downtime by overlapping a new key. - Group-scoped — ServiceKeys inherit the group of the user who created them; pipelines in other groups remain invisible.