Skip to main content
Theo works inside every major agentic IDE through the Model Context Protocol (MCP). This guide is a one-screen orientation — the canonical reference lives in the dedicated MCP Server section.

Quick Start

npm install -g @hitheo/sdk
export THEO_API_KEY=theo_sk_...
theo init
theo init automatically detects your IDEs and writes the correct MCP config. For hand-written config or per-IDE paths, see MCP / Install.

Available Tools

Once configured, your IDE agent has access to:
ToolDescription
theo_completeGeneral AI completion — auto-routes to best engine
theo_codeCode generation — Theo Code engine, long-form output
theo_researchDeep research with citations
theo_imageImage generation — Theo Create engine
theo_documentDocument generation (PDF, DOCX, PPTX, XLSX, CSV)
theo_skill_listBrowse the skill marketplace
theo_skill_installInstall domain-specific skills
theo_statusCheck health and engine availability
Full schemas and examples for each tool live in MCP / Tools; the three theo:// read-only resources are documented in MCP / Resources.

Next steps