Platform & Reference·Last Verified: 2026-07-14
AI Agent Awareness (AX)
Integrate coding agents and LLM scrapers safely with Kubeletto.
Kubeletto is designed to be highly agent-friendly. We support machine-readable formats and agentic guidelines to assist AI coding partners.
Agentic Capabilities
- /llms.txt - Clean overview of common operations.
- /llms-full.txt - Comprehensive reference of commands and schemas.
- JSON Output - Append
--output jsonto parse responses programmatically. - Accept Header - Send header
Accept: text/markdownor fetch/docs/[slug].mdto download raw Markdown pages.
Agent Safety Rules
- Always pass
--yesor--non-interactiveto prevent blocking the terminal in automated agents. - Never trigger destructive actions (
env delete,keys revoke) without explicit confirmation. - Run
kubeletto doctor [app] --output jsonfirst when diagnosing failures.
Was this helpful?