Using Kody

September 21, 2026 · View on GitHub

Kody is the personal assistant platform for builders who would rather own their automations than rent them.

Kody gives your AI assistant secure, reusable access to your services and lets it run durable Worker-native automations while your computer is offline.

These docs are for people who connect their assistant to Kody over MCP. Setup and repository development live elsewhere (contributing docs). The in-app Get started page (/onboarding) connects a host, gives that agent access, then proves the same home works from a second agent. People with a Kody account can also join the Discord.

Read in order for a full tour, or jump to a topic.

Docs

The user-facing docs site is kody.codes/docs: an introduction, Get started, Concepts, Examples, Packages, Integrations, and per-provider connection walkthroughs. Every page is also raw markdown (/docs/<slug>.md), indexed at kody.codes/llms.txt, and available to connected agents as search({ entity: "guide:{id}" }). The pages below are the MCP-level reference detail those docs link into.

Contributing to these docs

Authors and maintainers follow Documentation principles. Usage pages stay short; the MCP server favors concise tool descriptions and puts detail where it belongs after each tool runs.