Public Beta · v3.0.0-beta

The open-source AI agent SDK
that you actually own

Multi-provider BYOK CLI and embeddable SDK. Switch between Anthropic, OpenAI, DeepSeek, Gemini, Ollama with one config change. MIT licensed.

$ npx @robota-sdk/agent-cli

Everything you need. Nothing you don't.

🔑

BYOK — No Subscription

Bring your own API key. Pay only for tokens you use. No $20/month plans, no seat limits imposed by Robota.

🔄

Any Provider, One Config

Switch between Anthropic, OpenAI, DeepSeek, Gemini, or a local Ollama model by changing one line in your config.

📦

Embeddable SDK

Import @robota-sdk/agent-framework into your app and ship the same agent runtime your users already know.

🏠

Fully Self-Hostable

Run entirely on-premises with local LLMs. No data leaves your machine except to the AI provider you choose.

🔓

MIT Licensed

Every line is publicly auditable and free to fork, modify, and use in commercial products — no CLA required.

TypeScript-First

Strict types end-to-end. No any, no implicit casts, no runtime surprises. Designed for real TypeScript codebases.

Start in 30 seconds

No account. No subscription. Just a terminal and an API key.

# Install globally

$ npm install -g @robota-sdk/agent-cli

# Set your API key

$ export ANTHROPIC_API_KEY=sk-ant-...

# Launch

$ robota

Read the full Getting Started guide →