v1.0Get API key
Guide
Manage connections
Programmatically add, list, and remove cloud infrastructure connections.
List connections
bash
GET /api/v1/connections
Authorization: Bearer <token>
X-Tenant-Slug: my-companyjson
[
{
"id": "conn_abc123",
"alias": "Production AWS",
"provider": "aws",
"status": "active",
"last_scan_at": "2026-04-12T06:00:00Z"
},
{
"id": "conn_def456",
"alias": "EKS Cluster",
"provider": "kubernetes",
"status": "active",
"last_scan_at": "2026-04-12T06:00:00Z"
}
]Supported providers
awsAmazon Web ServicesazureMicrosoft AzuregcpGoogle Cloud PlatformkubernetesKuberneteslinuxLinux / SSHwindowsWindows ServerdockerDockerConnection status values
activeConnected and ready to scanpendingConnection test in progressfailedConnection test failed — check credentialsdisconnectedConnection manually disconnected