Not connectors. Intelligence sensors.
Skuiddy Smart Sensors do more than extract data. Each sensor connects to a source system, discovers entities, normalizes structure, maps relationships, detects change, enforces policy, and generates domain-specific insights — all flowing into the Organizational Twin.
What every sensor actually does.
A Smart Sensor is not a data pipeline. It is a domain-aware discovery engine with six distinct functions.
Connect
Authenticated, least-privilege connections to source system APIs, webhooks, or event streams. Sensors support OAuth, service account, API key, and OIDC authentication patterns.
Discover
Systematic enumeration of entities — resources, users, services, models, contracts, and metadata — across the entire source system scope.
Normalize
Every entity is mapped to the Skuiddy canonical entity schema, regardless of source. An 'Application' discovered via GitHub, ServiceNow, or Datadog resolves to the same entity type.
Detect Change
Continuous comparison against the last-known state. Sensors surface what was created, modified, deleted, or transferred — with timestamps, actors, and context.
Apply Policy
Ownership attribution, data classification tagging, compliance obligation mapping, and policy violation flagging — applied at discovery time, not as a post-processing step.
Generate Insights
Domain-specific analysis: orphaned resources, access anomalies, cost attribution, unused licenses, AI model exposure, and other signals derived from what was discovered.
111 sensors. More shipping soon.
Every sensor in the catalog feeds the same Organizational Twin, contributing entities and relationships to the shared graph.
Identity & Access
Okta
AvailableMicrosoft Entra ID
AvailableGoogle Workspace
AvailableInfrastructure
Amazon Web Services
AvailableMicrosoft Azure
AvailableGoogle Cloud Platform
AvailableKubernetes
AvailableTerraform Cloud
AvailableApplications
GitHub
AvailableGitLab
AvailableAzure DevOps
AvailableJira
AvailableServiceNow
AvailableMuleSoft
AvailableBoomi
AvailableDatabases
Relational
PostgreSQL
AvailableAmazon Aurora
AvailableMySQL
AvailableMicrosoft SQL Server
AvailableOracle Database
AvailableAmazon Redshift
AvailableNoSQL
MongoDB
AvailableAmazon DynamoDB
AvailableAzure Cosmos DB
AvailableRedis
AvailableSearch
Elasticsearch
AvailableClickHouse
RoadmapData Engineering
Fivetran
AvailableAWS Glue
AvailableAzure Data Factory
AvailableApache Airflow
AvailableDagster
Availabledbt Cloud
AvailableTalend
BetaMatillion
RoadmapInformatica
AvailableStreamSets
RoadmapData Platforms
Snowflake
AvailableDatabricks
AvailableGoogle BigQuery
AvailableAzure Synapse
AvailableTrino
RoadmapStreaming & Messaging
Confluent
AvailableAmazon Kinesis
AvailableAzure Event Hubs
AvailableRabbitMQ
AvailableApache Pulsar
BetaRedpanda
BetaData Governance
Collibra
AvailableMicrosoft Purview
AvailableAlation
BetaAtlan
RoadmapDataHub
RoadmapApache Atlas
RoadmapAnalytics & BI
Tableau
AvailablePower BI
AvailableLooker
AvailableQlik
AvailableAmazon QuickSight
AvailableSigma
BetaThoughtSpot
BetaApache Superset
RoadmapData Quality
Monte Carlo
RoadmapSoda
RoadmapGreat Expectations
RoadmapBigeye
RoadmapAI & ML
Models
OpenAI
AvailableAnthropic
AvailableGemini
RoadmapAzure OpenAI
AvailableAmazon Bedrock
AvailablePlatforms
Vertex AI
RoadmapAmazon SageMaker
RoadmapDatabricks AI
RoadmapFrameworks
LangChain
RoadmapLangGraph
RoadmapCrewAI
RoadmapAutoGen
RoadmapSemantic Kernel
RoadmapLlamaIndex
RoadmapServing
Ollama
RoadmapvLLM
RoadmapHugging Face
RoadmapOpen WebUI
RoadmapObservability
LangFuse
RoadmapHelicone
RoadmapArize AI
RoadmapWeights & Biases
RoadmapMLflow
RoadmapGovernance
Guardrails AI
RoadmapPromptfoo
RoadmapLakera
RoadmapNVIDIA NeMo Guardrails
RoadmapSecurity
Wiz
AvailableCrowdStrike Falcon
AvailableSplunk
AvailableMicrosoft Defender
AvailableObservability
Datadog
AvailableDynatrace
AvailableNew Relic
AvailableBusiness & Collaboration
Salesforce
AvailableHubSpot
AvailableMicrosoft 365
AvailableWorkday
AvailableSAP
AvailableOracle Fusion Cloud
AvailableSlack
BetaMicrosoft Teams
BetaHealthcare
Epic
AvailableOracle Health
AvailableSalesforce Health Cloud
AvailableNeed a sensor that's not listed?
Our roadmap continues to grow — additional sensors for ERP, HR, legal, contract management, and specialized verticals are in progress. Custom sensors are available for enterprise customers.
Request a SensorSensors are read-only. Always.
Every Skuiddy sensor operates on the principle of least privilege. Sensors only read — they never write to source systems, never move data between environments without explicit configuration, and never store credentials in plaintext.
Sensor credentials are encrypted at rest and in transit. Access scopes are documented and auditable. Skuiddy supports BYOC (bring your own credentials) and private networking configurations for regulated environments.
- Read-only API access only
- Credentials encrypted at rest
- Scoped to least-privilege roles
- Audit logs for all sensor activity
- On-premise sensor deployment available
- SOC 2 Type II (in progress)
# Example: AWS Sensor IAM Policy
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"iam:List*",
"iam:Get*",
"s3:ListAllMyBuckets",
"rds:Describe*",
...
],
"Resource": "*",
"Condition": {
"StringEquals": {
"aws:PrincipalTag/skuiddy": "sensor"
}
}
All actions are read-only Describe/List/Get. No write, delete, or modify permissions.
