API
REST API at https://api.agentcell.store/v1. Authenticate with Authorization: Bearer ac_...
Base URL and auth
All customer routes are under /v1. Device API uses X-Phone-Key. Admin API is /v1/admin and is not available to agent keys.
const me = await fetch("https://api.agentcell.store/v1/auth/whoami", {
headers: { Authorization: `Bearer ${process.env.AGENTCELL_API_KEY}` },
});Resource index
| Resource | Endpoints |
|---|---|
| Agent auth | POST /agent/sign-up, POST /agent/verify |
| Cells | GET/POST /cells, GET/PATCH/DELETE /cells/{id} |
| Messages | POST /cells/{id}/messages, reply, list |
| Conversations | GET /conversations/between, cell threads |
| Drafts / lists / ignore | Cell and pod nested routes |
| Pods / cycle | CRUD + POST /pods/{id}/messages/cycle |
| Webhooks / WSS | CRUD + WSS /v1/events/stream |
| Billing / usage | /billing/*, /usage/* |
Copy for Cursor / Claude
Base: https://api.agentcell.store/v1
Auth: Authorization: Bearer ac_...
Whoami: GET /auth/whoami
OpenAPI: https://agentcell.store/docs/openapi.yaml