> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Features

> What this product ships today.

What this product ships today, grouped by capability.

{/* Audience: Developer wiring an AI client (Claude Code, Cursor, …) to Cyberun — internal authoring note, not shown to readers. */}

### Cloud MCP server

| Feature                   | Description                                                                                                                                                                                                                                                                     |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Streamable HTTP transport | The Cloud MCP server speaks the spec-compliant Streamable HTTP transport at [https://core.cyberun.cloud/api/v1/mcp](https://core.cyberun.cloud/api/v1/mcp) — works with Claude Code, Cursor, Windsurf, Codex CLI, VS Code 1.101+, and Claude Desktop. [Learn more](/mcp/cloud). |
| Workflow & task tools     | List workflows, fetch their parameter schemas, submit tasks by ID or slug, stream progress through MCP `notifications/progress`, fetch results, and cancel.                                                                                                                     |
| Container service tools   | List the team's container services, read each service's AI-facing `usage_prompt`, and invoke it through `call_container_service` — all without leaving the MCP transport.                                                                                                       |

### Agent skill

| Feature                   | Description                                                                                                                                                                                                                                                    |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Installable cyberun skill | Drop the Cyberun skill into Claude Code, Cursor, Codex CLI, or any agentskills.io-compatible client with `npx skills add cyberun-cloud/skills`. Restart the AI session and the right MCP tools become available with the right triggers. [Learn more](/skill). |
