Register a device for passthrough
post/devices
Request body
Example request
{
"name": "l4-gpu",
"pci_address": "0000:a2:00.0",
"tags": {
"team": "backend",
"env": "staging"
}
}Response
Device registered
Example response
{
"id": "tz4a98xxat96iws9zmbrgj3a",
"name": "l4-gpu",
"tags": {
"team": "backend",
"env": "staging"
},
"pci_address": "0000:a2:00.0",
"vendor_id": "10de",
"device_id": "27b8",
"iommu_group": 82,
"created_at": "2025-01-15T10:00:00Z"
}