# AgentCell - Append .md to any doc URL for markdown - MCP: https://mcp.agentcell.store/mcp - Docs MCP: https://agentcell.store/docs/_mcp/server - Onboarding: https://agentcell.store/docs/agent-onboarding.md - API: https://api.agentcell.store/v1 ## Docs - [Docs home](https://agentcell.store/docs): Human vs agent paths, popular guides, and machine-readable exports. - [Welcome](https://agentcell.store/docs/welcome): Product vision, org → pods → cells, and how AgentCell differs from CPaaS. - [Quickstart](https://agentcell.store/docs/quickstart): Sign up, verify, pay, create a cell, attach a webhook, send the first SMS. - [Agent onboarding](https://agentcell.store/docs/agent-onboarding): Canonical playbook for an AI agent from zero to first send and receive. - [Cells](https://agentcell.store/docs/guides/cells): Fleet CRUD for dedicated phone identities: create, list, health, multi-cell. - [Messages](https://agentcell.store/docs/guides/messages): Send and receive SMS with idempotency and labels. MMS is not available yet. - [Conversations](https://agentcell.store/docs/guides/conversations): Threading model, conversationState, and between-number lookups. - [Drafts](https://agentcell.store/docs/guides/drafts): Human-in-the-loop create and send workflow for outbound SMS. - [Labels](https://agentcell.store/docs/guides/labels): Message state: unread, spam, and campaign tags. - [Lists](https://agentcell.store/docs/guides/lists): Allow and block policy by direction and list type. - [Ignore lists](https://agentcell.store/docs/guides/ignore-lists): STOP / opt-out at cell or pod scope with auto_ignore_on_stop. - [Pod cycle send](https://agentcell.store/docs/guides/pod-cycle-send): Round-robin campaigns across a pod at 1 message per second per cell. - [Pods](https://agentcell.store/docs/guides/pods): Multi-tenant isolation, nested resources, and pod operations. - [Webhooks](https://agentcell.store/docs/guides/webhooks): Signed event delivery, retries, and event types. - [WebSockets](https://agentcell.store/docs/guides/websockets): WSS subscribe to the real-time event stream. - [Billing](https://agentcell.store/docs/guides/billing): Tiers, invoices, Stripe checkout, and console pay. - [Machine payments](https://agentcell.store/docs/guides/machine-payments): x402 and MPP for agent-autonomous payment and prepaid balance. - [Console login](https://agentcell.store/docs/guides/console-login): Human magic link and phone OTP. Console is observe + pay + connect. - [Agent activity](https://agentcell.store/docs/guides/agent-activity): Status, activity log, and connections in the owner console. - [Compliance](https://agentcell.store/docs/guides/compliance): User-owned 10DLC/TCPA, quiet hours, STOP handling, and first-message rules. - [MCP](https://agentcell.store/docs/integrations/mcp): Hosted MCP URL (primary) or local npx -y @agentcell/mcp, OAuth or API key, tool catalog. - [CLI](https://agentcell.store/docs/integrations/cli): npm i -g @agentcell/cli — Go binary shim and command tree. - [SDKs](https://agentcell.store/docs/integrations/sdk): TypeScript @agentcell/sdk and Python agentcell for the agent REST API. - [Skills](https://agentcell.store/docs/integrations/skills): Cursor and Claude SKILL.md install plus copy blocks. - [LangChain](https://agentcell.store/docs/integrations/langchain): Phase 2 tool wrappers around the TypeScript and Python SDKs. - [Replit](https://agentcell.store/docs/integrations/replit): Phase 2 one-click template. Use the SDK or CLI today. - [Sim.ai](https://agentcell.store/docs/integrations/sim-ai): Phase 2/3 workflow nodes. Use MCP and webhooks today. - [API](https://agentcell.store/docs/reference/api): REST base URL, bearer auth, and resource index. - [OpenAPI](https://agentcell.store/docs/reference/openapi): Machine-readable OpenAPI 3.1 spec download. - [Errors](https://agentcell.store/docs/reference/errors): Stable error envelope and codes such as PAYMENT_REQUIRED and TCPA_QUIET_HOURS. - [Rate limits](https://agentcell.store/docs/reference/rate-limits): Per-cell, conversation streak, and pod cycle throttling. - [Pagination](https://agentcell.store/docs/reference/pagination): limit + page_token (10/25/50) on lists; message history time cursors. - [Idempotency](https://agentcell.store/docs/reference/idempotency): client_id on pods/drafts/cycle; Idempotency-Key on sends. Not on cell create. - [WebSockets](https://agentcell.store/docs/reference/websockets): AsyncAPI event types for WSS /v1/events/stream. - [FAQ](https://agentcell.store/docs/faq): Pricing, ownership, 10DLC, console vs API, admin vs console login. - [Changelog](https://agentcell.store/docs/changelog): Reverse-chronological releases and API breaking changes. ## Exports - llms.txt: https://agentcell.store/docs/llms.txt - llms-full.txt: https://agentcell.store/docs/llms-full.txt - OpenAPI JSON: https://agentcell.store/docs/openapi.json - OpenAPI YAML: https://agentcell.store/docs/openapi.yaml - AsyncAPI: https://agentcell.store/docs/asyncapi.json - Docs MCP: https://agentcell.store/docs/_mcp/server