# Tenki > Agent-readable map for Tenki, a cloud infrastructure platform for software teams and AI coding agents. Tenki provides three products: - **Sandbox** provides disposable full Linux VMs for coding agents, development workloads, and untrusted code. - **Runners** provide managed Linux and macOS runners for GitHub Actions workflows. - **Code Reviewer** reviews pull requests for high-signal bugs, security issues, and code-quality problems. For current pricing, limits, and security details, use the linked documentation. Actions: - Search the documentation: `GET https://tenki.cloud/api/search?query=`. - Create an account: [Tenki registration](https://app.tenki.cloud/auth/registration/). - Open an existing workspace: [Tenki dashboard](https://app.tenki.cloud). ## Choose your goal - [Run code in an isolated full Linux VM](https://tenki.cloud/docs/sandbox/quickstart.md): Install the CLI or SDK, authenticate, create a session, run a command, and terminate it. - [Move a GitHub Actions job](https://tenki.cloud/docs/runners/quickstart.md): Create an account and connect the repository through the Tenki Runners GitHub App; then replace the workflow's `runs-on` value. - [Enable automated pull-request review](https://tenki.cloud/docs/start-code-review.md): Create an account and install the separate Reviewer GitHub App; then open a pull request or mention `@tenki-reviewer`. - [Onboard a user with an AI agent](https://tenki.cloud/skills/tenki-onboarding/SKILL.md): Install the CLI, run `tenki onboard`, open the approval URL, and let it wait for approval; then set up Sandbox, Runners, or Code Reviewer. ## Start here - [Tenki homepage](https://tenki.cloud/index.md): Overview of Tenki products and use cases. - [Tenki documentation](https://tenki.cloud/docs.md): Overview of Tenki Runners, Sandbox, and Code Reviewer. - [Pricing](https://tenki.cloud/docs/pricing.md): Current plans, rates, credits, quotas, and billing. ## Agent interfaces - [Tenki Docs MCP metadata](https://tenki.cloud/.well-known/mcp): Connection metadata for the documentation MCP server available at POST /mcp. - [Agent Skills catalog](https://tenki.cloud/.well-known/agent-skills/index.json): Machine-readable catalog of Tenki skills with integrity hashes. - [Tenki documentation skill](https://tenki.cloud/skills/tenki-cloud-docs/SKILL.md): Guidance for researching and answering questions about Tenki. - [Blog index for LLMs](https://tenki.cloud/blog/llms.txt): Machine-readable index of Tenki blog posts. ## Tenki Sandbox - [Tenki Sandbox overview](https://tenki.cloud/products/sandbox.md): Disposable full Linux VMs for coding agents, development workloads, and untrusted code. - [Sandbox concepts](https://tenki.cloud/docs/sandbox/concepts.md): Understand the primitives behind Tenki Sandbox, including sessions, persistent volumes, snapshots, and templates, and when to reach for each. - [Sandbox sessions](https://tenki.cloud/docs/sandbox/sessions.md): Create and drive Tenki Sandbox sessions covering lifecycle, command execution, file I/O, port exposure, and SSH access. - [Persistent Volumes](https://tenki.cloud/docs/sandbox/volumes.md): Use Tenki Sandbox persistent volumes for durable build caches, package caches, large repositories, and datasets that survive session termination. - [Snapshots](https://tenki.cloud/docs/sandbox/snapshots.md): Capture a point-in-time VM snapshot of any Tenki Sandbox session, then restore it later as a new session. - [Templates](https://tenki.cloud/docs/sandbox/templates.md): Define a typed template from a Git context, build it into a private digest-addressed image, and create sessions from it. - [Sandbox recipes](https://tenki.cloud/docs/sandbox/recipes.md): Task-oriented recipes for common Tenki Sandbox workflows, including running AI agents, checkpointing environments, caching dependencies, and executing untrusted code. - [Sandbox SDK reference](https://tenki.cloud/docs/sandbox/sdk.md): Programmatic reference for Tenki Sandbox covering installation, authentication, client options, identity discovery, OpenCode integration, and error types. - [Sandbox CLI reference](https://tenki.cloud/docs/sandbox/cli.md): Command reference for the `tenki` CLI covering authentication, session lifecycle, command execution, file transfer, port exposure, SSH, persistent volumes, and snapshots. - [Base Image](https://tenki.cloud/docs/sandbox/base-image.md): What every Tenki Sandbox session ships with out of the box, and how to add your own tools. - [MCP Server](https://tenki.cloud/docs/sandbox/mcp.md): Reference for the Tenki Sandbox MCP server covering client setup, authentication, available tools, and the flags that limit what an agent can do. - [Sandbox ADE](https://tenki.cloud/docs/sandbox/ade.md): Download the Sandbox ADE, a desktop app for macOS and Linux that runs coding agents like Claude Code, Codex, and Pi inside isolated Linux VMs. - [Sandbox troubleshooting](https://tenki.cloud/docs/sandbox/troubleshooting.md): Diagnose common Tenki Sandbox issues including session creation hangs, missing volume data after restore, SSH errors, port exposure, and command timeouts. ## Tenki Runners - [Tenki Runners overview](https://tenki.cloud/products/runners.md): Managed Linux and macOS runners for GitHub Actions workflows. - [Runner sizes and labels](https://tenki.cloud/docs/runners/sizes.md): Standard runner configurations with CPU, memory, operating system, and Linux runs-on labels. - [Choosing a runner](https://tenki.cloud/docs/runners/which-runner-should-i-use.md): Select the appropriate CPU and memory configuration for a workload. - [Linux x64 Runners](https://tenki.cloud/docs/runners/x64-runners.md): Bare-metal Linux x64 GitHub Actions runners on AMD EPYC processors, running the official GitHub Actions runner images. - [macOS Runners (M4 Pro)](https://tenki.cloud/docs/runners/macos-runners.md): Apple Silicon (M4 Pro) macOS GitHub Actions runners, with four sizes, macOS 15 and 26 images, and monthly image refreshes. - [Android Emulator](https://tenki.cloud/docs/runners/android-emulator.md): Run Android emulator UI tests on Tenki Linux x64 Runners with nested virtualization (KVM) enabled. - [Runner caching](https://tenki.cloud/docs/runners/caching.md): Hosted GitHub Actions cache and transparent dependency mirrors, enabled by default. - [Runner repository access](https://tenki.cloud/docs/runners/repo-management.md): Choose which repositories Tenki Runners can access through its GitHub App. - [Networking & Egress](https://tenki.cloud/docs/runners/networking.md): Egress traffic, IP ranges, and private connectivity options for CI workloads. - [Secrets](https://tenki.cloud/docs/runners/secrets-and-signing.md): How Tenki Runners handle secrets and why we use GitHub Actions secrets directly. - [Limits, Concurrency & Cold Start](https://tenki.cloud/docs/runners/limits-and-concurrency.md): Concurrency defaults per plan, cold start latency, queue handling, and billing behavior for Tenki Runners. - [Runner Images](https://tenki.cloud/docs/runners/runner-images.md): What's preinstalled on Tenki Linux and macOS runner images, how often standard images are refreshed, and how to request custom images. - [Runners troubleshooting](https://tenki.cloud/docs/runners/troubleshooting.md): Diagnose common runner setup, image, networking, and job failures. ## Tenki Code Reviewer - [Tenki Code Reviewer overview](https://tenki.cloud/products/code-reviewer.md): AI pull-request review focused on high-signal bugs, security issues, and code-quality problems. - [Custom Context](https://tenki.cloud/docs/reviewer/custom-context.md): Tenki Code Reviewer reads your repository's AGENTS.md or CLAUDE.md to apply your team's rules, expectations, and preferences to every review. - [Review Anatomy](https://tenki.cloud/docs/reviewer/review-anatomy.md): This page explains exactly how a Tenki review appears in your PR and how to interpret each component. - [Settings](https://tenki.cloud/docs/reviewer/settings.md): Tenki Code Reviewer exposes a small set of configuration options to control when it runs and how much signal it produces. - [Reviewer repository access](https://tenki.cloud/docs/reviewer/repo-management.md): Choose which repositories Tenki Code Reviewer can access through its GitHub App. - [Manage your Code Reviewer seats](https://tenki.cloud/docs/reviewer/seat-management.md): Control access to Code Reviewer by managing seats, assigning users, and adding more through billing. - [Reviewer troubleshooting](https://tenki.cloud/docs/reviewer/troubleshooting.md): Diagnose missing or failed pull-request reviews. ## Accounts and GitHub - [Billing](https://tenki.cloud/docs/account/billing.md): Understand how billing works in Tenki for GitHub Actions runners. Learn about usage-based pricing, free credits, and how Tenki delivers cost improvements over runners alternatives. - [Free credits](https://tenki.cloud/docs/account/free-credits.md): Learn how free credits work in Tenki and how to use them to run GitHub Actions runners with better performance and cost improvements. - [API keys](https://tenki.cloud/docs/account/api-keys.md): Create, store, rotate, and revoke Tenki API keys for Sandbox SDKs, CLI automation, and CI. - [Members and settings](https://tenki.cloud/docs/account/members-and-settings.md): Manage Tenki Cloud members and workspace settings. Invite team members, assign roles, & configure your cloud environment for peak collaboration. - [Payments and plans](https://tenki.cloud/docs/account/payment.md): Update your payment details, switch plans, review past invoices, and manage your subscription settings quickly and securely. - [Roles and permissions](https://tenki.cloud/docs/account/roles-perms.md): Tenki Cloud's role-based access system. Learn about Owner, Admin, and Standard roles and detailed permission breakdowns. - [GitHub organizations](https://tenki.cloud/docs/github/gh-organization.md): How to connect and update your GitHub Organization with your Tenki Workspace. - [GitHub repository management](https://tenki.cloud/docs/github/repo-management.md): Connect, update, or remove repositories available to a Tenki workspace. - [GitHub App access](https://tenki.cloud/docs/github/gh-app-access-level.md): Review and understand what level of access each Tenki GitHub App requires on your GitHub Organization. ## Trust and policies - [Security and isolation](https://tenki.cloud/docs/trust/security.md): Workload isolation, infrastructure security, and compliance posture. - [Acceptable Use Policy](https://tenki.cloud/docs/acceptable-use-policy.md): Rules for permitted and prohibited use of Tenki services. - [Editorial & Corrections Policy](https://tenki.cloud/docs/editorial-policy.md): Tenki's content sourcing, corrections, and update policy. - [Privacy Policy](https://tenki.cloud/docs/privacy-policy.md): How Tenki collects, uses, and protects personal data. - [Tenki for Startups: Program Terms and Conditions](https://tenki.cloud/docs/startups-program-terms.md): Eligibility and terms for the Tenki for Startups program. - [Terms of Service](https://tenki.cloud/docs/terms-of-service.md): Contractual terms governing use of Tenki services. ## Optional - [Runners benchmarks](https://tenki.cloud/docs/runners/benchmarks.md): Benchmark results and methodology comparing Tenki runners against GitHub-hosted runners across real open-source build workloads. - [Tenki vs Blacksmith](https://tenki.cloud/docs/runners/comparisons/tenki-vs-blacksmith.md): How Tenki and Blacksmith compare on price, performance, free tier, macOS support, and migration. - [Tenki vs Depot](https://tenki.cloud/docs/runners/comparisons/tenki-vs-depot.md): How Tenki and Depot compare on price, performance, free tier, macOS support, and migration. - [Brand Guidelines](https://tenki.cloud/docs/brand-guidelines.md): Rules for using the Tenki name, identity, and visual assets. - [Changelog](https://tenki.cloud/docs/changelog.md): Product releases, improvements, and fixes. - [Referrals](https://tenki.cloud/docs/built-with-tenki.md): Referral credit program and participation instructions. - [Socials](https://tenki.cloud/docs/tenki-socials.md): Official community, support, and social channels. - [Tenki Logos](https://tenki.cloud/docs/branding.md): Downloadable Tenki logos in supported formats. - [Tenki pricing overview](https://tenki.cloud/pricing.md): Pricing overview for Runners, Code Reviewer, and Sandbox. - [Tenki for Startups](https://tenki.cloud/startups.md): Program overview for eligible startup teams. - [AI Code Review Benchmark](https://tenki.cloud/benchmarks/code-reviewer.md): AI code-review comparison and methodology. - [About](https://tenki.cloud/company/about.md): Company background and team information. - [Careers](https://tenki.cloud/company/careers.md): Current employment opportunities at Tenki. - [Security](https://tenki.cloud/company/security.md): Security and compliance overview. - [Complete documentation corpus](https://tenki.cloud/llms-full.txt): Bulk-ingestion file containing all documentation; for normal tasks, prefer search or targeted Markdown pages because this file is large. - [Tenki blog](https://tenki.cloud/blog): Human-readable articles and product updates. - [Blog RSS feed](https://tenki.cloud/blog/rss.xml): RSS feed containing all blog posts. - [Changelog Atom feed](https://tenki.cloud/changelog.xml): Release feed with per-entry update timestamps. - [Tenki on X](https://x.com/tenki): Official Tenki account on X. - [Tenki on LinkedIn](https://www.linkedin.com/company/tenki-cloud/): Official Tenki company page on LinkedIn. - [Tenki Discord](https://discord.gg/qNFaWrR6um): Community support and discussion server.