To obtain your Asteroid API key and gain full access to the platform, you need to register.

1

Sign up for Asteroid

Follow the instructions here to sign up for the Asteroid platform: Asteroid signup using your Google account.

2

Get your API key

Once you have signed up, you can retrieve your API key from the API keys page.

3

Set your environment variable

The Asteroid SDK will look for the Asteroid API key in the ASTEROID_API_KEY environment variable. To set it:

  export ASTEROID_API_KEY="your-key-here"