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

Generate an API key

Sign in to our platform, head to API Keys and generate a new key.
export ASTEROID_API_KEY="ast..."
See API Keys for more details.
2

Choose your SDK

We provide SDKs for both TypeScript and Python.Each SDK page contains detailed documentation and examples to help you get started.

Next Steps

Once you’ve set up your environment, you can:
  1. Create your first workflow using the platform UI
  2. Follow the examples in the SDK documentation
Need help? Reference our Support page