NEW  ·  MCP servers over OAuth. Connect Jira in two clicks. Explore integrations →
LiteAgents
Platform Integrations Workflows Developers Pricing Deploy Agents For Free! Login
Built for App Developers!

Add AI agents to the app you're building.

Developers ship one endpoint. Your team tunes the agent live. No deploy, no ticket, no waiting on engineering.

Bring your own key No markup on tokens Ship in a day
app.liteagents.ai
LiteAgents control panel

Bring your own model. Works with the providers you already use.

OpenAI Anthropic Google Gemini Mistral OpenRouter DeepSeek xAI Ollama
The core idea

The developer owns the integration.
The domain expert owns the behavior.

Stop shipping a release every time the agent needs a tweak. LiteAgents splits the work so neither side waits on the other.

Developer · integrate once

One endpoint, wired once.

Start a conversation, send a message, get the reply. The same call whether one agent answers or five work together behind it.

# start a conversation with an agent…
POST /agents/{agent}/conversations

# …then send and list its messages.
POST /conversations/{conversation}/messages
GET  /conversations/{conversation}/messages
Domain expert · tune forever

A live control panel for the brain.

Fix a bad answer, tighten a guardrail, swap a tool. It goes live the moment you save. Versioned, testable, reversible.

  • 01 Edit instructions & guardrails, no code change
  • 02 Register a tool without touching the repo
  • 03 Retool-style versioning. Test before it goes live
  • 04 Roll back the moment something misbehaves
Agents

Tune the agent's brain. Live.

Instructions, guardrails, tools, model. All editable, all versioned. The agent that just gave a bad answer is one edit away from a good one. No release cycle.

  • Swap provider or model mid-conversation
  • Guardrails that hold in production
  • Every change attributable and reversible
Agent configuration panel
Knowledge library
Knowledge

Your agent knows what your product knows.

Upload your docs, and it answers from those. No guessing. Files and wiki pages live in a Library any agent can read. Production RAG, no vector database and no embeddings to tune.

  • Answers grounded in your own content, not the model's guesses
  • One Library feeds every agent you attach it to
  • Search and retrieval handled for you, no vector database
Integrations

Give your agent hands.

Any HTTP request becomes a tool with {{context.*}} variables. Connect MCP servers over OAuth and their tools show up on their own. Flip on built-in connectors. Secrets stay encrypted, never in your repo.

HTTP endpoints MCP · Jira via Rovo Built-in connectors Sub-agents
Integrations catalog
Workflows

An agent has tools.
Some tools are agents.

No new engine to learn. A sub-agent is just another tool a parent can call. Wire a parallel team or a sequential pipeline, all in the same panel. Your one endpoint never changes.

Compose a workflow
Workflow orchestration
Developers

Integrate once. Then don't touch it again.

The logic and tools live in LiteAgents, not your codebase. Your repo stays clean while the agent keeps getting smarter. Zero deploys on your side.

0
endpoint to wire
0
to ship, not a week
0
deploys to tune
chat.ts
// 1. open a conversation for your end-user
const { conversation } = await post(
  `/agents/${agent}/conversations`,
  { user_id }
)

// 2. send whatever they typed
const reply = await post(
  `/conversations/${conversation}/messages`,
  { text }
)

// 3. render reply.text + reply.actions
//    the brain lives in LiteAgents.
Bring your own key

No markup on intelligence.

We serve as your bridge. Pick your own preferred AI provider and bring your own provider keys for your agents. Pay us for the platform, pay your provider for tokens. Nothing in between.

OpenAI
Anthropic
Gemini
Mistral
OpenRouter
DeepSeek
xAI
Ollama
Pricing

Flexible pricing for your customer's needs.

Every plan includes unlimited agents. Estimate your run volume, bring your own model keys, and never pay a markup on intelligence.

Estimate your usage
1,000 runs / month
1K 5K 10K 50K 100K 100K+

Free

Recommended
Free
Just get started
Up to 1,000 runs / month
  • Unlimited Agents
Start free

Starter

Recommended
$29/mo
Best for App Developers
Up to 10,000 runs / month
  • Unlimited Agents
Get started

Agency

Recommended
$149/mo
Best for B2B Agencies
Up to 100,000 runs / month
  • Unlimited Agents
Get started

Enterprise

Recommended
Custom
For complex and power uses
100,000+ runs / month
  • Unlimited Agents
  • Access control
  • SSO (Single Sign-On)
  • SOC 2, HIPAA & GDPR compliance
  • Custom Data Store
Talk to sales
Pay As You Go
No plan, no commitment. Only pay for what your agents run.
$0.004 / run

*Subject to Fair Usage Policy of the Terms of Use.

Integrate agents in a day.
Not a week.

Integrate once. Tune forever. Free to start, bring your own key.