Skip to main content

Kosuke documentation

How Kosuke works and how to drive it from code. Concepts, features, and the full HTTP API reachable with an API key, written for agents and the people who build them.

Kosuke runs a coding agent against your GitHub repository inside a disposable cloud sandbox. You describe the work, the agent writes the code, the sandbox serves a live preview of the result, and the session ends as a pull request.

Everything the web app does is an HTTP call, and almost all of it is reachable with an API key. This page is the reference for both: what the product does, and how to drive it without a browser.

The app runs at https://app.kosuke.ai. That is also the API base URL.