AgentCell

Pods

Pods isolate multi-tenant work: a group of cells with shared policy, compliance metadata, and cycle send.

Organization

Parent

Pod

This guide

Cell

Parent

CRUD and nested reads

Create pods, attach cells, then use overview, messages, conversations, compliance, stop-list, and usage endpoints.

ReadPath
OverviewGET /pods/{id}/overview
MessagesGET /pods/{id}/messages
ComplianceGET /pods/{id}/compliance
Stop listGET /pods/{id}/stop-list
const pod = await agentcell.pods.create({ name: "acme", clientId: "pod-acme-v1" });

Common errors

Copy for Cursor / Claude
Create a pod, then attach cells and enable ignore lists.

curl -X POST https://api.agentcell.store/v1/pods -H "Authorization: Bearer $AGENTCELL_API_KEY" -d '{"name":"acme","client_id":"pod-acme-v1"}'