---
title: "OrchestKit by Yonyon: developer resources"
description: "Every developer-facing surface of OrchestKit, the free MIT-licensed Claude Code plugin published by the Yonyon software studio. All public, all free, no account required."
canonical: "https://orchestkit.yonyon.ai/developers"
---

# OrchestKit by Yonyon: developer resources

> Every developer-facing surface of OrchestKit, the free MIT-licensed Claude Code plugin published by the Yonyon software studio. All public, all free, no account required.

## Resources

- [Documentation](https://orchestkit.yonyon.ai/docs/getting-started/installation): Install guides, concepts, and reference for all 107 skills, 36 agents, and 171 hooks.
- [OpenAPI specification](https://orchestkit.yonyon.ai/api/openapi): OpenAPI 3.1 description of the public, read-only docs API — search, Markdown fetch, batch, async jobs.
- [MCP server (hosted, Streamable HTTP)](https://orchestkit.yonyon.ai/api/mcp): Connect AI agents to the docs natively. No auth. Server card at /.well-known/mcp/server-card.json.
- [MCP server (stdio, Docker image)](https://github.com/yonatangross/orchestkit/pkgs/container/orchestkit-docs-mcp): Run locally: docker run -i --rm ghcr.io/yonatangross/orchestkit-docs-mcp — multi-arch (amd64 + arm64).
- [NLWeb natural-language endpoint](https://orchestkit.yonyon.ai/ask?query=what+is+orchestkit): POST or GET /ask with a question; JSON or SSE streaming responses (NLWeb protocol).
- [CLI (npm)](https://www.npmjs.com/package/orchestkit): orchestkit, the official CLI: install, search, ask, read, mcp, doctor. Zero deps, Node >= 20. Run it with npx orchestkit or npx ork.
- [Python package (PyPI)](https://pypi.org/project/orchestkit-hook-contract/): orchestkit-hook-contract — typed hook I/O contract for building OrchestKit-compatible tooling in Python.
- [Authentication policy](https://orchestkit.yonyon.ai/auth.md): The API is public and anonymous-only — auth.md states it in the WorkOS auth.md shape, with RFC 9728 PRM.
- [API versioning & deprecation policy](https://orchestkit.yonyon.ai/api-policy.md): Versioning scheme, RFC 8594 Deprecation/Sunset headers, and the 6-month sunset guarantee.
- [llms.txt](https://orchestkit.yonyon.ai/llms.txt): Machine-readable site index for AI agents — canonical description, use cases, and resource map.
- [API catalog (RFC 9727)](https://orchestkit.yonyon.ai/.well-known/api-catalog): Linkset of every discoverable API surface at /.well-known/api-catalog.
- [Source code (GitHub)](https://github.com/yonatangross/orchestkit): MIT-licensed monorepo: plugin source, hooks, MCP server, docs site, and CI.
- [MCP registry entry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.yonatangross/orchestkit): io.github.yonatangross/orchestkit on the official Model Context Protocol registry — republished every release.

## For AI agents

- Start at the RFC 9727 API catalog (https://orchestkit.yonyon.ai/.well-known/api-catalog) or https://orchestkit.yonyon.ai/llms.txt.
- No credentials are required. Errors use the RFC 9457 Problem Details shape.
- Every API response carries the IETF `RateLimit-*` headers; a `429` also carries `Retry-After`.
- Versioning and deprecation guarantees: https://orchestkit.yonyon.ai/api-policy (Markdown twin: https://orchestkit.yonyon.ai/api-policy.md).
- Append `.md` to any documentation page URL, or send `Accept: text/markdown`, for raw Markdown.

## Publisher

Yonyon is an independent software studio building developer tooling for AI-assisted engineering; OrchestKit is its flagship product (107 skills, 36 agents, 171 lifecycle hooks). It is unrelated to the musician of the same name, see https://orchestkit.yonyon.ai/yonyon.
