Skip to content
Developers

Connect eSIM Copilot to
everything you already use.

Your team orders eSIMs from the tools they already live in. Your systems talk to ours via API, MCP, or webhooks.

Integrations

Build on top.

API-first platform. Automate with n8n or Zapier. Let AI agents manage connectivity. Or build your own integration.

REST API

Full programmatic access to plans, orders, subscriptions, users, and billing. Build anything.

Orders & subscriptionsUser managementBilling & invoicesPlan catalogue

Webhooks

Real-time event notifications pushed to your systems. Order placed, eSIM activated, subscription renewed: you know instantly.

Order eventsSubscription lifecycleUsage alertsCustom endpoints

MCP Server

Model Context Protocol server for AI agents. Your AI assistant can browse plans, place orders, and manage eSIMs autonomously.

Claude compatibleTool definitionsAutonomous orderingPlan lookup

Claude

Ask Claude to order eSIMs, check coverage, or compare plans. Natural language interface to your entire mobile platform.

Natural languagePlan recommendationsOrder managementUsage queries

n8n

Visual workflow automation. Trigger eSIM provisioning from any event: new employee in HR system, travel booking, CRM update.

500+ connectorsVisual workflowsEvent triggersNo-code automation

Zapier & Make

Connect eSIM Copilot to thousands of apps. Automate ordering, notifications, and reporting without writing code.

Pre-built triggersMulti-step zapsTemplate libraryNo-code setup

API Documentation

Built for developers.

RESTful API with full OpenAPI spec. Webhooks for real-time events. MCP server for AI agents.

List available plans

Query plans by country, category, or data allowance. Returns pricing, coverage, and availability.

curl -X GET "https://api.esimcopilot.com/v1/plans" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"country": "GB", "category": "Travel"}'

Ready to integrate?

Create an account and generate your API key in under a minute. Documentation at docs.esimcopilot.com, webhook testing, and MCP server access included.

Create account