Theo is an AI orchestration engine exposed as a developer API. Instead of calling individual model providers and building your own classification, routing, tool execution, and billing infrastructure, you callDocumentation Index
Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v1/completions and Theo handles everything.
What Theo Does
When you send a prompt to Theo, a multi-stage pipeline runs automatically:- Intent Classification — Determines what kind of task the prompt is (code, research, image, etc.)
- Skill Loading — Loads domain expertise packages (installed + per-request) that inject system prompt extensions and tool definitions
- Model Routing — Selects the optimal Theo engine for the task, with automatic failover
- Agent Loop — Iteratively reasons, calls tools, and feeds results back until the task is complete
- Response — Returns formatted content with engine info, tool execution log, artifacts, follow-up suggestions, and usage data
Key Capabilities
Completions
Multi-model AI completions with automatic intent classification and routing.
Skills
Installable packages of domain knowledge and tools — like apps for AI.
E.V.I.
Embed Theo into your product with a custom persona. Your users see your brand, not Theo.
Code Generation
Theo Code engine with an extended output budget for long-form, best-in-class code.
Image Generation
Theo Create engine for photorealistic images with automatic fallback.
Research
Deep web research with source synthesis and citations.
Documents
Generate PDFs, DOCX, PPTX, XLSX, and CSV files.
Workflows
Multi-step automations with schedules, event triggers, and conditional logic.
Architecture at a Glance
Who It’s For
- Product developers embedding AI into their apps via the SDK or REST API
- Agencies and SaaS companies building branded AI assistants (E.V.I.) for their customers
- Skill authors creating and monetizing domain-specific AI capabilities on the marketplace
How to Get Started
Get an API key
Sign up at api.hitheo.ai and create a key from the dashboard. Keys are prefixed
theo_sk_.