Build & Deploy Serverless AI Agents
Zero Ops. Lightning Speed. Infinite Scale.
terminal
$
Quick Start
1. Install CLI
npm install -g openkbs
2. Create your agent
openkbs create my-agent
3. Develop with Claude Code or Cursor
claude “implement customer support agent”
4. Deploy to production
openkbs push
Developer Features
Everything you need to build production-ready AI agents
Serverless Architecture
No infrastructure to manage. Deploy and scale automatically.
CLI-First Workflow
Develop locally with familiar tools. Push to deploy.
50+ AI Models
OpenAI, Claude, Gemini, Llama, Mistral and more.
Code Sandbox
Secure isolated execution environment for agent code.
Knowledge Base
RAG-ready vector storage for your agent's knowledge.
MCP Integration
Connect external tools and APIs via Model Context Protocol.
Simple Agent Structure
Familiar file structure. Zero boilerplate.
my-agent/
src/Events/
actions.js// Agent tools and actions
onRequest.js// Handle user messages
onResponse.js// Handle LLM responses
src/Frontend/
contentRender.js// Custom UI rendering
app/
settings.json// Configuration
icon.png// App icon
instructions.txt// LLM instructions