Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PlatformDependencyProfile

    Platform Dependency Score

    "Built $800k/month Amazon business, lost everything overnight" (796↑ r/startups) What happens to your agent if its primary platform suspends your API key tomorrow? Score single points of failure in the agent's infrastructure.

    interface PlatformDependencyProfile {
        apiKeyRotationEnabled: boolean;
        apiKeysInVault: boolean;
        canRestoreFromBackup: boolean;
        cloudProvider: string;
        databaseBackupsEnabled: boolean;
        dataExportFormatDocumented: boolean;
        dataIsPortable: boolean;
        hasBackupKeys: boolean;
        hasLLMFallback: boolean;
        hasMultiRegion: boolean;
        hasSecondaryCloudProvider: boolean;
        hasVectorStoreFallback: boolean;
        llmFallbackProvider?: string;
        llmSwitchTimeMinutes?: number;
        primaryLLMProvider: string;
        vectorStoreProvider: string;
        vendorLockInAssessed: boolean;
    }
    Index
    apiKeyRotationEnabled: boolean
    apiKeysInVault: boolean
    canRestoreFromBackup: boolean
    cloudProvider: string
    databaseBackupsEnabled: boolean
    dataExportFormatDocumented: boolean
    dataIsPortable: boolean
    hasBackupKeys: boolean
    hasLLMFallback: boolean
    hasMultiRegion: boolean
    hasSecondaryCloudProvider: boolean
    hasVectorStoreFallback: boolean
    llmFallbackProvider?: string
    llmSwitchTimeMinutes?: number
    primaryLLMProvider: string
    vectorStoreProvider: string
    vendorLockInAssessed: boolean