← Back to search
40
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

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