Get Started
Quickstart
Hook your agent up to Asteroid in minutes
The easiest way to get started is to head to our platform and run a workflow from there: https://platform.asteroid.ai
If you want to run a workflow from your own code, you can follow the steps below:
1
Install dependencies
Install the asteroid-odyssey
TypeScript SDK (we have a Python SDK too):
2
Generate an API key
Sign in to https://platform.asteroid.ai, head to API Keys and generate a new key.
See API Keys for more details.
3
Initialise Asteroid
Initialize and execute your workflow in your code: