Mediloop
CREATE A CONNECTORNew

Create a Connector

Create a new Mediloop connector project and bootstrap your integration in minutes.

Production ready
Built with best practices for security and reliability
Extensible
Add capabilities, endpoints and workflows easily
Compliant by design
OAuth 2.1, FHIR, audit logs and data protection
Developer friendly
TypeScript SDK with strong types and tooling

1. Prerequisites

Before creating a connector, make sure you have the following:

A Mediloop developer account with an active organization
Access to a Mediloop environment (Sandbox or Production)
Node.js 18+ and npm 9+ or pnpm 8+ installed
What is a connector?
A connector is a secure integration between your system and Mediloop. It allows you to exchange data, trigger workflows, and synchronize information using Mediloop APIs and FHIR resources.
Sync patient demographics and identifiers
Exchange clinical data
Manage appointments and availability
Trigger notifications and alerts
Integrate devices and IoT data

2. Create your connector project

Using CLIUsing npx (no install)Manual (advanced)
bashCopy
# Install Mediloop CLI globally
npm install -g @mediloop/cli

# Create a new connector project
mediloop connector create my-connector

# Navigate to your project
cd my-connector
You will be asked:
1
Connector name
A unique name for your connector.
2
Organization / Tenant
Select the organization or tenant.
3
Environment
Choose Sandbox or Production.
4
Template
Start with a basic template or example.
5
Language
Choose TypeScript or another supported language.

3. What's next?

Explore project structure
Configure your connector
Build your integration
Test your connector
Go live