Get an API Key

The Hyperspace client requires an API key to use.

Fill out the following form to get an api key from us. We mainly use this key for logging and tracking on our end.

import { HyperspaceClient } from "hyperspace-js";

const hsClient = new HyperspaceClient(API_KEY);

Last updated