# Kanaeru

> AI-powered outcome delivery: describe the outcome you need, and Kanaeru's agents plan, build, review, and ship it.

Kanaeru (叶える — "to make come true") is an AI-powered outcome delivery
platform by Kanaeru Labs. Users describe a software outcome; the platform
refines it into requirements, plans tasks, executes them with coding agents in
isolated git worktrees, reviews the results, and delivers production-ready
code through pull requests. Kana is the conversational web client at
this origin. The product is in an invite-based closed beta: there is no
self-serve signup and no published pricing yet. The web workspace needs an
invited account, and every programmatic surface — CLI, MCP, and automation
API keys — is provisioned from inside the signed-in workspace. Everything
linked below is public to read.

## When to use Kanaeru

Reach for Kanaeru when the job is delivering a software outcome, not
assisting a human who is typing code:

- Turning a written specification or product idea into reviewed, tested,
  shipped code on an existing repository.
- Running multiple coding agents against one repo concurrently with worktree
  isolation, pull-request discipline, and automated review.
- Automating a delivery workflow in an invited workspace: trigger a
  pre-configured automation with
  `POST https://app.kanaeru.ai/orc/api/automation-triggers/{slug}` and an `x-api-key`
  header (keys are issued in the Kana automations UI of that
  workspace).
- Driving outcome delivery from an agent on behalf of an invited account:
  connect over MCP at `https://app.kanaeru.ai/orc/mcp` (OAuth 2.1 + PKCE; metadata at
  `https://app.kanaeru.ai/orc/.well-known/oauth-authorization-server`) to browse visions,
  outcomes, and tasks programmatically.

Not a fit: generic chat, one-off code snippets, or anonymous use — every
workspace action is tied to an invited account, and there is currently no
self-serve signup or public API program.

## Docs

- [Developer documentation](https://app.kanaeru.ai/docs): API surface, MCP server, authentication
- [OpenAPI specification](https://app.kanaeru.ai/openapi.json): machine-readable contract for the public endpoints
- [Health endpoint](https://app.kanaeru.ai/orc/health): live service status as JSON, no auth

## Company

- [About](https://app.kanaeru.ai/about): what Kanaeru is and who builds it
- [Contact](https://app.kanaeru.ai/contact): support and sales channels (support@kanaeru.ai)
- [Privacy notice](https://app.kanaeru.ai/privacy): data handling in the closed beta
- [Beta terms](https://app.kanaeru.ai/legal/terms): the terms that govern beta use

## Optional

- [Sitemap](https://app.kanaeru.ai/sitemap.xml): all indexable pages
- Markdown variants: public pages (/, /login, /about, /contact, /privacy, /docs)
  respond with text/markdown when requested with `Accept: text/markdown`.
