Plug into the systems you already run.
Createrun connects to the databases, identity providers, storage, and messaging systems you already run — no rip-and-replace. Integrations are first-class citizens of the platform: configured centrally, versioned, and upgraded through the same controlled pipeline as everything you build. Current coverage and roadmap, honestly labelled, below.
OIDC federation with Active Directory and Microsoft Entra ID.
| Provider | Protocol | Status | Notes |
|---|
| Createrun identity (built-in) | OAuth2 / OIDC | Live | Standards-based; ships with every install |
| Active Directory | OIDC federation | Live | Multi-AD coexistence supported |
| Microsoft Entra ID (formerly Azure AD) | OIDC | Live | Configure as an external identity provider |
| Local Standard Provider | Username/password | Live | For air-gapped instances |
| Backend | Use case | Status |
|---|
| Local disk | Single-instance, dev | Live |
| Network share (SMB/UNC) | Multi-instance, on-prem | Live |
| Database blob | Audit trails, small files | Live |
| AWS S3 | Cloud-native, large files | Live |
| Azure Blob Storage | Azure-hosted | Live |
| Google Drive | Workspace integration | Live |
| FTP / SFTP | Legacy interchange | Live |
| QNAP NAS | SMB on-prem appliances | Live |
| Provider | Status | Notes |
|---|
| PostgreSQL | Live · Default | Reference deployment, all internal services |
| Microsoft SQL Server | Live | Enterprise on-prem |
| MySQL / MariaDB | Live | Community-standard databases |
| Oracle | Live | Legacy enterprise |
| SQLite | Live | Dev / embedded |
| IBM DB2 | Live | Mainframe interop |
| AccessMDB | Live | Legacy migrations |
| InMemory / EmbeddedInMemory | Live | Test fixtures, sandbox |
Cache
- In-memory
- Database
- Redis — Roadmap
Messaging
- SMTP (transactional email)
- Webhooks (outbound HTTP)
- Built-in background jobs
Payment
- Stripe (Marketplace checkout) — Roadmap
- Stripe webhook handler — Roadmap
- Custom gateway (partner-built connector)
Observability
- OpenTelemetry (traces / metrics / logs)
- Tempo / Prometheus / Loki / Grafana
- Alerting pre-configured out of the box
- Built-in observability stack (self-hosted)
Don't see your system? Every category above is built on an open provider model: a custom connector is written once against your target system and plugged in — no changes to the platform itself. Your team can build it, a Solution Partner can build it for you, or we can scope it together.
For engineering teams: each category exposes a single provider interface; a connector is a standard .NET assembly the runtime discovers at startup. Full interface documentation lives in the Developer Hub.
Developer Hub
Talk to us about a custom integration