In this work we present the first constant-round algorithms for computing spanners and approximate All-Pairs Shortest Paths (APSP) in the distributed Congested Cliqe model. Specifically, we show the following results for undirected -node graphs.• For every integer ≥ 1, (1)-round algorithms for constructing ( )-spanners with ( 1+1/ ) edges in unweighted graphs, and ( )-spanners with ( 1+1/ log ) edges in weighted graphs. • An (1)-round algorithm for (log )-approximation for APSP in unweighted graphs. • An (1)-round algorithm for (log 2 )-approximation for APSP in weighted graphs.All our algorithms are randomized and succeed with high probability. Prior to our work, the fastest algorithms for computing ( )spanners in this model require poly(log ) rounds [Parter, Yogev, DISC '18] [Biswas et al., SPAA '21], and the fastest algorithms for approximate shortest paths require poly(log log ) rounds [Dory, Parter, PODC '20]. Our results extend to the closely related massively parallel computation (MPC) model with near-linear memory per machine, leading to the first (1)-round algorithms for spanners and approximate shortest paths in this model as well.