Theoai banner
hitheoai hitheoai

Theoai

AI community

Description

Theo AI | the orchestration API. One API key, every AI capability. SDK, CLI, MCP server for IDE agents (Cursor, Claude Code, Warp, Windsurf, VS Code), and channel adapters for Telegram & WhatsApp. Intent classification, multi-model routing, skills marketplace, and tool execution, all in one call.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

theo ai

The AI orchestration API.
One API key. Every AI capability. Zero regrets.

sdk mcp telegram whatsapp

DocsDashboardWebsitePlayground


What is Theo?

Theo is an AI orchestration engine exposed as a developer API. Send a prompt, and a multi-stage pipeline runs automatically:

Your App → Theo API
                │
     ┌─────────┼─────────┐
     ▼         ▼         ▼
Classifier   Skill    Model
             Loader   Router
                │
                ▼
           Agent Loop
      (think → act → observe)
                │
                ▼
   Response + Billing + Audit

Intent classification → skill loading → model routing → agent loop → response. All in one `POST /api/v1/completions` call.

*"I orchestrate AI models so you don't have to play favorites."* — Theo

Packages

Package What it does Install
`@hitheo/sdk` TypeScript SDK + C