The easiest way to get started is to head to our platform and run an agent from there: https://platform.asteroid.aiIf you want to run an agent from your own code, you can follow the steps below to obtain your Asteroid API key and gain full access to the platform.
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:
Copy
export ASTEROID_API_KEY="your-key-here"
4
Choose your SDK
We provide SDKs for both TypeScript and Python. Choose the one that best fits your needs: