Quickstart
Hook your agent up to Asteroid in minutes
If you’d prefer to run one of our example agents, please see Cookbook
Install dependencies
Install the asteroid-sdk
Python SDK:
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.
Initialise Asteroid
Before your agent starts running, you need to initialise Asteroid:
See more about initialisation here.
Monitor and control agent via the platform
Inspect the agents execution and respond to any human review requests in the interface.
Navigate to https://platform.asteroid.ai and click Projects
—> Tasks
—> Runs
and click on the latest run.
See more examples
Check out a full worked example in Full Example.
Or if you’d prefer to see different examples, please see Cookbook.