Connect eSIM Copilot to
the tools you already use
Your team orders eSIMs from the tools they already live in. And when you want more, your own systems can plug straight into ours.
Works with
Integrations for the tools your teams already use
Chat-first ordering in Teams, Slack, WhatsApp and Telegram. AI management through Claude and ChatGPT. Customer connections from Salesforce. Apps for iPhone and Android.
Developers
Connect your systems
Connect usage, orders and spend into your own business systems and workflows. Automate with n8n or Zapier. Let AI agents manage connectivity. Or build your own integration on the API.
REST API
Full programmatic access to plans, orders, subscriptions, users, and billing.
Webhooks
Real-time event notifications pushed to your systems. Order placed, eSIM activated, subscription renewed: you know instantly.
MCP Server
Model Context Protocol server for AI agents. Your AI assistant can browse plans, place orders, and manage eSIMs autonomously.
n8n
Visual workflow automation. Trigger eSIM provisioning from any event: new employee in HR system, travel booking, CRM update.
Zapier & Make
Connect eSIM Copilot to thousands of apps. Automate ordering, notifications, and reporting without writing code.
API Documentation
Developer docs
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"}'Start building
Create an account and generate your API key in under a minute. Documentation at docs.esimcopilot.com, webhook testing, and MCP server access included.