by inkeep
Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.
# Add to your Claude Code skills
git clone https://github.com/inkeep/agentsLast scanned: 5/1/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@esbuild-kit/core-utils: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@esbuild-kit/esm-loader: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "drizzle-kit: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-01T06:38:09.812Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Build AI Agents with a No-Code Visual Builder or TypeScript SDK. Agents can be edited in either with full 2-way sync, so technical and non-technical teams can create and manage Agents in one platform.
Get started with the docs or 1-minute quick start.
A drag-and-drop canvas so any team can create and own the Agents they care about.
A code-first framework so engineering teams can build with typesafety, intellisense, CI/CD, and the tools they expect.
import { agent, subAgent } from "@inkeep/agents-sdk";
import { consoleMcp } from "./mcp";
const helloAgent = subAgent({
id: "hello-agent",
name: "Hello Agent",
description: "Says hello",
canUse: () => [consoleMcp],
prompt: `Reply to the user and console log "hello world" with fun variations like h3llo world`,
});
export const basicAgent = agent({
id: "basic-agent",
name: "Basic Agent",
description: "A basic agent",
defaultSubAgent: helloAgent,
subAgents: () => [helloAgent],
});
The Visual Builder and TypeScript SDK are fully interoperable: technical and non-technical teams can edit and manage Agents in either format and collaborate with others at any time.
Inkeep Agents can operate as real-time AI Chat Assistants, for example:
Agents can also be used for AI Workflow Automation like:
No comments yet. Be the first to share your thoughts!
Inkeep Open Source includes:
For a full overview, see the Concepts guide.
Interested in a managed platform? Sign up for the Inkeep Cloud waitlist or learn about Inkeep Enterprise.
The Inkeep Agent Platform is composed of several key services and libraries that work together:
agents-api.@inkeep/agents-sdk) for declaratively defining Agents and custom tools in code. Writes to agents-api.inkeep push and inkeep pull which sync your TypeScript SDK code with the Visual Builder.Under the hood, the framework uses the Vercel AI SDK for interfacing with LLM providers, so it's compatible with Vercel's useChat hook and other AI primatives.
The Inkeep Agent Framework is licensed under the Elastic License 2.0 (ELv2) subject to Inkeep's Supplemental Terms (SUPPLEMENTAL_TERMS.md). This is a fair-code, source-available license that allows broad usage while protecting against certain competitive uses.
Inkeep is designed to be extensible and open: use the LLM provider of your choice, use Agents via standard protocols, and easily deploy and self-host Agents in your own infra.
If you'd like to contribute, follow our contribution guide.
Join our community to get support, stay up to date, and share feedback.