Developer portal
Cloud import guide
Connect cloud and PKI providers, test connectivity, then pull inventories into scan and CBOM pipelines.
Last updated: 2026-06-09
Supported import paths
Imports can run through tenant integration endpoints for environment-specific operation or through CBOM pull endpoints when you need direct aggregation updates.
1) Configure provider credentials
- Generic cloud import:
POST /tenant/cloud-import - Cloud provider config:
POST /tenant/integrations/cloud/{provider} - Keyfactor integration:
POST /tenant/integrations/keyfactor - CLM provider integration:
POST /tenant/integrations/clm/{clm_provider}
2) Validate connectivity
Run integration checks before ingestion: POST /tenant/integrations/cloud/{provider}/test, POST /tenant/integrations/keyfactor/test, and POST /tenant/integrations/clm/{clm_provider}/test.
3) Pull and normalize inventory
Trigger tenant-level import with POST /tenant/integrations/pull or run CBOM-specific source pulls with POST /pqc/cbom/pull/{provider}. Use GET /pqc/cbom/aggregate for normalized output and GET /tenant/integrations for source health.
4) Connect to scan workflows
Found an issue? Report documentation feedback