AgentCell

Ignore lists

Ignored E.164 numbers are silently dropped from agent workflows. STOP handling can add them automatically.

Pod

Parent

Cell

Parent

Ignore list

This guide

What ignore does

DirectionWhen ignored
InboundStored with label ignored; no cell.message.received unless you subscribe to cell.message.ignored
OutboundRejected with 422 IGNORED_RECIPIENT before carrier handoff

Scope

source is manual, auto_stop, or import. auto_ignore_on_stop writes STOP senders into the enabled scopes.

ScopeApplies when
Podignore_list_enabled on the pod — every cell in the pod
Cellignore_list_enabled on the cell
Effective setUnion of pod + cell entries
await agentcell.ignoreList.add({ scope: "cell", scopeId: cellId, phoneNumber: "+15559876543" });

Common errors

Copy for Cursor / Claude
Enable ignore lists and auto-STOP, then add a number.

agentcell cells settings --cell-id $CELL_ID --ignore-list-enabled --auto-ignore-on-stop
curl -X POST https://api.agentcell.store/v1/cells/$CELL_ID/ignore-list -d '{"phone_number":"+15559876543"}'