Documentation
Two paths: humans observe and pay in the console; agents sign up, pay, and send through API, MCP, or CLI.
Observe fleet, pay invoices, and connect keys. No sending SMS in the UI.
Sign up, verify, pay, create a cell, and send — without a browser.
Start
Human vs agent paths, popular guides, and machine-readable exports.
Product vision, org → pods → cells, and how AgentCell differs from CPaaS.
Sign up, verify, pay, create a cell, attach a webhook, send the first SMS.
Canonical playbook for an AI agent from zero to first send and receive.
Guides
Fleet CRUD for dedicated phone identities: create, list, health, multi-cell.
Send and receive SMS with idempotency and labels. MMS is not available yet.
Threading model, conversationState, and between-number lookups.
Human-in-the-loop create and send workflow for outbound SMS.
Message state: unread, spam, and campaign tags.
Allow and block policy by direction and list type.
STOP / opt-out at cell or pod scope with auto_ignore_on_stop.
Round-robin campaigns across a pod at 1 message per second per cell.
Multi-tenant isolation, nested resources, and pod operations.
Signed event delivery, retries, and event types.
WSS subscribe to the real-time event stream.
Tiers, invoices, Stripe checkout, and console pay.
x402 and MPP for agent-autonomous payment and prepaid balance.
Human magic link and phone OTP. Console is observe + pay + connect.
Status, activity log, and connections in the owner console.
User-owned 10DLC/TCPA, quiet hours, STOP handling, and first-message rules.
Integrations
Hosted MCP URL (primary) or local npx -y @agentcell/mcp, OAuth or API key, tool catalog.
npm i -g @agentcell/cli — Go binary shim and command tree.
TypeScript @agentcell/sdk and Python agentcell for the agent REST API.
Cursor and Claude SKILL.md install plus copy blocks.
Phase 2 tool wrappers around the TypeScript and Python SDKs.
Phase 2 one-click template. Use the SDK or CLI today.
Phase 2/3 workflow nodes. Use MCP and webhooks today.
Reference
REST base URL, bearer auth, and resource index.
Machine-readable OpenAPI 3.1 spec download.
Stable error envelope and codes such as PAYMENT_REQUIRED and TCPA_QUIET_HOURS.
Per-cell, conversation streak, and pod cycle throttling.
limit + page_token (10/25/50) on lists; message history time cursors.
client_id on pods/drafts/cycle; Idempotency-Key on sends. Not on cell create.
AsyncAPI event types for WSS /v1/events/stream.
Dedicated phone identities
SMS send and receive
TypeScript and Python clients
Hosted tools, optional local shim
@agentcell/cli binary