ODIN's hub architecture integrates with your existing stack. Governance trails and audit events are preserved through every integration.
All integrations
No 'certified partner' badges without actual certification. We show what works, what is in beta, and what is coming soon.
Identity & SSO
Connect your identity provider for seamless, governed access.
Microsoft Entra ID (Azure AD)
AvailableOIDC/SAML SSO for enterprise tenants.
Google Workspace
AvailableOAuth 2.0 SSO and workspace sync.
Okta
BetaSAML-based single sign-on.
LDAP / Active Directory
AvailableOn-prem directory integration.
Source Control
Wire ODIN's Coding Hub into your existing developer workflows.
GitHub
AvailablePR creation, issue tracking, code review triggers.
GitLab
AvailableMR workflows and CI/CD pipeline integration.
Bitbucket
BetaRepository sync and PR governance.
Azure DevOps
Coming SoonWork item and board integration.
Communication
Receive ODIN notifications and trigger workflows from your team's channels.
Slack
AvailableWork Order alerts, decision notifications, LUNA via bot.
Microsoft Teams
BetaAdaptive card notifications and meeting capture.
WhatsApp (OpenWA)
AvailableGoverned outbound messaging with audit trail.
Project Management
Sync Work Orders and decisions with your project tracking tools.
Linear
AvailableTwo-way Work Order ↔ issue sync.
Jira
BetaEpic and story mapping from ODIN Work Orders.
Notion
BetaBrain export to Notion workspace databases.
Asana
Coming SoonTask sync and project context.
Cloud & Infrastructure
Deploy ODIN on your preferred cloud or on-prem infrastructure.
Hetzner Cloud (EU)
AvailableDefault managed cloud. EU data residency.
On-Prem / Bare Metal
AvailableYour own servers. Compose-based, documented.
AWS / Azure / GCP
BetaBring-your-own-cloud deployment.
Air-Gapped
AvailableFully isolated deployment for classified environments.
Knowledge & Docs
Import existing knowledge into ODIN's BrainDB for governed recall.
Confluence
BetaImport pages into BrainDB with full provenance.
Notion
BetaDatabase and page import into Brain namespaces.
Google Drive
Coming SoonDocument ingestion with change tracking.
SharePoint
Coming SoonEnterprise document management sync.
Observability
Monitor ODIN deployments and audit activity with your existing tools.
Prometheus / Grafana
AvailableMetrics export via /metrics endpoint.
Sentry
BetaError tracking and performance monitoring.
Datadog
Coming SoonAPM and log forwarding.
Salesforce & CRM
Enrich CRM context with ODIN's governed AI output.
Salesforce
BetaSales context enrichment from ODIN's Sales Engine.
HubSpot
Coming SoonContact and deal context sync.
Use our REST API to build custom integrations. Every API call emits audit events. Governance trails are not optional — they are built in.
Quickstart
# Initialize the client
const odin = new OdinClient({
baseUrl: 'https://your-odin.internal',
apiKey: process.env.ODIN_API_KEY
});
# Request a code review
const result = await odin
.coding.createWorkOrder({
description: 'Review auth middleware',
scope: 'src/middleware/auth.ts'
});
audit_events: [ 'router.route', 'hub.process', 'memory.write' ]
Request an integration
We extend hub architecture into new tools based on customer needs — always with governance trails. Let us know what you'd like to connect.
Connect ODIN to your existing tools. Request access to get started.