llms.txt Content
# Goldsky
## Docs
- [Agent Skills](https://docs.goldsky.com/ai-skills.md): AI skills for building, deploying, and debugging Goldsky Turbo, Mirror, Subgraphs, Compose, and Edge with Claude Code, Cursor, and other AI coding assistants
- [Get pipeline error count](https://docs.goldsky.com/api-reference/pipeline-logs/get-pipeline-error-count.md): Get the number of error-level log entries for a pipeline within a configurable time window (default: 6 hours, max: 7 days).
- [Get pipeline logs](https://docs.goldsky.com/api-reference/pipeline-logs/get-pipeline-logs.md): Retrieve execution logs for a pipeline. Supports cursor-based pagination and filtering.
- [Get pipeline state](https://docs.goldsky.com/api-reference/pipeline-status/get-pipeline-state.md): Get the internal state information of a pipeline. This endpoint proxies to the upstream Streamling API.
- [Get pipeline status](https://docs.goldsky.com/api-reference/pipeline-status/get-pipeline-status.md): Get the current runtime status of a pipeline.
- [Create a pipeline](https://docs.goldsky.com/api-reference/pipelines/create-a-pipeline.md): Create and deploy a new turbo pipeline. The pipeline name must be unique within the project.
- [Delete a pipeline](https://docs.goldsky.com/api-reference/pipelines/delete-a-pipeline.md): Delete a pipeline by name. This action cannot be undone.
- [Get a pipeline](https://docs.goldsky.com/api-reference/pipelines/get-a-pipeline.md): Get the details of a specific pipeline by name.
- [List pipelines](https://docs.goldsky.com/api-reference/pipelines/list-pipelines.md): List all pipelines in the current project. Optionally filter by type.
- [Pause a pipeline](https://docs.goldsky.com/api-reference/pipelines/pause-a-pipeline.md): Pause a running pipeline. Can be resumed later.
- [Restart a pipeline](https://docs.goldsky.com/api-reference/pipelines/restart-a-pipeline.md): Restart a pipeline. Optionally clear state to start fresh.
- [Resume a pipeline](https://docs.goldsky.com/api-reference