LLM Agent Integration

LimeLink publishes an LLM-friendly documentation index at:

https://limelink.org/llms.txt

Provide this URL or a locally downloaded copy to an AI coding assistant when you want it to reference current LimeLink guides. The index is the discovery layer: platform guides describe implementation, while MCP and Terraform provide separate, versioned code-based management paths.

Supported code workflows

llms.txt supplies context; it does not execute mutations or guarantee generated code. Review the selected guide, tool arguments, and generated changes before applying them.

Example Workflow

curl -fsSL https://limelink.org/llms.txt -o /tmp/limelink-docs.txt

Attach /tmp/limelink-docs.txt using the context-file feature supported by your chosen assistant, then ask for help with a specific SDK or public API task.

Safe Context

Include:

Never include:

Verification

AI-generated code may be incomplete or stale. Confirm package versions, API fields, error handling, and platform setup against the linked guide and your installed dependencies before shipping.