# Workblock LLM NVIDIA cluster directory Full Agent Context This bounded export describes the public agent-facing surface for Workblock LLM. ## Site purpose Directory-style view and public JSON API for current NVIDIA cluster Grafana-backed metric actions. ## Canonical origin https://llm.ktortolini.dev ## Routes - https://llm.ktortolini.dev/ (text/html): Interactive HTML view for the NVIDIA cluster metric directory. - https://llm.ktortolini.dev/index.md (text/markdown): Token-efficient Markdown overview of the public directory and APIs. - https://llm.ktortolini.dev/llms.txt (text/plain): Compact reading guide for language-model and agent clients. - https://llm.ktortolini.dev/llms-full.txt (text/plain): Single-file summary of the public surface and API affordances. - https://llm.ktortolini.dev/.well-known/api-catalog (application/json): Machine-readable catalog for the public Workblock LLM APIs. - https://llm.ktortolini.dev/.well-known/openapi.json (application/openapi+json): OpenAPI document for the public JSON routes. - https://llm.ktortolini.dev/.well-known/agent-skills/index.json (application/json): Machine-readable index for supported read-only agent workflows. - https://llm.ktortolini.dev/api/health (application/json): Read-only service health endpoint. - https://llm.ktortolini.dev/api/nvidia-cluster/directory (application/json): Read-only nested directory listing of current NVIDIA cluster actions. - https://llm.ktortolini.dev/api/nvidia-cluster/actions (application/json): Read-only paginated list of current NVIDIA cluster metric actions. ## Skills - Read NVIDIA cluster directory: GET https://llm.ktortolini.dev/api/nvidia-cluster/directory. Fetch a nested directory tree for current NVIDIA cluster metric actions. - List NVIDIA cluster actions: GET https://llm.ktortolini.dev/api/nvidia-cluster/actions. Fetch a paginated list of current NVIDIA cluster metric actions. ## Explicit non-capabilities - No public authentication or OAuth authorization flow is exposed. - No MCP server transport is exposed from this web origin. - No WebMCP browser capability surface is exposed. - No x402, Universal Commerce Protocol, Agentic Commerce Protocol, checkout, ordering, refund, or payment flow is exposed.