30+ read-only connectors

Tenurex connects to the systems that actually run your product — not just the ones that look good on a compliance checklist.

30+ Production system connectors available at launch
0 Write access tokens required — read-only by architecture
REST API + webhook framework for custom integration builds

Supported integrations

Organized by category. All connectors are read-only — Tenurex observes system state, never modifies it.

Cloud Infrastructure
AWS IAM AWS CloudTrail AWS Config Google Cloud IAM Azure AD
Identity & Access
Okta Google Workspace Microsoft 365 JumpCloud OneLogin
Source Code
GitHub GitLab Bitbucket
Ticketing & Change
Jira Linear GitHub Issues ServiceNow
Observability
Datadog PagerDuty Splunk New Relic
Data Platforms
Snowflake Databricks
HR & Onboarding
Rippling BambooHR Workday
Endpoint
CrowdStrike Falcon SentinelOne Jamf

Don't see your stack?

Tenurex ships a REST API and webhook framework for custom integrations. If your system has an API, we can map it to controls.

  • REST API for querying control status and submitting custom evidence
  • Webhook ingestion for event-driven control updates
  • Integration request process — we build common connectors within 30 days
POST /v1/evidence/custom REST API
# Submit custom control evidence
curl -X POST \
  https://api.tenureq.com/v1/evidence/custom \
  -H "Authorization: Bearer $TOKEN" \
  -d '{
  "control_id": "CC6.1",
  "source":  "custom-sso",
  "result":  "pass",
  "metadata": { "mfa_enforced": true }
}'