curl -X POST glassbox-nhtt-git-main-glass-box.vercel.app/api/ingest \
-H "x-glassbox-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"request_id": "test_001",
"step_type": "llm",
"tool_name": "gpt-4",
"input_tokens": 100,
"output_tokens": 200,
"cost_usd": 0.01,
"latency_ms": 1000,
"status": "ok"
}'Full documentation coming soon. For now, use the endpoint above to send events.