AgentCell

Documentation

Build agents that can talk to anyone.

Two paths: humans observe and pay in the console; agents sign up, pay, and send through API, MCP, or CLI.

Human owner

Observe fleet, pay invoices, and connect keys. No sending SMS in the UI.

AI agent

Sign up, verify, pay, create a cell, and send — without a browser.

Docs tree

Start

  • Docs home

    Human vs agent paths, popular guides, and machine-readable exports.

  • Welcome

    Product vision, org → pods → cells, and how AgentCell differs from CPaaS.

  • Quickstart

    Sign up, verify, pay, create a cell, attach a webhook, send the first SMS.

  • Agent onboarding

    Canonical playbook for an AI agent from zero to first send and receive.

Guides

  • Cells

    Fleet CRUD for dedicated phone identities: create, list, health, multi-cell.

  • Messages

    Send and receive SMS with idempotency and labels. MMS is not available yet.

  • Conversations

    Threading model, conversationState, and between-number lookups.

  • Drafts

    Human-in-the-loop create and send workflow for outbound SMS.

  • Labels

    Message state: unread, spam, and campaign tags.

  • Lists

    Allow and block policy by direction and list type.

  • Ignore lists

    STOP / opt-out at cell or pod scope with auto_ignore_on_stop.

  • Pod cycle send

    Round-robin campaigns across a pod at 1 message per second per cell.

  • Pods

    Multi-tenant isolation, nested resources, and pod operations.

  • Webhooks

    Signed event delivery, retries, and event types.

  • WebSockets

    WSS subscribe to the real-time event stream.

  • Billing

    Tiers, invoices, Stripe checkout, and console pay.

  • Machine payments

    x402 and MPP for agent-autonomous payment and prepaid balance.

  • Console login

    Human magic link and phone OTP. Console is observe + pay + connect.

  • Agent activity

    Status, activity log, and connections in the owner console.

  • Compliance

    User-owned 10DLC/TCPA, quiet hours, STOP handling, and first-message rules.

Integrations

  • MCP

    Hosted MCP URL (primary) or local npx -y @agentcell/mcp, OAuth or API key, tool catalog.

  • CLI

    npm i -g @agentcell/cli — Go binary shim and command tree.

  • SDKs

    TypeScript @agentcell/sdk and Python agentcell for the agent REST API.

  • Skills

    Cursor and Claude SKILL.md install plus copy blocks.

  • LangChain

    Phase 2 tool wrappers around the TypeScript and Python SDKs.

  • Replit

    Phase 2 one-click template. Use the SDK or CLI today.

  • Sim.ai

    Phase 2/3 workflow nodes. Use MCP and webhooks today.

Reference

  • API

    REST base URL, bearer auth, and resource index.

  • OpenAPI

    Machine-readable OpenAPI 3.1 spec download.

  • Errors

    Stable error envelope and codes such as PAYMENT_REQUIRED and TCPA_QUIET_HOURS.

  • Rate limits

    Per-cell, conversation streak, and pod cycle throttling.

  • Pagination

    limit + page_token (10/25/50) on lists; message history time cursors.

  • Idempotency

    client_id on pods/drafts/cycle; Idempotency-Key on sends. Not on cell create.

  • WebSockets

    AsyncAPI event types for WSS /v1/events/stream.

Meta

  • FAQ

    Pricing, ownership, 10DLC, console vs API, admin vs console login.

  • Changelog

    Reverse-chronological releases and API breaking changes.

Popular

Machine exports