Keen — Developer Quick-Start
The Keen ecosystem operates via isolated sandboxes tailored for specific functions:
- ADMIN — the central management interface where AI Spaces and Agents are configured, linked, and assigned. Example URL:
https://sandbox-001.keenbot.ai/org - CHAT — the client-facing surface used to interact with and verify your agents in a live conversational environment. Example URL:
https://sandbox-001.keenbot.ai
You will hop into /org several times while you are coding to create or update a record, then come back to your editor. The structure below mirrors that natural flow rather than front-loading all the admin steps.
What you will do, in order
- Get access to the sandbox
- Set up your local environment — extension, project files, npm install
- Wire your project to a Space — creates the Space in
/organd pastes its code snippets back into your project - Build your first agent — interleaves the canvas work with creating the Agent record in
/org - Deploy your code to the sandbox
- Verify in the Chat — creates a Consumer in
/org, signs in, and chats with the agent - Debug
- Customize the Chat UI
- Advanced — manual chat I/O via Script Nodes
If anything mismatches what is on screen, stop and check — the most common failure mode is a name that does not match between
/organd the flow file. Section 4 explains the four-name contract that ties code to admin.