Monitoring and alerts
Watch companies, markets, and tariff changes; schedule reminders; and get told when something you care about moves.
Standing watches turn EximAgent from something you query into something that tells you when to act.
Watch a company or a market
eximagent watch company --name "Example Handels GmbH"
eximagent watch market --hs6 090111 --dest DE
eximagent watch list
eximagent watch remove --id <watchId>
A company watch fires on new shipment activity. A market watch fires on movement in the lane — new entrants, churn, price shifts.
Monitors
eximagent monitor create --kind replies
eximagent monitor create --kind tariff-changes --hs6 090111 --dest DE
eximagent monitor list
eximagent monitor get --id <monitorId>
eximagent monitor cancel --id <monitorId>
Monitors are recurring signal watches — inbound replies, tariff changes, and other events you would otherwise have to poll for.
Reminders
eximagent reminder create --at 2026-09-01 --note "follow up with Example GmbH"
eximagent reminder list
eximagent reminder get --id <reminderId>
eximagent reminder cancel --id <reminderId>
One-shot, date-based, and attached to your account rather than your calendar.
Which to use
| You want | Use |
|---|---|
| Told when a company ships again | watch company |
| Told when a lane moves | watch market |
| Told when a duty rate changes | monitor --kind tariff-changes |
| Told when someone replies | monitor --kind replies |
| Nudged on a specific date | reminder create |