Sursakit docs
Sursakit is the cloud workbench for service-based development. Open a workspace in the browser and every service your project needs — app, API, database, worker — is running, versioned, and ready to edit.
The primitives
- Organization — top-level tenant. Members, teams, billing, API keys. Read more →
- Workspace — a project space holding services, sessions, skills, automations, and tasks. Read more →
- Session — a branch-like line of work with its own runtime state. Default is
main. Read more → - Service — a containerized component, imported from GitHub, GitLab, Bitbucket, or Docker Hub. Read more →
What's in the box
- Monaco editor with multi-language LSP (TypeScript, Python, Go, Rust, and more) over WebSocket.
- Per-service terminals backed by a real PTY.
- Version control on Jujutsu under the hood, Git interop on the wire.
- In-browser pull requests against GitHub / GitLab / Bitbucket, with a three-way conflict editor.
- The agent in an isolated runner container, shipping work as pull requests through an MCP control plane.
- Skills, scheduled/manual automations, tasks, and webhook integrations.
Get started
- Quickstart — sign in, create a workspace, add services, and run.
- User journey — a full end-to-end walkthrough.