Getting Started
QuickStart
Welcome to Smallest AI! This guide will help you get up and running in just a few minutes, with examples in both Python and TypeScript. Letβs get started! β¨
1. Installation π¦
2. Get Your API Key π
- Go to the Smallest AI Console and sign up or log in.
- Navigate to the API Keys tab in your dashboard.
- Create a new API key and copy it.
For security, store your key in an environment variable (e.g.,SMALLEST_API_KEY
).
3. Make a simple request
Letβs authenticate and fetch your agents list!
4. Run Your Code βΆοΈ
- Save your script to a file (e.g.,
quickstart.py
orquickstart.ts
). - Run it from your terminal:
- Python:
- TypeScript (Node):
- Python:
- You should see your agents printed in the console! π
5. Next Steps π
- Explore our API Reference for all available endpoints.
- Join our Community to connect with other developers.
Need help? Join our Discord or reach out to support! π¬