AgentCell

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

ResourceEndpoints
Agent authPOST /agent/sign-up, POST /agent/verify
CellsGET/POST /cells, GET/PATCH/DELETE /cells/{id}
MessagesPOST /cells/{id}/messages, reply, list
ConversationsGET /conversations/between, cell threads
Drafts / lists / ignoreCell and pod nested routes
Pods / cycleCRUD + POST /pods/{id}/messages/cycle
Webhooks / WSSCRUD + WSS /v1/events/stream
Billing / usage/billing/*, /usage/*

OpenAPI

Download the machine-readable spec.

OpenAPI reference
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