📚 Documentation • 🖥️ Application • 🏠 Home
- Sign up for an Autoblocks account at https://app.autoblocks.ai
- Grab your Autoblocks ingestion key from https://app.autoblocks.ai/settings/api-keys
- Create a file named
.env
in this folder and include the following environment variables:
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
poetry install
poetry run python myapp/app.py
curl -X POST http://localhost:8000/ -d '{"user_input": "Hello!"}' -H 'Content-Type: application/json'
Go to the explore page to see the traces generated by your app.