# Super Turtle > Coding agent on your phone. Control Claude Code and Codex from Telegram. ## Docs - [Architecture](https://superturtle.dev/docs/architecture.md): How Super Turtle coordinates work across agents and drivers - [Bot Commands](https://superturtle.dev/docs/bot/commands.md): Source-accurate reference of Telegram bot commands and command-like intents - [Drivers and Models](https://superturtle.dev/docs/bot/drivers.md): Actual Claude/Codex driver behavior and model defaults used by the bot - [MCP Tools](https://superturtle.dev/docs/bot/mcp-tools.md): Model Context Protocol (MCP) tools for extending Claude's capabilities - [Telegram Bot Overview](https://superturtle.dev/docs/bot/overview.md): Turn Claude Code into your personal assistant, accessible from anywhere via Telegram - [Using Claude as a Personal Assistant](https://superturtle.dev/docs/bot/personal-assistant.md): Set up Claude as your 24/7 personal assistant via Telegram - [Running as a Service](https://superturtle.dev/docs/bot/running-as-service.md): Keep the bot running 24/7 on macOS or Linux - [Environment Variables Reference](https://superturtle.dev/docs/config/environment-variables.md): Complete reference of all configuration environment variables - [Platform Support](https://superturtle.dev/docs/config/platform-support.md): Current support status and runtime expectations - [Security Model](https://superturtle.dev/docs/config/security.md): Understanding the bot's security architecture and threat model - [TOS Compliance](https://superturtle.dev/docs/config/tos-compliance.md): How Super Turtle uses Claude Code and why it is compliant with Anthropic's terms of service - [Conductor Panel + API](https://superturtle.dev/docs/dashboard/conductor.md): Durable worker lifecycle state, wakeups, and inbox visibility - [Dashboard Overview](https://superturtle.dev/docs/dashboard/overview.md): Local operational dashboard for sessions, workers, and runtime health - [superturtle docs](https://superturtle.dev/docs/index.md): Coding agent on your phone - [Introduction](https://superturtle.dev/docs/introduction.md): What Super Turtle is and how it works - [Meta Agent Overview](https://superturtle.dev/docs/meta/overview.md): How the Meta Agent works as the user-facing orchestrator across Telegram, CLI, and SubTurtle delegation - [Meta Resource Management](https://superturtle.dev/docs/meta/resource-management.md): Usage-aware routing and supervision tuning for Claude Code and Codex across Meta Agent and SubTurtles - [Meta Supervision](https://superturtle.dev/docs/meta/supervision.md): Cron-based autonomous supervision for SubTurtles with silent-first check-ins and milestone-only user notifications - [Meta Task Decomposition](https://superturtle.dev/docs/meta/task-decomposition.md): How the Meta Agent turns "build X" requests into parallel SubTurtles with dependency-aware execution and reliable multi-spawn behavior - [Quickstart](https://superturtle.dev/docs/quickstart.md): Install superturtle and get your Telegram bot running - [CTL Commands](https://superturtle.dev/docs/subturtles/ctl-commands.md): Full CLI reference for `super_turtle/subturtle/ctl` with flags, defaults, and examples - [SubTurtle Loop Types](https://superturtle.dev/docs/subturtles/loop-types.md): Compare slow, yolo, yolo-codex, and yolo-codex-spark with speed, cost, and quality tradeoffs - [SubTurtles Overview](https://superturtle.dev/docs/subturtles/overview.md): What SubTurtles are, how their workspaces and state files work, and how they stop safely - [Skills](https://superturtle.dev/docs/subturtles/skills.md): How `--skill` works, where skills live, and how to use Remotion and custom skills with SubTurtles - [State Files](https://superturtle.dev/docs/subturtles/state-files.md): CLAUDE.md format, ownership model, and lifecycle from spawn to self-stop ## OpenAPI Specs - [openapi](https://superturtle.dev/docs/api-reference/openapi.json)