Skip to content

Kyno documentation

Connect Kyno to Codex, Claude Code, or another MCP coding agent. Ask it to deploy your app. Share the private URL with your team.

Kyno is an MCP-first deployment service for small internal web apps. Your coding agent sends the source, Kyno builds it in an isolated microVM, and the running app gets a private HTTPS URL.

  1. Connect your coding agent.
  2. Open the project you want to deploy.
  3. Ask the agent: “Deploy this app to Kyno and share it with person@example.com.”
  4. Open the URL returned by Kyno.

The agent can prepare a missing Dockerfile, read the project’s environment requirements, send variables and write-only secrets, and deploy the app for your workspace.

Important: Kyno is a self-serve beta for small internal tools. It is not a high-availability, multi-region, GPU, batch, or high-traffic platform.

  • One Firecracker microVM for each running app.
  • A private URL at https://<app-id>.apps.kyno.work.
  • Workspace invitations with Owner, Admin, Editor, and User roles.
  • Runtime variables and encrypted, write-only secrets.
  • A persistent SQLite database and a 1 GB data disk.
  • Logs, redeployment, start, stop, and destroy controls through MCP.