Skip to main content
Keen Agents Documentation

Build, debug, and operate AI agent flows.

Public documentation for the Keen runtime, organization surfaces, chat experience, IDE builder, node model, tooling, and GraphQL API.

User guideNode reference
50

doc graph nodes

6

reference areas

13

builder nodes

Reference map

Everything a flow developer needs

Configure the organization surface, build in the Keen Builder, validate through Chat, and inspect platform APIs from one documentation lane.

Organization

Manage accounts, roles, AI Spaces, agents, consumers, logs and platform settings for your sandbox admin surface.

Open

Chat

The user-facing chat where consumers talk to your agents. Login, OTP, registration, spaces and conversation surfaces.

Open

Keen Builder

The VS Code extension where you wire nodes into pipelines. React Flow canvas, per-node debugging, deploy on save.

Open

Tooling

Give an agent a registered script or flow capability that it can call mid-conversation via the SYSTEM CALL wire format.

Open

Node reference

Every node type Keen offers: Start, End, Agent, Script, Condition, Loop, Parallel, Run/Jump Flow and more.

Open

GraphQL API

Schema, query examples, limits, graph data, and agent-facing API reference for integrations and tooling.

Open

First path

Move from access to a live agent flow.

Start with sandbox access, wire a local project to an AI Space, build the first agent, deploy it, and verify the conversation in Chat.

  • Sandbox and local environment setup
  • Builder workflow and node reference
  • Deployment, verification, and debugging
Builder guide
# 1. Scaffold a Keen project
npx keen-project-create my-flow

# 2. Deploy to your sandbox
npm run deploy