Your AI teammate,
in your terminal.
One command. Real work.

Give your coding agent a teammate that knows your business. Connect your knowledge, add a chat bubble, and put eesel to work from the terminal you already use.

BRING YOUR OWN AGENT

Your agent can take it from here.

Copy this prompt into Codex, Claude Code, Cursor, or another coding agent with terminal access. Open your website project first.

See how it works

AT HOME IN YOUR WORKFLOW

Codexby OpenAI
Claude Code
Cursor
Terminal
Cloud / CI

Bring your AI teammate into your coding workflow

Use eesel from Codex, Claude Code, Cursor, or your own terminal. Your coding agent handles the commands. You get a teammate that knows your business.

eesel

Give it your business context, straight from the terminal

Connect your website and upload your policies, guides, and documents. The same knowledge appears in your dashboard and powers your customer conversations.

Claude Code~/your-store

Give eesel our latest return policy.

$ npx @eesel/cli files upload
  ./returns-policy.pdf

Uploaded returns-policy.pdf

Willow supportKnowledge
returns-policy.pdf

Sale items · 30-day returns · exceptions

The same knowledge in your dashboard and chat bubble.

Test an answer. Then put it on your site.

Ask a question from your terminal and see how your teammate responds. Add the context it needs, test again, and use the returned embed snippet to bring it to your website.

Test from your terminal
$ npx @eesel/cli chat
  "Can I return sale items?"
Willow support

Your website chat bubble

Can I return something I bought on sale?
Yes! Sale items can be returned within 30 days, unworn with tags attached. Items marked “final sale” are excluded.
Write a message…

A SMALL SETUP. A LOT OF POSSIBILITY.

Start with one command.

Let your agent handle the setup, or follow these steps in your terminal.

BRING YOUR OWN AGENT

Your agent can take it from here.

Copy this prompt into Codex, Claude Code, Cursor, or another coding agent with terminal access. Open your website project first.

01

Give it your website

Create an agent and chat channel, start reading your site, and get the embed snippet. Add that snippet to your website.

npx @eesel/cli init chat-bubble --site https://your-site.com
02

Make the workspace yours

Sign in through your browser to keep what you created. Already have an eesel workspace? Do this before step 1.

npx @eesel/cli login
03

Ask your first question

Once your website content is ready, test an answer. Keep chatting to refine how your teammate helps.

npx @eesel/cli chat "What does this site do?"

Check progress with npx @eesel/cli status. For an existing agent, use --agent to choose it. Full command reference ↗

A few things you might be wondering.

The eesel CLI is a command-line interface for your eesel AI teammate. Use it to chat, set up a website chat bubble, connect a helpdesk, upload knowledge, manage automations, and review held actions from your terminal.

Yes. Codex, Claude Code, Cursor, and other agents with terminal access can run the CLI. Commands return JSON, including useful error hints. Copy the setup prompt above into your agent and complete any browser authorization it needs.

You can run init without an account. It creates an anonymous workspace with $5 of usage for 7 days. Run npx @eesel/cli login to claim and keep that workspace. If you already have an eesel account, log in before setup to use your existing workspace.

Yes. The CLI and dashboard use the same workspace and agent. Your knowledge, integrations, and instructions are shared. Anything you set up in one is available in the other.

Yes. Set EESEL_API_URL and EESEL_API_TOKEN for an existing workspace to authenticate without a browser. Use EESEL_AGENT_ID or --agent to choose the agent. Keep credentials in your environment’s secret store. Connections that require browser authorization must be authorized separately.

Node.js 18.17 or newer to use npx @eesel/cli. You can also install it globally with npm install -g @eesel/cli and then use the shorter eesel command. The documentation also includes a standalone installer.

Your next teammate is one command away.

Bring eesel into the workflow you already use.

BRING YOUR OWN AGENT

Your agent can take it from here.

Copy this prompt into Codex, Claude Code, Cursor, or another coding agent with terminal access. Open your website project first.

Explore the docs ↗