Anchorage API reference
    Preparing search index...
    interface ExternalPlatformProfile {
        backwardCompatibleWithRetainedReleases: true;
        egressProxyWorker?: TrustedWorkerArtifact;
        legacyBridgeWorker?: TrustedWorkerArtifact;
        maintenanceCapabilityPrivateKey: Readonly<
            {
                alg: "EdDSA";
                crv: "Ed25519";
                d: string;
                kid: string;
                kty: "OKP";
                x: string;
            },
        >;
        maintenanceCapabilityPublicKey: string;
        organizationEgressHosts: readonly string[];
        runtimeContractVersion: 1;
        stateDurableObjectMigrations: readonly DurableObjectMigration[];
        stateWorker: TrustedWorkerArtifact;
    }
    Index

    Properties

    backwardCompatibleWithRetainedReleases: true
    egressProxyWorker?: TrustedWorkerArtifact

    Legacy-only bridge artifact. Fresh namespaced state uses shared outbound.

    legacyBridgeWorker?: TrustedWorkerArtifact

    Same-name guarded application/state bridge used only for backend switch.

    maintenanceCapabilityPrivateKey: Readonly<
        {
            alg: "EdDSA";
            crv: "Ed25519";
            d: string;
            kid: string;
            kty: "OKP";
            x: string;
        },
    >
    maintenanceCapabilityPublicKey: string
    organizationEgressHosts: readonly string[]
    runtimeContractVersion: 1
    stateDurableObjectMigrations: readonly DurableObjectMigration[]