# Sparknotes for your agents. Try for free

> Source: <https://www.aiagentnotes.com/>
> Published: 2026-06-05 03:22:13+00:00

# Plain-English summariesyour CEO can read

Install one package, set three env vars, and your agents send SparkNotes to a dashboard you actually understand — Python bots, Node services, or OpenClaw on Telegram and Slack.

Three installs — same env vars

## One product. Three installs.

Pick the package for your stack. Add the same env vars. The SDK handles the rest.

### Python

LangChain, CrewAI, Railway, any Python bot

```
pip install aiagentnotes
```

### npm

Node, Express, Railway, cron, any JavaScript bot

```
npm install aiagentnotes
```

### ClawHub

OpenClaw — Telegram, Slack, gateway bots

```
clawhub install agentnotes
```

or npx aiagentnotes install

## Everything you need to understand your agents

One snippet. Full visibility. Zero ML infrastructure.

## Two steps. Any stack.

- 1
### Set env vars

API key, agent slug, and your AgentNotes URL — same for Python, npm, and ClawHub.

- 2
### Install your package

pip install aiagentnotes · npm install aiagentnotes · clawhub install agentnotes

- 3
### Read SparkNotes

Hourly or daily rollups in the dashboard and email — plain English.

```
AGENTNOTES_API_KEY=an_...
AGENTNOTES_AGENT_ID=my-bot
AGENTNOTES_BASE_URL=https://www.aiagentnotes.com
python
from aiagentnotes import AgentNotes

notes = AgentNotes.from_env()
notes.log("job done", data={"ok": True})
notes.complete_run({"summary": "What happened"})
```

## Loved by agent builders

Testimonials from early users — replace with real quotes after launch.

## Simple pricing

7-day free trial on every plan. Card required at checkout — cancel anytime before you're charged.
