Docs

orkestr documentation

orkestr is an EU-hosted deployment platform. Connect a repo from GitHub, GitLab, Bitbucket, or Codeberg; we detect the framework, build a Docker image, and deploy it. From there you can manage environments, run serverless functions, attach Postgres or Redis add-ons, and spin up isolated sandboxes for AI agents - all from the console, the CLI, the REST API, or an MCP client.

This documentation covers four surfaces:

  • REST API at api.orkestr.eu for everything you'd do in the console
  • CLI (orkestr) for terminal-driven workflows and CI scripts
  • MCP server so Claude Code, Cursor, and other MCP clients can manage your account as tool calls
  • Sandboxes API + SDKs (separate section) for running untrusted code in hardware-isolated VMs from any AI agent
New here?
Read Getting started first. It walks through a complete platform tour: connect a repo, create a project, deploy, manage environments, attach databases, configure custom domains, and roll back when something goes wrong.

Sections

  • Getting started - the platform tour, end-to-end. Connect, deploy, manage, scale.
  • REST API reference - authentication, every endpoint, request and response shapes
  • CLI reference - install, authenticate, every command and flag
  • MCP server - drop-in tool calls for Claude Code, Cursor, and other MCP clients
  • Workflow examples - PR deploy previews, CI/CD, rollback scripts, batch ops, AI-driven flows
  • Sandboxes - EU-hosted, hardware-isolated VMs for AI agents (Python + JS SDKs, REST, MCP)

Resources

  • Pricing - plans, limits, and overage rates
  • Integrations - GitHub, GitLab, Bitbucket, Codeberg, MCP clients
  • Security - container hardening, network isolation, sub-processors
  • Blog - engineering posts and release notes